datasources.yaml 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  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-mysql-ds-tests
  47. type: mysql
  48. url: localhost:3306
  49. database: grafana_ds_tests
  50. user: grafana
  51. password: password
  52. - name: gdev-mssql
  53. type: mssql
  54. url: localhost:1433
  55. database: grafana
  56. user: grafana
  57. secureJsonData:
  58. password: Password!
  59. - name: gdev-mssql-ds-tests
  60. type: mssql
  61. url: localhost:1433
  62. database: grafanatest
  63. user: grafana
  64. secureJsonData:
  65. password: Password!
  66. - name: gdev-postgres
  67. type: postgres
  68. url: localhost:5432
  69. database: grafana
  70. user: grafana
  71. secureJsonData:
  72. password: password
  73. jsonData:
  74. sslmode: "disable"
  75. - name: gdev-postgres-ds-tests
  76. type: postgres
  77. url: localhost:5432
  78. database: grafanadstest
  79. user: grafanatest
  80. secureJsonData:
  81. password: grafanatest
  82. jsonData:
  83. sslmode: "disable"
  84. - name: gdev-cloudwatch
  85. type: cloudwatch
  86. editable: true
  87. jsonData:
  88. authType: credentials
  89. defaultRegion: eu-west-2