SQLStreams

the messaging platform that is just Postgres

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

sqlstreams.otel.measurements.rejected [SQL0103]

Edit this page
code SQL0103 · metric — attribute-free gauge counting retained rows omitted from the current export
the log line · Report this thread
SQL0103 Metric

As it appears in your metrics:

sqlstreams.otel.measurements.rejected

The adapter counts each retained row omitted by family validation once. Prometheus exposes sqlstreams_otel_measurements_rejected. It is a per-collection count, not a lifetime counter, and is never written to the metrics stream.

For example, billing.depth has two retained series and billing_depth has one. Both names translate to the same Prometheus name, so all three rows are omitted and the gauge reports 3. Unrelated families still export.

An empty successful read reports 0. A read failure omits this gauge because no measurements were inspected. SQL0104 identifies rejected families and the reason.

Nothing pasted yet — the queries above show their blanks.

Looking for a different code? Search every thread.