all repos

onasty @ 1afef936dd1d4446576c3f46f121ab037c68c109

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