summaryrefslogtreecommitdiff
path: root/monitoring/grafana/provisioning/datasources/prometheus.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'monitoring/grafana/provisioning/datasources/prometheus.yaml')
-rw-r--r--monitoring/grafana/provisioning/datasources/prometheus.yaml14
1 files changed, 14 insertions, 0 deletions
diff --git a/monitoring/grafana/provisioning/datasources/prometheus.yaml b/monitoring/grafana/provisioning/datasources/prometheus.yaml
new file mode 100644
index 0000000..977265e
--- /dev/null
+++ b/monitoring/grafana/provisioning/datasources/prometheus.yaml
@@ -0,0 +1,14 @@
+apiVersion: 1
+datasources:
+ - name: Prometheus
+ type: prometheus
+ access: proxy
+ url: http://prometheus:9090
+ isDefault: true
+ editable: false
+ - name: Loki
+ type: loki
+ access: proxy
+ url: http://loki:3100
+ isDefault: false
+ editable: false