Get latest raw metrics for a topic
Returns the latest raw metric values (per partition / task / context) from the ClickHouse metrics and metrics_qa tables for a single topic — bypassing the materialized-view aggregation that powers the lineage / observability surfaces.
Intended for debugging discrepancies between what raw CH holds and what the UI renders. Returns one row per (metric_name, partition, task, context); the caller is responsible for aggregating across partitions if needed (sum for lag, max for latency, etc.).
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Query Parameters
Lookback window. Accepts '' where unit ∈ {s,m,h,d}. Defaults to 15m, capped at 3d (raw-table TTL).
Comma-separated metric_name filter. Omit to return every metric_name seen in the window.