Docs: Fix Prometheus data source provisioning example about httpMethod (#35660)

This commit is contained in:
hanjm 2021-06-14 22:37:27 +08:00 committed by GitHub
parent e399ec32d9
commit 61a718cf8d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.