cloudfoundry / cloudfoundry/cf-java-client
Support for Loggregator 2.x?
未关闭
还没有人认领这个 Issue。
doppler
enhancement
triaged
- 主要语言
- Java
- 星标
- 334
- 派生
- 319
- PR 合并指标
- 30 天内没有已合并 PR
描述
Does 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,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
未指定实现文件或测试。首先在 Java 客户端中查找任何现有的 Loggregator 或 nozzle 集成,并将其与所描述的基于 jmx-consumer 的客户端进行比较。完成标准是验证 Loggregator 2.x 对指标提取的支持,并解决或解释所报告的直接内存故障。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- java
- 领域
- observability
- Issue 类型
- 功能
- 难度
- 5/5
- 预计耗时
- 一周以上
- 活跃度
- 停滞
- 描述清晰度
- 需要澄清
- 新手友好度
- 25/100