mirror of
https://github.com/grafana/grafana.git
synced 2025-09-23 04:23:31 +08:00

* Fix running graphite data sources in dev env * Remove broken dashboard files * Add Graphite 1.0 and 0.9 to provisioned data sources
9 lines
139 B
JavaScript
9 lines
139 B
JavaScript
{
|
|
graphitePort: 2003,
|
|
graphiteHost: "127.0.0.1",
|
|
port: 8125,
|
|
mgmt_port: 8126,
|
|
backends: ['./backends/graphite'],
|
|
debug: true
|
|
}
|