Open
Description
when using visualization 'log' to view clickhouse log:

the executed sql:
SELECT Timestamp as "timestamp", Body as "body", SeverityText as "level", ResourceAttributes as "labels", TraceId as "traceID" FROM "default"."otel_logs" WHERE ( timestamp >= toDateTime(1750292932) AND timestamp <= toDateTime(1750314532) ) ORDER BY timestamp DESC LIMIT 1000 settings additional_table_filters={'default.otel_logs' : ' name = \'CDJ471X7RQ.local\' '}
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Incoming