mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -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
|
execute_alerts = true
|
||||||
|
|
||||||
#################################### Internal Grafana Metrics ############
|
#################################### Internal Grafana Metrics ############
|
||||||
# Metrics available at HTTP API Url /api/metrics
|
# Metrics available at HTTP API Url /metrics
|
||||||
[metrics]
|
[metrics]
|
||||||
enabled = true
|
enabled = true
|
||||||
interval_seconds = 10
|
interval_seconds = 10
|
||||||
|
@ -375,7 +375,7 @@ log_queries =
|
|||||||
;execute_alerts = true
|
;execute_alerts = true
|
||||||
|
|
||||||
#################################### Internal Grafana Metrics ##########################
|
#################################### Internal Grafana Metrics ##########################
|
||||||
# Metrics available at HTTP API Url /api/metrics
|
# Metrics available at HTTP API Url /metrics
|
||||||
[metrics]
|
[metrics]
|
||||||
# Disable / Enable internal metrics
|
# Disable / Enable internal metrics
|
||||||
;enabled = true
|
;enabled = true
|
||||||
|
@ -676,7 +676,7 @@ Ex `filters = sqlstore:debug`
|
|||||||
## [metrics]
|
## [metrics]
|
||||||
|
|
||||||
### enabled
|
### enabled
|
||||||
Enable metrics reporting. defaults true. Available via HTTP API `/api/metrics`.
|
Enable metrics reporting. defaults true. Available via HTTP API `/metrics`.
|
||||||
|
|
||||||
### interval_seconds
|
### interval_seconds
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user