config.yaml 490 B

12345678910111213141516171819202122232425
  1. apiVersion: 1
  2. datasources:
  3. - orgId: 1
  4. name: prometheus
  5. type: prometheus
  6. isDefault: True
  7. access: proxy
  8. url: http://prometheus.example.com:9090
  9. - name: Graphite
  10. type: graphite
  11. access: proxy
  12. url: http://localhost:8080
  13. - orgId: 2
  14. name: prometheus
  15. type: prometheus
  16. isDefault: True
  17. access: proxy
  18. url: http://prometheus.example.com:9090
  19. - orgId: 2
  20. name: Graphite
  21. type: graphite
  22. access: proxy
  23. url: http://localhost:8080