
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
28 lines
691 B
JSON
28 lines
691 B
JSON
{
|
|
"name": "monasca-grafana-datasource",
|
|
"version": "1.3.0",
|
|
"description": "Grafana datasource for use with OpenStack Monasca API",
|
|
"main": "datasource.js",
|
|
"directories": {
|
|
"example": "examples"
|
|
},
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/openstack/monasca-grafana-datasource.git"
|
|
},
|
|
"keywords": [
|
|
"grafana",
|
|
"monasca",
|
|
"datasource"
|
|
],
|
|
"author": "OpenStack",
|
|
"license": "Apache-2.0",
|
|
"bugs": {
|
|
"url": "https://storyboard.openstack.org/#!/project/867"
|
|
},
|
|
"homepage": "https://github.com/openstack/monasca-grafana-datasource#readme"
|
|
}
|