mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -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
|
|
}
|