all repos

onasty @ ecdd5a0f7bd8d3a7948aad8aec355e56acbe07d9

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