Commit d49f0569 by Torkel Ödegaard

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

parent de47710f
...@@ -356,9 +356,9 @@ enabled = true ...@@ -356,9 +356,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
...@@ -304,7 +304,7 @@ enabled = true ...@@ -304,7 +304,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%
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment