Releases: NovatecConsulting/ca-apm-grafana-datasource
Releases · NovatecConsulting/ca-apm-grafana-datasource
v0.4.7
Bumbed version to 0.4.7
v0.4.6
- Update for compatibility with Grafana 7.2.0
v0.4.5
- Bug fix:
Do not aggregate empty data points. This fixes an error that could occur when aggregating a query result of multiple series that did not contain data for all series for the whole query range.
v0.4.4
- fixed bug that prevented changing segments in the query builder UI
v0.4.3
- added request ID to query processing, in-flight requests will now be canceled if the query changes
v0.4.2
- Bug fix:
For dashboards created with earlier versions of the data source plugin, the aggregated series alias will no longer overwrite the new series alias introduced with the last version. - Bug fix: Aggregation mode is now correctly set to "none" if not configured.
v0.4.1
- added functionality to configure alias names for series using regular expressions
v0.4
- time series are now sorted alphabetically
v0.3.1
- improved handling of missing and NaN values, aggregation works more reliable
v0.3
- added feature in raw query mode to aggregate multiple metrics returned for a query into a single series (sum, mean, max, min, median)