graphite: statsd timer settings
This brings in the settings added with I87c85f82f6d38506977bc9bf26d34f6e66746b01 to the container deployment. As noted there, this stops statsd writing null values for sparesly updated timers and counters. Change-Id: I14b5ee40fc8efddfb7bad4fad8a8ae66746131d9
This commit is contained in:
parent
c2b2efdf5b
commit
f8e35e676a
@ -5,5 +5,7 @@
|
|||||||
"flushInterval": 10000,
|
"flushInterval": 10000,
|
||||||
"servers": [
|
"servers": [
|
||||||
{ server: "./servers/udp", address: "::", port: 8125, address_ipv6: true }
|
{ server: "./servers/udp", address: "::", port: 8125, address_ipv6: true }
|
||||||
]
|
],
|
||||||
|
"deleteTimers": true,
|
||||||
|
"deleteCounters": true
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user