Hi, why there is nothing graph or style unless i select ‘Table view’?
Here is my sql
SELECT Timestamp, TraceId, SpanId, ParentSpanId, SpanName, SpanKind, ServiceName, Duration, StatusCode, StatusMessage, toString(SpanAttributes), toString(ResourceAttributes), toString(Events.Name), toString(Links.TraceId) FROM otel.otel_traces_distributed WHERE ServiceName = 'unknown_service:n9e' AND Timestamp >= NOW() - INTERVAL 100 HOUR Limit 100;