Metrics Reference¶
Metrics are always collected and merged into RunResult.metrics_*.
Counters¶
rows_written_totalwriter_flusheserrors_totaldlq_spooled_files_totaldlq_rescued_totaldlq_remaining_totaldlq_spool_failed_totalschema_missing_cols_filled— cells filled asnullfor missing schema columns in non‑strict modeschema_extra_cols_preserved_count— number of extra input columns preserved beyond schemainmem_dedup_dropped_rows— rows removed by in‑memory unique_key dedup/upsert (keep="last")
Histograms¶
- Global:
fetch_duration_sparse_duration_shttp_duration_swriter_flush_duration_s- Per table:
writer_flush_duration_s.{table}writer_rows.{table}
Snapshots¶
req_q_len_after_producerreq_q_len_after_req_joinpkt_q_len_after_producerpkt_q_len_after_pkt_join
Summaries¶
- Global p95/p99 durations
- Per‑table p50/p95/p99 for
writer_flush_duration_s.{table},writer_rows.{table}