fix(metrics): make metrics cfg backwards compatible
This commit is contained in:
+2
-2
@@ -303,10 +303,10 @@ enabled = true
|
||||
# Publish interval
|
||||
;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
|
||||
; [metrics.graphite]
|
||||
; address = localhost:2003
|
||||
; prefix = service.grafana.%instance_name%
|
||||
; prefix = service.grafana.%(instance_name)s
|
||||
|
||||
#################################### Internal Grafana Metrics ##########################
|
||||
# Url used to to import dashboards directly from Grafana.net
|
||||
|
||||
Reference in New Issue
Block a user