SQLStreams

the messaging platform that is just Postgres

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

measurements cannot be exported [SQL0104]

Edit this page
code SQL0104 · log event at warn — the current collection omits the rejected metric family; healthy families still export
the log line · Report this thread
SQL0104 Log event at warn

As it arrives in your log:

level=WARN msg="measurements cannot be exported" code=SQL0104

A metric family cannot be exported under the adapter’s portable naming rules. The warning carries its original name in metric_names and the rejection reason in detail. It does not include measurement values or metadata.

The adapter rejects conflicting kind or unit within a family, translated name or attribute-key collisions, untranslatable names, and exporter-reserved names. Basic measurement validation belongs to core constructors. The adapter checks export compatibility; retained data cannot supply its health gauges.

For example, billing.depth and billing_depth both translate to billing_depth. Rename one and remove or let the conflicting retained series expire. The next collection reevaluates the current rows, with no remembered rejection. The rejection gauge counts omitted rows.

Only otherwise exportable families participate in name collisions. If billing.depth already fails its attribute-key check, it is omitted and counted; billing_depth can still export.

Nothing pasted yet — the queries above show their blanks.

Looking for a different code? Search every thread.