我已经配置了apachestorm,使用版本2向graphite服务器发送度量。它正在发送一个 count
我所有的螺栓和喷嘴的参数。我想发送螺栓和喷口之间的通信延迟,以及处理每个元组的时间。然而,我在graphite服务器上找到的所有东西都与度量相关 count
螺栓和喷口上的元组。文件说可以收集直方图、计时器等,但没有解释如何收集。
# Metrics v2 configuration (optional)
storm.metrics.reporters:
# Graphite Reporter
- class: "org.apache.storm.metrics2.reporters.GraphiteStormReporter"
daemons:
- "supervisor"
- "nimbus"
- "worker"
report.period: 30
report.period.units: "SECONDS"
graphite.host: "127.0.0.1"
graphite.port: 2003
1条答案
按热度按时间v440hwme1#
我包括了一个
Meter
在所有螺栓上,现在它显示在graphite web服务器上。