1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-30 18:51:24 +00:00
dockerfiles/statsd/data/config.js

8 lines
126 B
JavaScript
Raw Normal View History

2019-06-07 12:51:48 +00:00
{
graphitePort: 2003
, graphiteHost: "graphite"
, port: 8125
, flushInterval: 60000
, backends: [ "./backends/graphite" ]
}