prometheus/storage/remote/otlptranslator/prometheusremotewrite
Arve Knudsen dc34b90f93
Some checks are pending
buf.build / lint and publish (push) Waiting to run
CI / Go tests (push) Waiting to run
CI / More Go tests (push) Waiting to run
CI / Go tests with previous Go version (push) Waiting to run
CI / UI tests (push) Waiting to run
CI / Go tests on Windows (push) Waiting to run
CI / Mixins tests (push) Waiting to run
CI / Build Prometheus for common architectures (push) Waiting to run
CI / Build Prometheus for all architectures (push) Waiting to run
CI / Report status of build Prometheus for all architectures (push) Blocked by required conditions
CI / Check generated parser (push) Waiting to run
CI / golangci-lint (push) Waiting to run
CI / fuzzing (push) Waiting to run
CI / codeql (push) Waiting to run
CI / Publish main branch artifacts (push) Blocked by required conditions
CI / Publish release artefacts (push) Blocked by required conditions
CI / Publish UI on npm Registry (push) Blocked by required conditions
Scorecards supply-chain security / Scorecards analysis (push) Waiting to run
otlptranslator: fix silently swallowed error in addSumNumberDataPoints (#17954)
The createAttributes error was incorrectly returning nil instead of err,
causing errors to be silently discarded. This could lead to silent data
loss for sum metrics during OTLP ingestion.

Fixes #17953

Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
2026-01-28 13:58:50 +01:00
..
combined_appender.go feat: rename CreatedTimestamp to StartTimestamp (#17523) 2025-11-13 14:17:51 +00:00
combined_appender_test.go Remove copyright date from headers (#17785) 2026-01-05 13:46:21 +01:00
context.go Remove copyright date from headers (#17785) 2026-01-05 13:46:21 +01:00
context_test.go Remove copyright date from headers (#17785) 2026-01-05 13:46:21 +01:00
helper.go otlptranslator: filter __name__ from OTLP attributes to prevent duplicates (#17917) 2026-01-24 16:44:08 +01:00
helper_test.go otlptranslator: filter __name__ from OTLP attributes to prevent duplicates (#17917) 2026-01-24 16:44:08 +01:00
histograms.go otlptranslator: filter __name__ from OTLP attributes to prevent duplicates (#17917) 2026-01-24 16:44:08 +01:00
histograms_test.go OTLP: label caching for OTLP-to-Prometheus conversion to reduce allocations and improve latency (#17860) 2026-01-16 10:30:05 +00:00
metrics_to_prw.go Use standard library errors in otlptranslator (#17894) 2026-01-20 10:13:40 +01:00
metrics_to_prw_test.go OTLP: label caching for OTLP-to-Prometheus conversion to reduce allocations and improve latency (#17860) 2026-01-16 10:30:05 +00:00
number_data_points.go otlptranslator: fix silently swallowed error in addSumNumberDataPoints (#17954) 2026-01-28 13:58:50 +01:00
number_data_points_test.go OTLP: label caching for OTLP-to-Prometheus conversion to reduce allocations and improve latency (#17860) 2026-01-16 10:30:05 +00:00
otlp_to_openmetrics_metadata.go Remove copyright date from headers (#17785) 2026-01-05 13:46:21 +01:00
testutil_test.go Remove copyright date from headers (#17785) 2026-01-05 13:46:21 +01:00