f8e35e676a
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
12 lines
262 B
Django/Jinja
12 lines
262 B
Django/Jinja
{
|
|
"graphiteHost": "127.0.0.1",
|
|
"graphitePort": 2003,
|
|
"port": 8125,
|
|
"flushInterval": 10000,
|
|
"servers": [
|
|
{ server: "./servers/udp", address: "::", port: 8125, address_ipv6: true }
|
|
],
|
|
"deleteTimers": true,
|
|
"deleteCounters": true
|
|
}
|