prometheus/storage/remote/otlptranslator/prometheusremotewrite
Arve Knudsen 4fb6ce4d9a
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
fix: prevent stale exemplars leaking to histogram _sum/_count across data points (#18056)
In addHistogramDataPoints, exemplars assigned to the +Inf bucket of one
data point were carried over into the _sum and _count Append calls of
the next data point via the shared appOpts. Clear appOpts.Exemplars at
the start of each loop iteration to restore the nil-exemplar semantics
that existed before the AppenderV2 migration.

Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
2026-02-15 10:47:38 +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 fix: prevent stale exemplars leaking to histogram _sum/_count across data points (#18056) 2026-02-15 10:47:38 +01:00
helper_test.go fix: prevent stale exemplars leaking to histogram _sum/_count across data points (#18056) 2026-02-15 10:47:38 +01:00
histograms.go refactor: switch OTLP handler to AppendableV2 (#17996) 2026-02-03 16:44:40 +00:00
histograms_test.go refactor: use Appender mock for otlptranslator tests (#17999) 2026-02-06 09:51:40 +00:00
metrics_to_prw.go refactor: switch OTLP handler to AppendableV2 (#17996) 2026-02-03 16:44:40 +00:00
metrics_to_prw_test.go refactor: use Appender mock for otlptranslator tests (#17999) 2026-02-06 09:51:40 +00:00
number_data_points.go refactor: switch OTLP handler to AppendableV2 (#17996) 2026-02-03 16:44:40 +00:00
number_data_points_test.go refactor: use Appender mock for otlptranslator tests (#17999) 2026-02-06 09:51:40 +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