issues
search
Altinity
/
clickhouse-grafana
Altinity Grafana datasource plugin for ClickHouse®
MIT License
726
stars
121
forks
source link
Logs UX filters improve UI and internal state
#646
Closed
Slach
closed
1 month ago
Slach
commented
1 month ago
store filters (adhoc and explore panel) in queryModel
add UI to show current applied filters as tags
field=value
,
field2!=value
render filters in SQL replace method as adhoc logic
replace
$adhoc
macro if exists, add to AST
ast.where
if
$adhoc
not exists
field=value
,field2!=value
$adhoc
macro if exists, add to ASTast.where
if$adhoc
not exists