Commit Graph

3 Commits

Author SHA1 Message Date
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
Witold Bedyk 7f0b8621cb Update version numbers
* package.json
* plugin.json

Change-Id: I2497128971af08c7c8aba37a8ca50b0bce7f3d7a
2017-12-11 17:28:35 +01:00
Witold Bedyk d17911fabd Add package.json
Change-Id: Ie22c7461c83b26b81350adcbed6ac94b9292be8d
Story: 2001255
Task: 5785
2017-10-23 15:24:00 +02:00