无法在Graphite

时间:2017-02-24 17:41:53

标签: graphite hystrix

我正在尝试将Hystrix流发布到Graphite / Grafana设置。 我正在使用此泊坞窗图片:https://hub.docker.com/r/choopooly/grafana-graphite/ 我无法看到由Hystrix发送但由Graphite明显删除的以下指标。

[debug] c.n.s.p.g.GraphiteMetricObserver - alphanew.HystrixCommand.MessageCommand.isCircuitBreakerOpen false 1487957855

[debug] c.n.s.p.g.GraphiteMetricObserver - alphanew.HystrixCommand.MessageCommand.currentTime 1487957855480 1487957855

[debug] c.n.s.p.g.GraphiteMetricObserver - alphanew.HystrixCommand.MessageCommand.countBadRequests 0 1487957855

在这些指标中我看不到isCircuitBreakerOpen在Graphite / Grafana中?

当我检查此路径/ var / lib / graphite / storage / whisper / alphanew / HystrixCommand / MessageCommand时, 我可以看到countBadRequests.wsp和currentTime.wsp但不是isCircuitBreakerOpen.wsp。

有什么建议吗?

0 个答案:

没有答案