mirror of
https://github.com/grafana/grafana.git
synced 2025-02-15 10:03:33 -06:00
19 lines
468 B
JSON
19 lines
468 B
JSON
{
|
|
"pluginType": "datasource",
|
|
"name": "Graphite",
|
|
|
|
"type": "graphite",
|
|
"serviceName": "GraphiteDatasource",
|
|
|
|
"module": "plugins/datasource/graphite/datasource",
|
|
|
|
"partials": {
|
|
"config": "app/plugins/datasource/graphite/partials/config.html",
|
|
"query": "app/plugins/datasource/graphite/partials/query.editor.html",
|
|
"annotations": "app/plugins/datasource/graphite/partials/annotations.editor.html"
|
|
},
|
|
|
|
"metrics": true,
|
|
"annotations": true
|
|
}
|