datasources.yaml 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. apiVersion: 1
  2. datasources:
  3. - name: gdev-graphite
  4. type: graphite
  5. access: proxy
  6. url: http://localhost:8080
  7. jsonData:
  8. graphiteVersion: "1.1"
  9. - name: gdev-prometheus
  10. type: prometheus
  11. access: proxy
  12. isDefault: true
  13. url: http://localhost:9090
  14. - name: gdev-influxdb
  15. type: influxdb
  16. access: proxy
  17. database: site
  18. user: grafana
  19. password: grafana
  20. url: http://localhost:8086
  21. jsonData:
  22. timeInterval: "15s"
  23. - name: gdev-opentsdb
  24. type: opentsdb
  25. access: proxy
  26. url: http://localhost:4242
  27. jsonData:
  28. tsdbResolution: 1
  29. tsdbVersion: 1
  30. - name: gdev-elasticsearch-metrics
  31. type: elasticsearch
  32. access: proxy
  33. database: "[metrics-]YYYY.MM.DD"
  34. url: http://localhost:9200
  35. jsonData:
  36. interval: Daily
  37. timeField: "@timestamp"
  38. - name: gdev-mysql
  39. type: mysql
  40. url: localhost:3306
  41. database: grafana
  42. user: grafana
  43. password: password
  44. - name: gdev-mssql
  45. type: mssql
  46. url: localhost:1433
  47. database: grafana
  48. user: grafana
  49. password: "Password!"
  50. - name: gdev-postgres
  51. type: postgres
  52. url: localhost:5432
  53. database: grafana
  54. user: grafana
  55. password: password
  56. jsonData:
  57. sslmode: "disable"
  58. - name: gdev-cloudwatch
  59. type: cloudwatch
  60. editable: true
  61. jsonData:
  62. authType: credentials
  63. defaultRegion: eu-west-2