Skip to content

Releases: grafana/azure-data-explorer-datasource

grafana-azure-data-explorer-datasource v4.6.1

11 Aug 16:36
Compare
Choose a tag to compare

[4.6.1]

  • Fix: Allow dynamic values to be empty for traces.

grafana-azure-data-explorer-datasource v4.6.0

09 Aug 14:30
Compare
Choose a tag to compare

[4.6.0]

  • New feature: Add support for trace data and the Trace visualization.
  • Dependency updates.
  • Fix: Fixed a bug that prevented switching back to the ADX datasource.
  • Fix: When using the generate query feature the token is now validated before attempting to query.
  • Fix: Booleans can be represented as numbers or bool as ADX allows.

grafana-azure-data-explorer-datasource v4.5.0

12 Jun 16:06
Compare
Choose a tag to compare

[4.5.0]

  • Add OpenAI integration which allows users to generate KQL queries via natural language.
  • Experimental - Add support for current user authorization.

grafana-azure-data-explorer-datasource v4.4.1

04 May 16:22
Compare
Choose a tag to compare

[4.4.1]

Build with latest Go version 1.20.4

grafana-azure-data-explorer-datasource v4.4.0

20 Apr 19:27
Compare
Choose a tag to compare

[4.4.0]

Update backend dependencies

grafana-azure-data-explorer-datasource v4.3.0

21 Mar 19:35
741ffda
Compare
Choose a tag to compare

[4.3.0]

This release revamps the editor for Azure Data Explorer template variables:

  • New feature: Predefined queries have been added for databases, tables, and columns to simplify template variable usage.
  • New feature: Both the query builder and KQL editor can be used to query for template variables.
  • New feature: Macros and template variables are now supported within Azure Data Explorer template variable queries.

This release also includes:

  • Fix: The ADX time series format is now preserved when using the KQL editor.
  • Fix: Config editor label widths are now consistent.
  • Fix: Field focussing now behaves as expected.
  • Refactor: OBO token provider makes use of configurable middleware.
  • Refactor: Deprecated metricFindQuery function from Grafana and other rxjs functions have been removed.

grafana-azure-data-explorer-datasource v4.2.0

16 Jan 09:46
Compare
Choose a tag to compare

[4.2.0]

This release revamps the plugin query builder:

  • New feature: It's now possible to filter columns within a query, improving the performance of queries.
  • The query preview includes syntax highlighting for Kusto.
  • All other components have been refactored to match the latest Grafana UI.

Apart from that, this release also includes:

  • Refactor: Authentication and configuration has been refactored to match other Azure plugins.
  • Fix: Health check for data sources configured with On-Behalf-Of authentication.
  • Fix: Alert queries that returns no data.

grafana-azure-data-explorer-datasource v4.1.10

22 Nov 15:18
Compare
Choose a tag to compare

[4.1.10]

  • Fix: Invalid code editor loaded for Grafana versions that don't follow semantic versioning by @aangelisc in #506
  • Fix error unmounting ADX query editor by @aangelisc in #519
  • Security: Upgrade Go in build process to 1.19.3

grafana-azure-data-explorer-datasource v4.1.9

21 Oct 07:58
Compare
Choose a tag to compare

[4.1.9]

  • Security: Upgrade Go in build process to 1.19.2
  • Fix: Schema mapping displaying macro functions

grafana-azure-data-explorer-datasource v4.1.8

11 Oct 14:44
Compare
Choose a tag to compare

[4.1.8]

  • Report interaction on dashboard load for feature tracking