mirror of
https://github.com/grafana/grafana.git
synced 2025-08-03 03:13:49 +08:00
Docs: Fix Prometheus data source provisioning example about httpMethod (#35660)
This commit is contained in:
@ -211,9 +211,9 @@ datasources:
|
||||
type: prometheus
|
||||
# Access mode - proxy (server in the UI) or direct (browser in the UI).
|
||||
access: proxy
|
||||
httpMethod: POST
|
||||
url: http://localhost:9090
|
||||
jsonData:
|
||||
httpMethod: POST
|
||||
exemplarTraceIdDestinations:
|
||||
# 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.
|
||||
|
Reference in New Issue
Block a user