This release improves the integration with ClickHouse.
Download the release on GitHub.
Features
Section titled “Features”Fix bugs in to_clickhouse and improve diagnostics
Section titled “Fix bugs in to_clickhouse and improve diagnostics”The to_clickhouse operator now supports blobs, which will be sent as an
Array(UInt8).
By @IyeOnline in #5122.
Bug Fixes
Section titled “Bug Fixes”Fix bugs in to_clickhouse and improve diagnostics
Section titled “Fix bugs in to_clickhouse and improve diagnostics”We fixed multiple bugs that caused unexpected internal failures and the creation
of potentially empty Tuples in ClickHouse.
By @IyeOnline in #5122.
Keep the y-axis order for chart_* as specified
Section titled “Keep the y-axis order for chart_* as specified”The chart_* operators no longer sort y-axes by their names. Instead, the
user-provided order is used. For example, in metrics "pipeline" | chart_bar x=timestamp, resolution=1d, y={"Ingress": ingress.bytes.sum(), "Egress": egress.bytes.sum()} the field order is now “Ingress” followed by “Egress”
as specified instead of the other way around.
By @dominiklohmann in #5131.