datasources.yaml 581 B

123456789101112131415161718192021222324252627282930
  1. purgeOtherDatasources: false
  2. datasources:
  3. - name: Graphite202
  4. type: graphite
  5. access: proxy
  6. url: http://localhost:8080
  7. password:
  8. user:
  9. database:
  10. basicAuth:
  11. basicAuthUser:
  12. basicAuthPassword:
  13. withCredentials:
  14. isDefault: true
  15. jsonData: {}
  16. secureJsonFields: {}
  17. - name: Prometheus
  18. type: prometheus
  19. access: proxy
  20. url: http://localhost:9090
  21. password:
  22. user:
  23. database:
  24. basicAuth:
  25. basicAuthUser:
  26. basicAuthPassword:
  27. withCredentials:
  28. isDefault: true
  29. jsonData: {}
  30. secureJsonFields: {}