monasca-grafana-datasource/plugin.json
Bharat Kunwar e9410a50ba Support time range to query dimension names/values
At present, dimensions are not scoped by time window, which makes
dimension related queries to large databases timeout because it searches
all of time instead of a time window specified on the grafana app.

This commit implements the client side changes to address issue by
scoping the search to time range specified on the app. It also bumps up
the plugin version to 1.3.0 since it is a minor backward compatible API
change.

Depends-On: https://review.opendev.org/#/c/670318
Change-Id: I13614595707697552119926273f06967b8d49b1d
Story: 2006204
Task: 35789
2019-07-25 12:31:21 +01:00

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.3.0",
"updated": "2017-10-23"
},
"dependencies": {
"grafanaVersion": "3.x.x",
"plugins": [ ]
}
}