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 @@ -353,9 +353,9 @@ enabled = true
353
353
interval_seconds = 60
354
354
355
355
# Send internal Grafana metrics to graphite
356
- [metrics.graphite]
356
+ ; [metrics.graphite]
357
357
; address = localhost:2003
358
- ; prefix = prod .grafana.%(instance_name)s.
358
+ ; prefix = service .grafana.%(instance_name)s.
359
359
360
360
[grafana_net]
361
361
url = https://grafana.net
Original file line number Diff line number Diff line change @@ -303,7 +303,7 @@ enabled = true
303
303
; interval_seconds = 10
304
304
305
305
# Send internal metrics to Graphite. %instance_name% in prefix will be replaced with the value of instance_name
306
- [metrics.graphite]
306
+ ; [metrics.graphite]
307
307
; address = localhost:2003
308
308
; prefix = service.grafana.%instance_name%
309
309
You can’t perform that action at this time.
0 commit comments