Fix grafana prometheus datasource
See: https://grafana.com/docs/grafana/latest/administration/provisioning/ Closes-Bug: #2043828 Change-Id: I9ed07dc8c995adddf6d89838cd515af93d10bd00
This commit is contained in:
parent
48db509042
commit
dfce510c0f
@ -5,8 +5,9 @@ datasources:
|
|||||||
type: prometheus
|
type: prometheus
|
||||||
access: proxy
|
access: proxy
|
||||||
basicAuth: true
|
basicAuth: true
|
||||||
basicAuthPassword: "{{ prometheus_grafana_password }}"
|
|
||||||
basicAuthUser: "{{ prometheus_grafana_user }}"
|
basicAuthUser: "{{ prometheus_grafana_user }}"
|
||||||
|
secureJsonData:
|
||||||
|
basicAuthPassword: "{{ prometheus_grafana_password }}"
|
||||||
orgId: 1
|
orgId: 1
|
||||||
url: {{ grafana_prometheus_url }}
|
url: {{ grafana_prometheus_url }}
|
||||||
version: 1
|
version: 1
|
||||||
|
@ -0,0 +1,4 @@
|
|||||||
|
---
|
||||||
|
fixes:
|
||||||
|
- |
|
||||||
|
Fixes prometheus grafana datasource using incorrect basic auth credentials.
|
Loading…
Reference in New Issue
Block a user