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:
Ian Wienand 2020-07-07 17:03:46 +10:00
parent c2b2efdf5b
commit f8e35e676a
1 changed files with 3 additions and 1 deletions

View File

@ -5,5 +5,7 @@
"flushInterval": 10000,
"servers": [
{ server: "./servers/udp", address: "::", port: 8125, address_ipv6: true }
]
],
"deleteTimers": true,
"deleteCounters": true
}