grafana/public/app/plugins/datasource/prometheus/plugin.json

27 lines
667 B
JSON
Raw Normal View History

2015-09-28 07:32:53 -05:00
{
"type": "datasource",
2015-09-28 07:32:53 -05:00
"name": "Prometheus",
"id": "prometheus",
2015-09-28 07:32:53 -05:00
"includes": [
2017-10-24 03:34:53 -05:00
{"type": "dashboard", "name": "Prometheus Stats", "path": "dashboards/prometheus_stats.json"},
{"type": "dashboard", "name": "Prometheus 2.0 Stats", "path": "dashboards/prometheus_2_stats.json"},
2017-10-24 03:34:53 -05:00
{"type": "dashboard", "name": "Grafana Stats", "path": "dashboards/grafana_stats.json"}
],
2015-10-01 13:19:25 -05:00
"metrics": true,
"alerting": true,
"annotations": true,
"info": {
"author": {
"name": "Grafana Project",
"url": "https://grafana.com"
},
"logos": {
"small": "img/prometheus_logo.svg",
"large": "img/prometheus_logo.svg"
}
}
2015-09-28 07:32:53 -05:00
}