shorten retention for IABak connections stat
should have committed this ages ago :(
This commit is contained in:
parent
762ae8585a
commit
65b511e2d4
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue