I have recently installed statsd with Graphite. Statsd is working in logstash:
statsd {
host => "localhost"
port => 8125
debug => false
increment => "%{dhcp}"
}
Graphite storage-schemas.conf:
[stats]
pattern = ^stats.*
retentions = 5m:500m,600:10080,1800:262974
The problem is that all Graphs are per second or 10 seconds, but I need per minute. How I can change the Graph rate to one minute?
Thank you in advance. Best Regards