【发布时间】:2013-10-24 14:22:16
【问题描述】:
我最近用 Graphite 安装了 statsd。 Statsd 在 logstash 中工作:
statsd {
host => "localhost"
port => 8125
debug => false
increment => "%{dhcp}"
}
Graphite storage-schemas.conf:
[stats]
pattern = ^stats.*
retentions = 5m:500m,600:10080,1800:262974
问题是所有图表都是每秒或 10 秒,但我需要每分钟。 如何将图表速率更改为一分钟?
提前谢谢你。 最好的问候
【问题讨论】: