File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -356,9 +356,9 @@ enabled = true
356
356
interval_seconds = 60
357
357
358
358
# Send internal Grafana metrics to graphite
359
- [metrics.graphite]
359
+ ; [metrics.graphite]
360
360
; address = localhost:2003
361
- ; prefix = prod .grafana.%(instance_name)s.
361
+ ; prefix = service .grafana.%(instance_name)s.
362
362
363
363
[grafana_net]
364
364
url = https://grafana.net
Original file line number Diff line number Diff line change @@ -304,7 +304,7 @@ enabled = true
304
304
; interval_seconds = 10
305
305
306
306
# Send internal metrics to Graphite. %instance_name% in prefix will be replaced with the value of instance_name
307
- [metrics.graphite]
307
+ ; [metrics.graphite]
308
308
; address = localhost:2003
309
309
; prefix = service.grafana.%instance_name%
310
310
You can’t perform that action at this time.
0 commit comments