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