summaryrefslogtreecommitdiff
path: root/monitoring/grafana/provisioning/datasources/prometheus.yaml
blob: 977265ed840208182cea6b9c377c3697a3ab7994 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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