shorten retention for IABak connections stat

should have committed this ages ago :(
This commit is contained in:
Daniel Brooks 2015-05-22 12:27:38 -04:00
parent 762ae8585a
commit 65b511e2d4
1 changed files with 3 additions and 0 deletions

View File

@ -63,6 +63,9 @@ graphiteServer = propertyList "iabak graphite server" $ props
[ "[carbon]"
, "pattern = ^carbon\\."
, "retentions = 60:90d"
, "[iabak-connections]"
, "pattern = ^iabak\.shardstats\.connections"
, "retentions = 1h:1y,3h:10y"
, "[iabak]"
, "pattern = ^iabak\\."
, "retentions = 10m:30d,1h:1y,3h:10y"