mirror of
https://github.com/grafana/grafana.git
synced 2026-08-14 15:15:03 -05:00
feat(instrumentation): documented instrumentation options, closes #4696
This commit is contained in:
@@ -272,5 +272,17 @@ check_for_updates = true
|
||||
;enabled = false
|
||||
;path = /var/lib/grafana/dashboards
|
||||
|
||||
#################################### Internal Grafana Metrics ##########################
|
||||
[metrics]
|
||||
# Disable / Enable internal metrics
|
||||
;enabled = true
|
||||
|
||||
# Publish interval
|
||||
;interval_seconds = 10
|
||||
|
||||
# Send internal metrics to Graphite
|
||||
; [metrics.graphite]
|
||||
; address = localhost:2003
|
||||
; prefix = prod.grafana.%(instance_name)s.
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user