grafana/public/app/plugins/datasource/prometheus/plugin.json
Marcus Efraimsson 1497f3d79a
Chore: Remove unused properties in explore (#17359)
This removes unused properties in explore and datasource 
meta data (tables and explore properties in plugin.json).
2019-05-31 09:45:53 +02:00

48 lines
982 B
JSON

{
"type": "datasource",
"name": "Prometheus",
"id": "prometheus",
"category": "tsdb",
"includes": [
{
"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"
}
],
"metrics": true,
"alerting": true,
"annotations": true,
"queryOptions": {
"minInterval": true
},
"info": {
"description": "Open source time series database & alerting",
"author": {
"name": "Grafana Project",
"url": "https://grafana.com"
},
"logos": {
"small": "img/prometheus_logo.svg",
"large": "img/prometheus_logo.svg"
},
"links": [
{
"name": "Prometheus",
"url": "https://prometheus.io/"
}
]
}
}