2019-05-24 01:09:51 -05:00
|
|
|
|
2018-05-29 07:00:46 -05:00
|
|
|
apiVersion: 1
|
|
|
|
|
|
|
|
datasources:
|
2018-07-07 07:40:17 -05:00
|
|
|
- name: gdev-graphite
|
2018-05-29 07:00:46 -05:00
|
|
|
type: graphite
|
|
|
|
access: proxy
|
2019-05-24 01:09:51 -05:00
|
|
|
url: http://localhost:8180
|
2018-05-29 07:00:46 -05:00
|
|
|
jsonData:
|
|
|
|
graphiteVersion: "1.1"
|
2018-07-07 07:40:17 -05:00
|
|
|
|
|
|
|
- name: gdev-prometheus
|
2018-05-29 07:00:46 -05:00
|
|
|
type: prometheus
|
|
|
|
access: proxy
|
|
|
|
url: http://localhost:9090
|
2018-07-07 07:40:17 -05:00
|
|
|
|
2019-05-08 03:09:48 -05:00
|
|
|
- name: gdev-slow-prometheus
|
|
|
|
type: prometheus
|
|
|
|
access: proxy
|
|
|
|
url: http://localhost:3011
|
|
|
|
|
2018-07-16 05:12:13 -05:00
|
|
|
- name: gdev-testdata
|
2019-02-13 07:09:04 -06:00
|
|
|
isDefault: true
|
2019-11-25 15:26:18 -06:00
|
|
|
type: testdata
|
2018-07-16 05:12:13 -05:00
|
|
|
|
2018-07-07 07:40:17 -05:00
|
|
|
- name: gdev-influxdb
|
2018-05-29 07:00:46 -05:00
|
|
|
type: influxdb
|
|
|
|
access: proxy
|
|
|
|
database: site
|
|
|
|
user: grafana
|
|
|
|
url: http://localhost:8086
|
2018-07-07 07:40:17 -05:00
|
|
|
jsonData:
|
2018-05-29 07:00:46 -05:00
|
|
|
timeInterval: "15s"
|
2019-04-15 04:11:17 -05:00
|
|
|
secureJsonData:
|
|
|
|
password: grafana
|
2019-06-12 08:30:33 -05:00
|
|
|
|
|
|
|
- name: gdev-influxdb-telegraf
|
|
|
|
type: influxdb
|
|
|
|
access: proxy
|
|
|
|
database: telegraf
|
|
|
|
user: grafana
|
|
|
|
url: http://localhost:8086
|
|
|
|
jsonData:
|
|
|
|
timeInterval: "10s"
|
|
|
|
secureJsonData:
|
|
|
|
password: grafana
|
2018-05-29 07:00:46 -05:00
|
|
|
|
2018-07-07 07:40:17 -05:00
|
|
|
- name: gdev-opentsdb
|
2018-05-29 07:00:46 -05:00
|
|
|
type: opentsdb
|
|
|
|
access: proxy
|
|
|
|
url: http://localhost:4242
|
2018-07-07 07:40:17 -05:00
|
|
|
jsonData:
|
2018-05-29 07:00:46 -05:00
|
|
|
tsdbResolution: 1
|
|
|
|
tsdbVersion: 1
|
|
|
|
|
2018-11-15 12:07:38 -06:00
|
|
|
- name: gdev-elasticsearch-v2-metrics
|
2018-05-29 07:00:46 -05:00
|
|
|
type: elasticsearch
|
|
|
|
access: proxy
|
|
|
|
database: "[metrics-]YYYY.MM.DD"
|
|
|
|
url: http://localhost:9200
|
|
|
|
jsonData:
|
|
|
|
interval: Daily
|
|
|
|
timeField: "@timestamp"
|
2018-11-15 12:07:38 -06:00
|
|
|
esVersion: 2
|
|
|
|
|
|
|
|
- name: gdev-elasticsearch-v2-logs
|
|
|
|
type: elasticsearch
|
|
|
|
access: proxy
|
|
|
|
database: "[logs-]YYYY.MM.DD"
|
|
|
|
url: http://localhost:9200
|
|
|
|
jsonData:
|
|
|
|
interval: Daily
|
|
|
|
timeField: "@timestamp"
|
|
|
|
esVersion: 2
|
|
|
|
|
|
|
|
- name: gdev-elasticsearch-v5-metrics
|
|
|
|
type: elasticsearch
|
|
|
|
access: proxy
|
|
|
|
database: "[metrics-]YYYY.MM.DD"
|
|
|
|
url: http://localhost:10200
|
|
|
|
jsonData:
|
|
|
|
interval: Daily
|
|
|
|
timeField: "@timestamp"
|
|
|
|
esVersion: 5
|
|
|
|
|
|
|
|
- name: gdev-elasticsearch-v5-logs
|
|
|
|
type: elasticsearch
|
|
|
|
access: proxy
|
|
|
|
database: "[logs-]YYYY.MM.DD"
|
|
|
|
url: http://localhost:10200
|
|
|
|
jsonData:
|
|
|
|
interval: Daily
|
|
|
|
timeField: "@timestamp"
|
|
|
|
esVersion: 5
|
|
|
|
|
|
|
|
- name: gdev-elasticsearch-v6-metrics
|
|
|
|
type: elasticsearch
|
|
|
|
access: proxy
|
|
|
|
database: "[metrics-]YYYY.MM.DD"
|
|
|
|
url: http://localhost:11200
|
|
|
|
jsonData:
|
|
|
|
interval: Daily
|
|
|
|
timeField: "@timestamp"
|
|
|
|
esVersion: 60
|
|
|
|
|
|
|
|
- name: gdev-elasticsearch-v6-logs
|
|
|
|
type: elasticsearch
|
|
|
|
access: proxy
|
|
|
|
database: "[logs-]YYYY.MM.DD"
|
|
|
|
url: http://localhost:11200
|
|
|
|
jsonData:
|
|
|
|
interval: Daily
|
|
|
|
timeField: "@timestamp"
|
|
|
|
esVersion: 60
|
2018-07-07 07:40:17 -05:00
|
|
|
|
2019-04-11 03:53:23 -05:00
|
|
|
- name: gdev-elasticsearch-v6-filebeat
|
|
|
|
type: elasticsearch
|
|
|
|
access: proxy
|
2019-04-25 02:41:13 -05:00
|
|
|
database: "[filebeat-]YYYY.MM.DD"
|
2019-04-11 03:53:23 -05:00
|
|
|
url: http://localhost:11200
|
|
|
|
jsonData:
|
|
|
|
interval: Daily
|
|
|
|
timeField: "@timestamp"
|
|
|
|
esVersion: 60
|
|
|
|
|
2019-04-25 02:41:13 -05:00
|
|
|
- name: gdev-elasticsearch-v7-metrics
|
|
|
|
type: elasticsearch
|
|
|
|
access: proxy
|
|
|
|
database: "[metrics-]YYYY.MM.DD"
|
|
|
|
url: http://localhost:12200
|
|
|
|
jsonData:
|
|
|
|
timeInterval: 10s
|
|
|
|
interval: Daily
|
|
|
|
timeField: "@timestamp"
|
|
|
|
esVersion: 70
|
|
|
|
|
|
|
|
- name: gdev-elasticsearch-v7-logs
|
|
|
|
type: elasticsearch
|
|
|
|
access: proxy
|
|
|
|
database: "[logs-]YYYY.MM.DD"
|
|
|
|
url: http://localhost:12200
|
|
|
|
jsonData:
|
|
|
|
interval: Daily
|
|
|
|
timeField: "@timestamp"
|
|
|
|
esVersion: 70
|
|
|
|
|
|
|
|
- name: gdev-elasticsearch-v7-filebeat
|
|
|
|
type: elasticsearch
|
|
|
|
access: proxy
|
|
|
|
database: "[filebeat-]YYYY.MM.DD"
|
|
|
|
url: http://localhost:12200
|
|
|
|
jsonData:
|
|
|
|
interval: Daily
|
|
|
|
timeField: "@timestamp"
|
|
|
|
esVersion: 70
|
2019-06-24 15:15:03 -05:00
|
|
|
timeInterval: "10s"
|
|
|
|
logMessageField: message
|
|
|
|
logLevelField: fields.level
|
2019-04-25 02:41:13 -05:00
|
|
|
|
2019-05-27 02:55:58 -05:00
|
|
|
- name: gdev-elasticsearch-v7-metricbeat
|
|
|
|
type: elasticsearch
|
|
|
|
access: proxy
|
|
|
|
database: "[metricbeat-]YYYY.MM.DD"
|
|
|
|
url: http://localhost:12200
|
|
|
|
jsonData:
|
|
|
|
interval: Daily
|
|
|
|
timeField: "@timestamp"
|
|
|
|
esVersion: 70
|
|
|
|
timeInterval: "10s"
|
|
|
|
|
2018-07-07 07:40:17 -05:00
|
|
|
- name: gdev-mysql
|
2018-05-29 07:00:46 -05:00
|
|
|
type: mysql
|
|
|
|
url: localhost:3306
|
|
|
|
database: grafana
|
|
|
|
user: grafana
|
2019-04-15 04:11:17 -05:00
|
|
|
secureJsonData:
|
|
|
|
password: password
|
2018-05-29 07:00:46 -05:00
|
|
|
|
2018-07-26 11:12:00 -05:00
|
|
|
- name: gdev-mysql-ds-tests
|
|
|
|
type: mysql
|
|
|
|
url: localhost:3306
|
|
|
|
database: grafana_ds_tests
|
|
|
|
user: grafana
|
2019-04-15 04:11:17 -05:00
|
|
|
secureJsonData:
|
|
|
|
password: password
|
2018-07-26 11:12:00 -05:00
|
|
|
|
2018-07-07 07:40:17 -05:00
|
|
|
- name: gdev-mssql
|
2018-05-29 07:00:46 -05:00
|
|
|
type: mssql
|
|
|
|
url: localhost:1433
|
|
|
|
database: grafana
|
|
|
|
user: grafana
|
2018-07-26 11:12:00 -05:00
|
|
|
secureJsonData:
|
|
|
|
password: Password!
|
|
|
|
|
|
|
|
- name: gdev-mssql-ds-tests
|
|
|
|
type: mssql
|
|
|
|
url: localhost:1433
|
|
|
|
database: grafanatest
|
|
|
|
user: grafana
|
|
|
|
secureJsonData:
|
|
|
|
password: Password!
|
2018-05-29 07:00:46 -05:00
|
|
|
|
2018-07-07 07:40:17 -05:00
|
|
|
- name: gdev-postgres
|
2018-05-29 07:00:46 -05:00
|
|
|
type: postgres
|
|
|
|
url: localhost:5432
|
|
|
|
database: grafana
|
|
|
|
user: grafana
|
2018-07-18 09:21:32 -05:00
|
|
|
secureJsonData:
|
|
|
|
password: password
|
2018-05-29 07:00:46 -05:00
|
|
|
jsonData:
|
|
|
|
sslmode: "disable"
|
|
|
|
|
2018-07-26 11:12:00 -05:00
|
|
|
- name: gdev-postgres-ds-tests
|
|
|
|
type: postgres
|
|
|
|
url: localhost:5432
|
|
|
|
database: grafanadstest
|
|
|
|
user: grafanatest
|
|
|
|
secureJsonData:
|
|
|
|
password: grafanatest
|
|
|
|
jsonData:
|
|
|
|
sslmode: "disable"
|
|
|
|
|
2018-07-07 07:40:17 -05:00
|
|
|
- name: gdev-cloudwatch
|
2018-05-29 07:00:46 -05:00
|
|
|
type: cloudwatch
|
|
|
|
editable: true
|
|
|
|
jsonData:
|
|
|
|
authType: credentials
|
|
|
|
defaultRegion: eu-west-2
|
|
|
|
|
2019-11-11 09:31:45 -06:00
|
|
|
# Keep to test old /api/prom API
|
|
|
|
- name: gdev-loki-0.3
|
|
|
|
type: loki
|
|
|
|
access: proxy
|
|
|
|
url: http://localhost:3103
|
|
|
|
editable: false
|
|
|
|
|
|
|
|
# First version with new v1 API (remove once v1 is out)
|
|
|
|
- name: gdev-loki-0.4
|
|
|
|
type: loki
|
|
|
|
access: proxy
|
|
|
|
url: http://localhost:3104
|
|
|
|
editable: false
|
|
|
|
|
2019-01-29 06:03:49 -06:00
|
|
|
- name: gdev-loki
|
|
|
|
type: loki
|
|
|
|
access: proxy
|
|
|
|
url: http://localhost:3100
|
|
|
|
editable: false
|
2020-05-05 02:51:21 -05:00
|
|
|
jsonData:
|
|
|
|
derivedFields:
|
|
|
|
- name: "traceID"
|
2020-05-06 03:39:46 -05:00
|
|
|
matcherRegex: "traceID=(\\w+)"
|
2020-05-05 02:51:21 -05:00
|
|
|
url: "$${__value.raw}"
|
|
|
|
datasourceUid: gdev-jaeger
|
|
|
|
- name: "traceID"
|
2020-05-06 03:39:46 -05:00
|
|
|
matcherRegex: "traceID=(\\w+)"
|
2020-05-05 02:51:21 -05:00
|
|
|
url: "$${__value.raw}"
|
|
|
|
datasourceUid: gdev-zipkin
|
|
|
|
|
|
|
|
- name: gdev-jaeger
|
|
|
|
type: jaeger
|
|
|
|
uid: gdev-jaeger
|
|
|
|
access: proxy
|
|
|
|
url: http://localhost:16686
|
|
|
|
editable: false
|
|
|
|
|
|
|
|
- name: gdev-zipkin
|
|
|
|
type: zipkin
|
|
|
|
uid: gdev-zipkin
|
|
|
|
access: proxy
|
|
|
|
url: http://localhost:9411
|
|
|
|
editable: false
|
2019-01-29 06:03:49 -06:00
|
|
|
|
2018-07-18 09:21:32 -05:00
|
|
|
|