all repos

onasty @ c3cd6686a990dcd8870c4f1db6073bb495b66842

a one-time notes service

onasty/infra/grafana/datasources.yml(view raw)

1
2
3
4
5
6
7
8
9
10
11
12
13
apiVersion: 1
datasources:
  - name: loki
    type: loki
    access: proxy
    url: http://loki:3100
    isDefault: false

  - name: prometheus
    type: prometheus
    access: proxy
    url: http://prometheus:9090
    isDefault: true