datasources.yaml 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  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-testdata
  15. type: testdata
  16. - name: gdev-influxdb
  17. type: influxdb
  18. access: proxy
  19. database: site
  20. user: grafana
  21. password: grafana
  22. url: http://localhost:8086
  23. jsonData:
  24. timeInterval: "15s"
  25. - name: gdev-opentsdb
  26. type: opentsdb
  27. access: proxy
  28. url: http://localhost:4242
  29. jsonData:
  30. tsdbResolution: 1
  31. tsdbVersion: 1
  32. - name: gdev-elasticsearch-metrics
  33. type: elasticsearch
  34. access: proxy
  35. database: "[metrics-]YYYY.MM.DD"
  36. url: http://localhost:9200
  37. jsonData:
  38. interval: Daily
  39. timeField: "@timestamp"
  40. - name: gdev-mysql
  41. type: mysql
  42. url: localhost:3306
  43. database: grafana
  44. user: grafana
  45. password: password
  46. - name: gdev-mssql
  47. type: mssql
  48. url: localhost:1433
  49. database: grafana
  50. user: grafana
  51. password: "Password!"
  52. - name: gdev-postgres
  53. type: postgres
  54. url: localhost:5432
  55. database: grafana
  56. user: grafana
  57. password: password
  58. jsonData:
  59. sslmode: "disable"
  60. - name: gdev-cloudwatch
  61. type: cloudwatch
  62. editable: true
  63. jsonData:
  64. authType: credentials
  65. defaultRegion: eu-west-2