mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Docs: Fix Prometheus data source provisioning example about httpMethod (#35660)
This commit is contained in:
parent
e399ec32d9
commit
61a718cf8d
@ -211,9 +211,9 @@ datasources:
|
|||||||
type: prometheus
|
type: prometheus
|
||||||
# Access mode - proxy (server in the UI) or direct (browser in the UI).
|
# Access mode - proxy (server in the UI) or direct (browser in the UI).
|
||||||
access: proxy
|
access: proxy
|
||||||
httpMethod: POST
|
|
||||||
url: http://localhost:9090
|
url: http://localhost:9090
|
||||||
jsonData:
|
jsonData:
|
||||||
|
httpMethod: POST
|
||||||
exemplarTraceIdDestinations:
|
exemplarTraceIdDestinations:
|
||||||
# Field with internal link pointing to data source in Grafana.
|
# Field with internal link pointing to data source in Grafana.
|
||||||
# datasourceUid value can be anything, but it should be unique across all defined data source uids.
|
# datasourceUid value can be anything, but it should be unique across all defined data source uids.
|
||||||
|
Loading…
Reference in New Issue
Block a user