FOSS Opentelemetry storage backends that stores all metadata (value type, unit, etc.)
Summary This postmortem analyzes a recurring issue in OpenTelemetry‑based metric pipelines: the loss of metric metadata (unit, value type, instrument type) when data reaches common FOSS storage backends. Although OTLP defines rich semantic metadata, many backends silently discard it because they inherit the Prometheus data model, which historically does not preserve these attributes. The result … Read more