Skip to content

Commit 2c1b893

Browse files
torkelobergquist
authored andcommitted
feat(metrics): minor fix for internal metrics fix PR grafana#5758
1 parent 0524d0c commit 2c1b893

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

conf/defaults.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -353,9 +353,9 @@ enabled = true
353353
interval_seconds = 60
354354

355355
# Send internal Grafana metrics to graphite
356-
[metrics.graphite]
356+
; [metrics.graphite]
357357
; address = localhost:2003
358-
; prefix = prod.grafana.%(instance_name)s.
358+
; prefix = service.grafana.%(instance_name)s.
359359

360360
[grafana_net]
361361
url = https://grafana.net

conf/sample.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ enabled = true
303303
;interval_seconds = 10
304304

305305
# Send internal metrics to Graphite. %instance_name% in prefix will be replaced with the value of instance_name
306-
[metrics.graphite]
306+
; [metrics.graphite]
307307
; address = localhost:2003
308308
; prefix = service.grafana.%instance_name%
309309

0 commit comments

Comments
 (0)