add thanos as datasource to grafana
All checks were successful
ci/woodpecker/push/dashboard Pipeline was successful
All checks were successful
ci/woodpecker/push/dashboard Pipeline was successful
This commit is contained in:
parent
23df372643
commit
ee0909b968
1 changed files with 4 additions and 0 deletions
|
@ -109,6 +109,10 @@ grafana:
|
||||||
auto_sign_up: true
|
auto_sign_up: true
|
||||||
headers: Email:X-Authentik-Email, Name:X-Authentik-Name, Role:X-Authentik-Grafana-Role
|
headers: Email:X-Authentik-Email, Name:X-Authentik-Name, Role:X-Authentik-Grafana-Role
|
||||||
whitelist: 10.1.0.0/16
|
whitelist: 10.1.0.0/16
|
||||||
|
additionalDataSources:
|
||||||
|
- name: Thanos
|
||||||
|
type: prometheus
|
||||||
|
url: http://querier.thanos.svc.cluster.local:9090
|
||||||
prometheus-node-exporter:
|
prometheus-node-exporter:
|
||||||
prometheus:
|
prometheus:
|
||||||
monitor:
|
monitor:
|
||||||
|
|
Loading…
Reference in a new issue