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

16 lines
297 B
JSON
Raw Normal View History

2015-09-28 07:32:53 -05:00
{
"pluginType": "datasource",
"name": "Prometheus",
"type": "prometheus",
"serviceName": "PrometheusDatasource",
"module": "app/plugins/datasource/prometheus/datasource",
"partials": {
"config": "app/plugins/datasource/prometheus/partials/config.html"
},
"metrics": true
}