Files
grafana/docker/blocks/graphite/files/statsd_config.js
2015-01-08 17:34:41 +01:00

9 lines
139 B
JavaScript

{
graphitePort: 2003,
graphiteHost: "127.0.0.1",
port: 8125,
mgmt_port: 8126,
backends: ['./backends/graphite'],
debug: true
}