Skip to content

Releases: grafana/clickhouse-datasource

grafana-clickhouse-datasource v4.5.0

14 Oct 11:52
Compare
Choose a tag to compare

grafana-clickhouse-datasource v4.4.0

13 Sep 17:01
Compare
Choose a tag to compare

4.4.0

Features

  • Added "Labels" column selector to the log query builder
  • Datasource OTel configuration will now set default table names for logs and traces.

Fixes

  • Added warning for when uid is missing in provisioned datasources.
  • Map filters in the query builder now correctly show the key instead of the column name
  • Updated and fixed missing system.dashboards dashboard in list of dashboards
  • Updated the duration value in example traces dashboard to provide useful information
  • Fix to display status codes from spans in trace queries (#950)

grafana-clickhouse-datasource v4.3.2

09 Aug 16:09
Compare
Choose a tag to compare

4.3.2

Fixes

  • Optimized performance for types dependent on the JSON converter
  • Dependency updates

grafana-clickhouse-datasource v4.3.1

26 Jul 20:41
Compare
Choose a tag to compare

4.3.1

Features

  • Added preset dashboard from system.dashboards table

Fixes

  • Fix trace start times in trace ID mode (#900)
  • Fixed OTel dashboard that waa failing to import (#908)

grafana-clickhouse-datasource v4.3.0

09 Jul 16:04
Compare
Choose a tag to compare

4.3.0

Features

  • Added OpenTelemetry dashboard (#884)

Fixes

  • Fix support for LowCardinality strings (#857)
  • Update trace queries to better handle time fields (#890)
  • Dependency bumps

grafana-clickhouse-datasource v4.2.0

27 Jun 20:12
Compare
Choose a tag to compare

Release 4.2.0

Features

  • Added $__dateTimeFilter() macro for conveniently filtering a PRIMARY KEY composed of Date and DateTime columns.

grafana-clickhouse-datasource v4.1.0

17 Jun 19:19
Compare
Choose a tag to compare

4.1.0

Features

  • Added the ability to define column alias tables in the config, which simplifies query syntax for tables with a known schema.

grafana-clickhouse-datasource v4.0.8

31 May 11:59
Compare
Choose a tag to compare

4.0.8

Fixes

  • Fixed IN operator escaping the entire string (specifically with Nullable(String)), also added FixedString(N) (#830)
  • Fixed query builder filter editor on alert rules page (#828)

grafana-clickhouse-datasource v4.0.7

10 May 19:59
Compare
Choose a tag to compare

4.0.7

  • Upgrade dependencies

grafana-clickhouse-datasource v4.0.6

17 Apr 11:42
Compare
Choose a tag to compare

4.0.6

Fixes

  • Add support for configuring proxy options from context rather than environment variables (supported by updating sqlds) (#799)