Skip to content
This repository was archived by the owner on Jul 31, 2025. It is now read-only.

Releases: NovatecConsulting/ca-apm-grafana-datasource

v0.4.7

18 Jan 08:49

Choose a tag to compare

v0.4.7 Pre-release
Pre-release
Bumbed version to 0.4.7

v0.4.6

29 Sep 10:22

Choose a tag to compare

v0.4.6 Pre-release
Pre-release
  • Update for compatibility with Grafana 7.2.0

v0.4.5

17 Mar 17:51

Choose a tag to compare

v0.4.5 Pre-release
Pre-release
  • 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

13 Dec 07:54

Choose a tag to compare

v0.4.4 Pre-release
Pre-release
  • fixed bug that prevented changing segments in the query builder UI

v0.4.3

21 Nov 16:43

Choose a tag to compare

v0.4.3 Pre-release
Pre-release
  • added request ID to query processing, in-flight requests will now be canceled if the query changes

v0.4.2

21 Oct 07:45

Choose a tag to compare

v0.4.2 Pre-release
Pre-release
  • 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

19 Aug 13:52

Choose a tag to compare

v0.4.1 Pre-release
Pre-release
  • added functionality to configure alias names for series using regular expressions

v0.4

10 Dec 10:49

Choose a tag to compare

v0.4 Pre-release
Pre-release
  • time series are now sorted alphabetically

v0.3.1

05 Dec 12:52

Choose a tag to compare

v0.3.1 Pre-release
Pre-release
  • improved handling of missing and NaN values, aggregation works more reliable

v0.3

04 Dec 16:30

Choose a tag to compare

v0.3 Pre-release
Pre-release
  • added feature in raw query mode to aggregate multiple metrics returned for a query into a single series (sum, mean, max, min, median)