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

24 lines
448 B
JSON
Raw Normal View History

2015-09-28 13:32:53 +01:00
{
"type": "datasource",
2015-09-28 13:32:53 +01:00
"name": "Prometheus",
"id": "prometheus",
2015-09-28 13:32:53 +01:00
"includes": [
{"type": "dashboard", "name": "Prometheus Stats", "path": "dashboards/prometheus_stats.json"}
],
2015-10-02 03:19:25 +09:00
"metrics": true,
"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
}