Commit Graph

7 Commits

Author SHA1 Message Date
Adrian Czarnecki ab821ad180 Adding support for Grafana 7.x
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
2021-03-09 15:54:11 +01:00
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
Ryan Bak 95f11b545b Change datasource id
change requested by upstream Grafana as a prereq for publishing
the datasource

Change-Id: Ie0d9866611b1fdc3bcde14d48d1b63225d97adc8
2017-01-30 16:08:37 -07:00
Ryan Bak bc56847bc9 Add annotation support for monasca plugin
Includes cleanup of datasource.js
Also removes directives.js as it is no longer used

Change-Id: I032c937a1360f9fe75e6ad0a762ceee46256f8c6
2016-10-19 10:57:44 -06:00
Ryan Bak eb7b0c6c89 Move monasca datasource to new repo
The previous repo was
https://github.com/twc-openstack/grafana-plugins

Change-Id: I07ce789fb7455a8969fa9c6e8bcc78a09de1c0b3
2016-07-27 17:21:19 +00:00