grafana: add prometheus datasource

This commit is contained in:
Andrey Kartashov 2020-06-20 20:51:33 +07:00
parent a200111cf8
commit da60a51693

View file

@ -13,3 +13,11 @@ data:
access: proxy
url: http://loki.logging:3100
version: 1
prometheus-datasource.yaml: |-
apiVersion: 1
datasources:
- name: Prometheus
type: prometheus
access: proxy
url: http://prometheus-operator-prometheus.monitoring:9090/
version: 1