datasources.yaml 269 B

123456789101112131415
  1. apiVersion: 1
  2. datasources:
  3. - name: Prometheus
  4. type: prometheus
  5. access: proxy
  6. url: http://briven-prometheus:9090
  7. isDefault: true
  8. editable: false
  9. - name: Loki
  10. type: loki
  11. access: proxy
  12. url: http://briven-loki:3100
  13. editable: false