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",
|
2019-05-09 11:45:39 +02:00
|
|
|
"category": "tsdb",
|
2021-04-14 13:06:20 -04:00
|
|
|
"routes": [
|
|
|
|
|
{
|
|
|
|
|
"method": "POST",
|
|
|
|
|
"path": "api/v1/query",
|
|
|
|
|
"reqRole": "Viewer"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"method": "POST",
|
|
|
|
|
"path": "api/v1/query_range",
|
|
|
|
|
"reqRole": "Viewer"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"method": "POST",
|
|
|
|
|
"path": "api/v1/series",
|
|
|
|
|
"reqRole": "Viewer"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"method": "POST",
|
|
|
|
|
"path": "api/v1/labels",
|
|
|
|
|
"reqRole": "Viewer"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"method": "POST",
|
|
|
|
|
"path": "api/v1/query_exemplars",
|
|
|
|
|
"reqRole": "Viewer"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"method": "GET",
|
2021-04-29 10:20:51 +03:00
|
|
|
"path": "/rules",
|
2021-04-14 13:06:20 -04:00
|
|
|
"reqRole": "Viewer"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"method": "POST",
|
2021-04-29 10:20:51 +03:00
|
|
|
"path": "/rules",
|
2021-04-14 13:06:20 -04:00
|
|
|
"reqRole": "Editor"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"method": "DELETE",
|
2021-04-29 10:20:51 +03:00
|
|
|
"path": "/rules",
|
2021-04-14 13:06:20 -04:00
|
|
|
"reqRole": "Editor"
|
|
|
|
|
}
|
|
|
|
|
],
|
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,
|
2017-12-06 13:51:19 +01:00
|
|
|
"queryOptions": {
|
|
|
|
|
"minInterval": true
|
|
|
|
|
},
|
2016-03-15 09:15:24 +01:00
|
|
|
"info": {
|
2019-05-09 11:45:39 +02:00
|
|
|
"description": "Open source time series database & alerting",
|
2016-03-15 09:15:24 +01:00
|
|
|
"author": {
|
2020-04-26 15:34:56 -07:00
|
|
|
"name": "Grafana Labs",
|
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
|
|
|
{
|
2020-01-06 16:56:34 +01:00
|
|
|
"name": "Learn more",
|
2018-07-13 09:09:36 +02:00
|
|
|
"url": "https://prometheus.io/"
|
|
|
|
|
}
|
2019-03-05 23:40:03 -08:00
|
|
|
]
|
2016-03-15 09:15:24 +01:00
|
|
|
}
|
2018-11-29 10:39:24 +01:00
|
|
|
}
|