Releases: grafana/azure-data-explorer-datasource
Releases · grafana/azure-data-explorer-datasource
azure-data-explorer-datasource v2.0.3
- Bugfix for issue #60
- Updated packages
azure-data-explorer-datasource v2.0.2
- Bugfix for issue #60
- Updated packages
azure-data-explorer-datasource v2.0.1
[2.0.1]
- Add key value support to plugin (based off of mysql plugin)
- New feature for metric naming and aliasing
azure-data-explorer-datasource v2.0.0
- Time series queries now support alerting.
- Time series queries now support multiple value and multiple string columns.
- The Kusto "time series" type created with the Kusto
make-series
operator is now supported. - Macros have been added so as not to conflict with Grafana's built-in query Macros:
$__timeFrom
,$__timeTo
, and$__timeInterval
. - Caching of Table and Time Series queries has been removed until backend plugins support caching.
- Queries no longer have an ORDER by clause appended when there is not one, however if time series is unsorted there will be a warning in the query editor.
azure-data-explorer-datasource v1.3.2
- Bugfix for issue #8
- Updated packages
- Added circleci