智慧水务管理系统 - 精河县供水工程综合管理平台

datasources.yml 493B

12345678910111213141516171819202122232425262728
  1. apiVersion: 1
  2. datasources:
  3. - name: Prometheus
  4. type: prometheus
  5. access: proxy
  6. orgId: 1
  7. url: http://prometheus:9090
  8. basicAuth: false
  9. isDefault: true
  10. version: 1
  11. editable: false
  12. jsonData:
  13. httpMethod: POST
  14. queryTimeout: 60s
  15. timeInterval: 15s
  16. - name: Loki
  17. type: loki
  18. access: proxy
  19. orgId: 1
  20. url: http://loki:3100
  21. basicAuth: false
  22. isDefault: false
  23. version: 1
  24. editable: true
  25. jsonData:
  26. maxLines: 1000