Merge "graphite: statsd timer settings"

This commit is contained in:
Zuul 2020-07-07 21:10:56 +00:00 committed by Gerrit Code Review
commit 49a4dc6a23
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
}