1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2024-11-24 08:52:15 +02:00
dockerfiles/statsd/data/config.js
2019-06-07 20:51:48 +08:00

8 lines
126 B
JavaScript

{
graphitePort: 2003
, graphiteHost: "graphite"
, port: 8125
, flushInterval: 60000
, backends: [ "./backends/graphite" ]
}