sqlstreams.otel.measurements.rejected [SQL0103]
Edit this pagecode SQL0103 · metric — attribute-free gauge counting retained rows omitted from the current export
the log line · Report this thread
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.