![Ryan Bak](/assets/img/avatar_default.png)
The previous repo was https://github.com/twc-openstack/grafana-plugins Change-Id: I07ce789fb7455a8969fa9c6e8bcc78a09de1c0b3
38 lines
863 B
JSON
38 lines
863 B
JSON
{
|
|
"name": "Monasca",
|
|
"id": "monasca-grafana-datasource",
|
|
"type": "datasource",
|
|
|
|
"staticRoot": ".",
|
|
|
|
"partials": {
|
|
"config": "app/plugins/datasource/monasca/partials/config.html"
|
|
},
|
|
|
|
"metrics": true,
|
|
"annotations": false,
|
|
|
|
"info": {
|
|
"description": "datasource for the Monasca Api",
|
|
"author": {
|
|
"name": "OpenStack",
|
|
"url": "https://wiki.openstack.org/wiki/Monasca"
|
|
},
|
|
"logos": {
|
|
"small": "img/openstack_logo.png",
|
|
"large": "img/openstack_logo.png"
|
|
},
|
|
"links": [
|
|
{"name": "GitHub", "url": "https://github.com/openstack/monasca-grafana-datasource"},
|
|
{"name": "License", "url": "https://github.com/openstack/monasca-grafana-datasource/LICENSE"}
|
|
],
|
|
"version": "1.0.0",
|
|
"updated": "2016-07-26"
|
|
},
|
|
|
|
"dependencies": {
|
|
"grafanaVersion": "3.x.x",
|
|
"plugins": [ ]
|
|
}
|
|
}
|