double-default-datasources.yaml 264 B

123456789101112
  1. purge_other_datasources: false
  2. datasources:
  3. - name: Graphite
  4. type: graphite
  5. access: proxy
  6. url: http://localhost:8080
  7. is_default: true
  8. - name: Prometheus
  9. type: prometheus
  10. access: proxy
  11. url: http://localhost:9090
  12. is_default: true