You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
prometheus 采集 hystrix 线程池数据报 warn(NPE):
Failed to apply the value function for the gauge 'adapter.thread-pool.queue.capacity'. Note that subsequent logs will be logged at debug level.
BUG 报告
在开始报告错误之前,请确保认真查看了以下步骤:
请在提交问题之前回答这些问题,谢谢。
你使用了哪个项目?hippo4j config 还是 hippo4j server?
hippo4j config
你使用了哪个版本?
最新版本
预期行为
prometheus 正常采集 hystrix 线程池数据
实际行为
prometheus 采集 hystrix 线程池数据报 warn(NPE):
Failed to apply the value function for the gauge 'adapter.thread-pool.queue.capacity'. Note that subsequent logs will be logged at debug level.
原因分析(如果可以)
HystrixThreadPoolAdapter#getThreadPoolState
中没有setBlockingQueueCapacity
导致问题重现步骤
用于重现此问题的示例代码(例如 GitHub 链接)
The text was updated successfully, but these errors were encountered: