1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-24 07:48:38 +00: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" ]
}