SQLStreams

the messaging platform that is just Postgres

You last visited on 9999-99-99 Show what's new since then

sqlstreams.metrics.collector.completed_timestamp [SQL0100]

Edit this page
code SQL0100 · metric — gauge of `s`, one series per installation
the log line · Report this thread
SQL0100 Metric

As it appears in your metrics:

sqlstreams.metrics.collector.completed_timestamp

The Unix-second timestamp recorded after a complete metrics collection pass. Every snapshot read and measurement write must succeed first, including all concurrent stream collection. Startup and partial passes do not refresh it. If the completion write fails, the pass returns an error.

The series has no attributes. Read it through client.System().Metrics().CollectorCompletedTimestamp().Latest(ctx). For example, a pass that completes at 10:02 UTC records that instant as Unix seconds; a pass that fails while reading a stream at 10:03 leaves that value unchanged.

No retained value means no retained completion evidence. Retention can remove an old completion; it does not become a healthy zero. The collector-progress alert combines completion with manager lease history to avoid counting stopped hours toward pending.

Nothing pasted yet — the queries above show their blanks.

Looking for a different code? Search every thread.