Skip to content

Commit d49f056

Browse files
committed
feat(metrics): minor fix for internal metrics fix PR grafana#5758
1 parent de47710 commit d49f056

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
@@ -356,9 +356,9 @@ enabled = true
356356
interval_seconds = 60
357357

358358
# Send internal Grafana metrics to graphite
359-
[metrics.graphite]
359+
; [metrics.graphite]
360360
; address = localhost:2003
361-
; prefix = prod.grafana.%(instance_name)s.
361+
; prefix = service.grafana.%(instance_name)s.
362362

363363
[grafana_net]
364364
url = https://grafana.net

conf/sample.ini

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

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

0 commit comments

Comments
 (0)