Support for Loggregator 2.x?
See original GitHub issueDoes this Java client include support for Loggregator 2.x? I’m interested in extracting metrics through the nozzle.
Currently using a client based off of your jmx-consumer project and have seen customers run into a memory issue after a few days of running.
Caused by: io.netty.util.internal.OutOfDirectMemoryError: failed to allocate 16777216 byte(s) of direct memory (used: 1845494055, max: 1860698112)
at io.netty.util.internal.PlatformDependent.incrementMemoryCounter(PlatformDependent.java:640)
at io.netty.util.internal.PlatformDependent.allocateDirectNoCleaner(PlatformDependent.java:594)
at io.netty.buffer.PoolArena$DirectArena.allocateDirect(PoolArena.java:764)
at io.netty.buffer.PoolArena$DirectArena.newChunk(PoolArena.java:740)
at io.netty.buffer.PoolArena.allocateNormal(PoolArena.java:244)
Any insight would be appreciated.
Thanks, Aditya
Issue Analytics
- State:
- Created 5 years ago
- Comments:7 (4 by maintainers)
Top Results From Across the Web
Loggregator Guide for Cloud Foundry Operators
Scaling Loggregator. Doppler; Traffic Controller; Log Cache. Scaling Nozzles; Slow Nozzle Alerts; Forwarding Logs to an External Service ...
Read more >Loggregator Network Communications - VMware Tanzu Docs
This topic describes Loggregator internal network communication paths with other Pivotal Application Service (PAS) components.
Read more >Tuning and Managing Loggregator, the Cloud Foundry ...
Tuning and Managing Loggregator, the Cloud Foundry Logging Subsystem - Allen Duet, PivotalLoggregator is a differentiator for Cloud Foundry, ...
Read more >Metrics Forwarder for VMware Tanzu Documentation
Metrics Forwarder for VMware Tanzu is a service that allows apps to emit custom metrics ... Compatible Ops Manager version(s), 2.4.x, 2.3.x, 2.2.2...
Read more >Error dialing loggregator server: websocket: bad handshake
Iam not sure exactly where i need to check logs as well, i have used cf 146 as suggested by doc. I dont...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I saw the announcement - that certainly sharpens the need! It got buried by some other priorities, but clearly it’s at the top of the list now.
is there any possibility of getting Loggregator v2 support anytime soon in this java-client?