datasources.yaml 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  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. secureJsonData:
  58. password: password
  59. jsonData:
  60. sslmode: "disable"
  61. - name: gdev-cloudwatch
  62. type: cloudwatch
  63. editable: true
  64. jsonData:
  65. authType: credentials
  66. defaultRegion: eu-west-2