mirror of
https://github.com/grafana/grafana.git
synced 2025-02-16 18:34:52 -06:00
17 lines
310 B
JSON
17 lines
310 B
JSON
{
|
|
"pluginType": "datasource",
|
|
"name": "Graphite",
|
|
|
|
"type": "graphite",
|
|
"serviceName": "GraphiteDatasource",
|
|
|
|
"module": "app/plugins/datasource/graphite/datasource",
|
|
|
|
"partials": {
|
|
"config": "app/plugins/datasource/graphite/partials/config.html"
|
|
},
|
|
|
|
"metrics": true,
|
|
"annotations": true
|
|
}
|