1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-01-08 04:04:42 +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" ]
}