feat(metrics): minor fix for internal metrics fix PR #5758

This commit is contained in:
Torkel Ödegaard 2016-08-10 08:06:10 +02:00 committed by bergquist
parent 0524d0c625
commit 2c1b893c55
2 changed files with 3 additions and 3 deletions

View File

@ -353,9 +353,9 @@ enabled = true
interval_seconds = 60 interval_seconds = 60
# Send internal Grafana metrics to graphite # Send internal Grafana metrics to graphite
[metrics.graphite] ; [metrics.graphite]
; address = localhost:2003 ; address = localhost:2003
; prefix = prod.grafana.%(instance_name)s. ; prefix = service.grafana.%(instance_name)s.
[grafana_net] [grafana_net]
url = https://grafana.net url = https://grafana.net

View File

@ -303,7 +303,7 @@ enabled = true
;interval_seconds = 10 ;interval_seconds = 10
# Send internal metrics to Graphite. %instance_name% in prefix will be replaced with the value of instance_name # Send internal metrics to Graphite. %instance_name% in prefix will be replaced with the value of instance_name
[metrics.graphite] ; [metrics.graphite]
; address = localhost:2003 ; address = localhost:2003
; prefix = service.grafana.%instance_name% ; prefix = service.grafana.%instance_name%