v3.1.0
3.1.0
Enhancements:
- add additional auto-complete functions the same as
clickhouse-client
, fix #509 - add support for Flamegraph and Tracing, fix #508
- enchanced support for Annotations Query builder.
- added support for HTTP Compression in Connection Settings, fix #494
- switched to go 1.22
- updated README with grafana 10 screenshots
- added $rateColumnsAggregated, $perSecondsColumnsAggregated, $increaseColumnsAggregated, $deltaColumnsAggregated macros for aggregating per-second rates - fix #386
- added
Add metadata
option which added SQL comment to allow detection which dashboard and user is source of query on ClickHouse server side, fix #435
Fixes:
- fixed support grafana cloud fix #517, fix #516
- multiple UI fixes for QueryEditor component, fix #551, #546, #555, #547, #540, #542,
- fixed tlsSkipVerify was ignored when empty tlsCARoot or tlsClientCert and tlsClientKey, fix #532
- fixed multiple issues for format
As table
, fix #515, #529 - fixed Annotations setup page don't contain Query textfield, fix #518
- refactored processing macros and whole query on client side, fix #524
- fixed legacy alerting when use $from and $to macros in query, fix #458
- fixed corner case for WHERE field IN ('value1','value2') vs WHERE field IN ['value1','value2'], fix #506
- fixed corner case for $conditionalTest macro, fix #524
Full Changelog: https://github.com/Altinity/clickhouse-grafana/compare/v3.0.0..v3.1.0