trino.execution.cpu_time.total
Total CPU time all-timeDimensions:None
Available on:
Prometheus (1)
Interface Metrics (1)
Technical Annotations (5)
CLI Commands (2)
EXPLAIN ANALYZE VERBOSEdiagnosticSELECT query_id, user, cpu_time, peak_memory_bytes, total_rows FROM trino_events.trino_queries WHERE create_time >= now() - interval '30' day ORDER BY cpu_time DESC LIMIT 10;diagnosticTechnical References (3)
io.trino.operator.ScanFilterAndProjectOperatorcomponentio.trino.parquet.reader.PrimitiveColumnReadercomponentstage 0conceptRelated Insights (2)
Long-running tasks accumulate on single worker causing timeoutscritical
▸
CPU-intensive queries degrade cluster performancewarning
▸