【发布时间】:2012-08-16 05:25:19
【问题描述】:
我是第一次尝试石墨。我想了解为什么石墨中的聚合图显示通过碳显示值的 1/60 和通过 statsd 输入的值的 1/10。如果可以解决,我该如何解决?我正在发送此数据: echo "try:1|c\n" | nc -u localhost 8125" 然后在graphite的UI中添加sum和integral函数。请帮忙。
【问题讨论】:
标签: javascript graphite
我是第一次尝试石墨。我想了解为什么石墨中的聚合图显示通过碳显示值的 1/60 和通过 statsd 输入的值的 1/10。如果可以解决,我该如何解决?我正在发送此数据: echo "try:1|c\n" | nc -u localhost 8125" 然后在graphite的UI中添加sum和integral函数。请帮忙。
【问题讨论】:
标签: javascript graphite
1/10th 值问题由 stats_counts bucket 解决。参考这个:Tracking metrics using StatsD (via etsy) and Graphite, graphite graph doesn't seem to be graphing all the data 数据值不准确的另一个问题是因为 statsd 在 10 秒时发送数据。只需将 statsd 的 flushInterval 更改为 60s 即可。
【讨论】: