2015-09-28 13:32:53 +01:00
|
|
|
{
|
2016-01-08 23:15:44 +01:00
|
|
|
"type": "datasource",
|
2015-09-28 13:32:53 +01:00
|
|
|
"name": "Prometheus",
|
2016-01-08 23:15:44 +01:00
|
|
|
"id": "prometheus",
|
2016-03-12 10:40:55 +01:00
|
|
|
"includes": [
|
2018-07-13 09:09:36 +02:00
|
|
|
{
|
|
|
|
|
"type": "dashboard",
|
|
|
|
|
"name": "Prometheus Stats",
|
|
|
|
|
"path": "dashboards/prometheus_stats.json"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"type": "dashboard",
|
|
|
|
|
"name": "Prometheus 2.0 Stats",
|
|
|
|
|
"path": "dashboards/prometheus_2_stats.json"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"type": "dashboard",
|
|
|
|
|
"name": "Grafana Stats",
|
|
|
|
|
"path": "dashboards/grafana_stats.json"
|
|
|
|
|
}
|
2016-03-12 10:40:55 +01:00
|
|
|
],
|
2015-10-02 03:19:25 +09:00
|
|
|
"metrics": true,
|
2016-09-27 18:36:00 +02:00
|
|
|
"alerting": true,
|
2016-03-15 09:15:24 +01:00
|
|
|
"annotations": true,
|
2018-07-13 09:09:36 +02:00
|
|
|
"explore": true,
|
2017-12-06 13:51:19 +01:00
|
|
|
"queryOptions": {
|
|
|
|
|
"minInterval": true
|
|
|
|
|
},
|
2016-03-15 09:15:24 +01:00
|
|
|
"info": {
|
2018-02-15 15:10:16 +01:00
|
|
|
"description": "Prometheus Data Source for Grafana",
|
2016-03-15 09:15:24 +01:00
|
|
|
"author": {
|
|
|
|
|
"name": "Grafana Project",
|
2017-03-21 15:37:55 +01:00
|
|
|
"url": "https://grafana.com"
|
2016-03-15 09:15:24 +01:00
|
|
|
},
|
|
|
|
|
"logos": {
|
|
|
|
|
"small": "img/prometheus_logo.svg",
|
|
|
|
|
"large": "img/prometheus_logo.svg"
|
2018-02-15 15:10:16 +01:00
|
|
|
},
|
|
|
|
|
"links": [
|
2018-07-13 09:09:36 +02:00
|
|
|
{
|
|
|
|
|
"name": "Prometheus",
|
|
|
|
|
"url": "https://prometheus.io/"
|
|
|
|
|
}
|
2018-02-15 15:10:16 +01:00
|
|
|
],
|
|
|
|
|
"version": "5.0.0"
|
2016-03-15 09:15:24 +01:00
|
|
|
}
|
2018-07-13 09:09:36 +02:00
|
|
|
}
|