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

13 lines
236 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": [
{"type": "dashboard", "name": "Prometheus Stats", "path": "dashboards/prometheus_stats.json"}
],
2015-10-01 13:19:25 -05:00
"metrics": true,
"annotations": true
2015-09-28 07:32:53 -05:00
}