measurements cannot be exported [SQL0104]
Edit this pageAs 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.
Looking for a different code? Search every thread.