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",
|
2015-09-28 13:32:53 +01:00
|
|
|
|
2016-03-12 10:40:55 +01:00
|
|
|
"includes": [
|
|
|
|
|
{"type": "dashboard", "name": "Prometheus Stats", "path": "dashboards/prometheus_stats.json"}
|
|
|
|
|
],
|
|
|
|
|
|
2015-10-02 03:19:25 +09:00
|
|
|
"metrics": true,
|
2016-03-15 09:15:24 +01:00
|
|
|
"annotations": true,
|
|
|
|
|
|
|
|
|
|
"info": {
|
|
|
|
|
"author": {
|
|
|
|
|
"name": "Grafana Project",
|
|
|
|
|
"url": "http://grafana.org"
|
|
|
|
|
},
|
|
|
|
|
"logos": {
|
|
|
|
|
"small": "img/prometheus_logo.svg",
|
|
|
|
|
"large": "img/prometheus_logo.svg"
|
|
|
|
|
}
|
|
|
|
|
}
|
2015-09-28 13:32:53 +01:00
|
|
|
}
|