ab821ad180
Rename kbn.interval_to_seconds to kbn.intervalToSeconds function for kbn.interval_to_seconds was renamed in Grafana 7.x to kbn.intervalToSeconds Change-Id: I0e81f102534b30e0dbba2d4e5ed137611ed53e90
38 lines
854 B
JSON
38 lines
854 B
JSON
{
|
|
"name": "Monasca",
|
|
"id": "monasca-datasource",
|
|
"type": "datasource",
|
|
|
|
"staticRoot": ".",
|
|
|
|
"partials": {
|
|
"config": "app/plugins/datasource/monasca/partials/config.html"
|
|
},
|
|
|
|
"metrics": true,
|
|
"annotations": true,
|
|
|
|
"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.4.0",
|
|
"updated": "2021-03-09"
|
|
},
|
|
|
|
"dependencies": {
|
|
"grafanaVersion": "7.x.x",
|
|
"plugins": [ ]
|
|
}
|
|
}
|