mirror of
https://github.com/grafana/grafana.git
synced 2025-02-12 00:25:46 -06:00
16 lines
297 B
JSON
16 lines
297 B
JSON
|
{
|
||
|
"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
|
||
|
}
|