mirror of
https://github.com/grafana/grafana.git
synced 2025-08-06 20:59:35 +08:00
17 lines
341 B
JSON
17 lines
341 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"
|
|
},
|
|
|
|
"defaultMatchFormat": "glob",
|
|
"metrics": true,
|
|
"annotations": true
|
|
}
|