mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Alerting: specify Prometheus implementation in YAML example (docs) (#40474)
This commit is contained in:
parent
0189eaf76c
commit
16f4d02419
@ -26,6 +26,8 @@ datasources:
|
|||||||
type: alertmanager
|
type: alertmanager
|
||||||
url: http://localhost:9090
|
url: http://localhost:9090
|
||||||
access: proxy
|
access: proxy
|
||||||
|
jsonData:
|
||||||
|
implementation: 'prometheus'
|
||||||
# optionally
|
# optionally
|
||||||
basicAuth: true
|
basicAuth: true
|
||||||
basicAuthUser: my_user
|
basicAuthUser: my_user
|
||||||
|
Loading…
Reference in New Issue
Block a user