Files
grafana/docker/blocks/graphite1/files/statsd_config.js
2017-08-07 15:12:12 +02:00

9 lines
139 B
JavaScript

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