mirror of
https://github.com/grafana/grafana.git
synced 2025-02-20 11:48:34 -06:00
docs: update metrics api path
This commit is contained in:
parent
e15fed10e2
commit
bfd8afaf13
@ -432,7 +432,7 @@ enabled = true
|
||||
execute_alerts = true
|
||||
|
||||
#################################### Internal Grafana Metrics ############
|
||||
# Metrics available at HTTP API Url /api/metrics
|
||||
# Metrics available at HTTP API Url /metrics
|
||||
[metrics]
|
||||
enabled = true
|
||||
interval_seconds = 10
|
||||
|
@ -375,7 +375,7 @@ log_queries =
|
||||
;execute_alerts = true
|
||||
|
||||
#################################### Internal Grafana Metrics ##########################
|
||||
# Metrics available at HTTP API Url /api/metrics
|
||||
# Metrics available at HTTP API Url /metrics
|
||||
[metrics]
|
||||
# Disable / Enable internal metrics
|
||||
;enabled = true
|
||||
|
@ -676,7 +676,7 @@ Ex `filters = sqlstore:debug`
|
||||
## [metrics]
|
||||
|
||||
### enabled
|
||||
Enable metrics reporting. defaults true. Available via HTTP API `/api/metrics`.
|
||||
Enable metrics reporting. defaults true. Available via HTTP API `/metrics`.
|
||||
|
||||
### interval_seconds
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user