We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Tested it and it was works week ago
I tried make following actions sequence Main menu -> Alert rules -> Add new rule
Choose clickhouse as datasource choose Column timestamp type -> DateTime select Database, Table and Timestamp column
clickhouse
Database
Table
Timestamp column
press Go to query
Go to query
and got wrong structure passed to EvalQuery, changed from String to Object
EvalQuery
String
Object
it was always string, not the object
look to https://github.com/Altinity/clickhouse-grafana/blob/master/docker/grafana/dashboards/array_join_nested.json#L112 for example
The text was updated successfully, but these errors were encountered:
lunaticusgreen
Successfully merging a pull request may close this issue.
Tested it and it was works week ago
I tried make following actions sequence
Main menu -> Alert rules -> Add new rule
Choose
clickhouse
as datasourcechoose Column timestamp type -> DateTime
select
Database
,Table
andTimestamp column
press
Go to query
and got wrong structure passed to
EvalQuery
, changed fromString
toObject
it was always string, not the object
look to
https://github.com/Altinity/clickhouse-grafana/blob/master/docker/grafana/dashboards/array_join_nested.json#L112
for example
The text was updated successfully, but these errors were encountered: