-
Notifications
You must be signed in to change notification settings - Fork 121
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
the SQL highlighted is not supported for Grafana 7.x #381
Comments
old bug which not related with grafana version, duplicate with just reload page |
@Slach |
@frank-lam I can't find root cause, https://github.com/Vertamedia/clickhouse-grafana/blob/master/src/query_ctrl.ts#L9 if you can help, please feel free to make pull request |
# 2.4.0 (2021-11-29) ## Enhancement: * Add support for Grafana 8.x unified alerts, fix Altinity/clickhouse-grafana#380 * Add TLS support for backend alerts part of plugin Altinity/clickhouse-grafana#356 (comment) * Add $naturalTimeSeries macro, look details in https://github.com/Vertamedia/clickhouse-grafana/pull/89/files#diff-cd9133eda7b58ef9c9264190db4534a1be53216edbda9ac57256fbd800368c03R383-R412 * Update golang-plugin-sdk-go to latest version * Properly format Value in Table format, look details Altinity/clickhouse-grafana#379 * Remove toDateTime64 casting for column when time column is already DateTime64 to improve performance. Change test to ensure the casting is removed from the query, fix Altinity/clickhouse-grafana#360 * implements `$timeFilter64ByColumn(column_name)` macro, fix Altinity/clickhouse-grafana#343 ## Fixes: * implements properly GET and POST support for alert queries, fix Altinity/clickhouse-grafana#353 * SQL syntax highlight now works always, fix Altinity/clickhouse-grafana#174, fix Altinity/clickhouse-grafana#381 * fix Altinity/clickhouse-grafana#376, * fix negative behavior for $perSecondColumns Altinity/clickhouse-grafana#337 * fix Altinity/clickhouse-grafana#374, ignore `--` inside quotas as comment
like this, lack of syntax highlighting affects the experience. Hope to fix this BUG as soon as possible
But I did support syntax highlighting when I used Grafana 5.x
The text was updated successfully, but these errors were encountered: