mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
feat(metrics): minor fix for internal metrics fix PR #5758
This commit is contained in:
@@ -356,9 +356,9 @@ enabled = true
|
||||
interval_seconds = 60
|
||||
|
||||
# Send internal Grafana metrics to graphite
|
||||
[metrics.graphite]
|
||||
; [metrics.graphite]
|
||||
; address = localhost:2003
|
||||
; prefix = prod.grafana.%(instance_name)s.
|
||||
; prefix = service.grafana.%(instance_name)s.
|
||||
|
||||
[grafana_net]
|
||||
url = https://grafana.net
|
||||
|
||||
@@ -304,7 +304,7 @@ enabled = true
|
||||
;interval_seconds = 10
|
||||
|
||||
# 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
|
||||
; prefix = service.grafana.%instance_name%
|
||||
|
||||
|
||||
Reference in New Issue
Block a user