datasources.yaml 522 B

1234567891011121314151617181920
  1. purge_other_datasources: false
  2. datasources:
  3. - name: Graphite
  4. type: graphite
  5. access: proxy
  6. url: http://localhost:8080
  7. password: #string
  8. user: #string
  9. database: #string
  10. basic_auth: #bool
  11. basic_authUser: #string
  12. basic_auth_password: #string
  13. with_credentials: #bool
  14. is_default: true #bool
  15. json_data: '{"graphiteVersion":"0.9"}' # string json
  16. secure_json_fields: '' #string json
  17. - name: Prometheus
  18. type: prometheus
  19. access: proxy
  20. url: http://localhost:9090