1
0
Fork 0

refactor(grafana): change name of prometheus and loki datasource

This commit is contained in:
Vojtěch Mareš 2023-02-02 18:35:44 +01:00
parent 445a047864
commit c8a3f251bf
Signed by: vojtech.mares
GPG key ID: C6827B976F17240D

View file

@ -49,12 +49,12 @@ spec:
datasources.yaml: datasources.yaml:
apiVersion: 1 apiVersion: 1
datasources: datasources:
- name: Cluster Prometheus - name: In-Cluster Prometheus
type: prometheus type: prometheus
url: http://monitoring-prometheus.monitoring:9090 url: http://monitoring-prometheus.monitoring:9090
access: proxy access: proxy
isDefault: true isDefault: true
- name: Cluster Loki - name: In-Cluster Loki
type: loki type: loki
url: http://loki-gateway.logging:80 url: http://loki-gateway.logging:80
access: proxy access: proxy