prometheus/storage/remote
Bartlomiej Plotka 7769495a4a
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
refactor: switch OTLP handler to AppendableV2 (#17996)
* refactor: switch OTLP handler to AppendableV2

Signed-off-by: bwplotka <bwplotka@gmail.com>

* addressed comments

Signed-off-by: bwplotka <bwplotka@gmail.com>

---------

Signed-off-by: bwplotka <bwplotka@gmail.com>
2026-02-03 16:44:40 +00:00
..
azuread Remove copyright date from headers (#17785) 2026-01-05 13:46:21 +01:00
googleiam Remove copyright date from headers (#17785) 2026-01-05 13:46:21 +01:00
otlptranslator/prometheusremotewrite refactor: switch OTLP handler to AppendableV2 (#17996) 2026-02-03 16:44:40 +00:00
chunked.go Remove copyright date from headers (#17785) 2026-01-05 13:46:21 +01:00
chunked_test.go Remove copyright date from headers (#17785) 2026-01-05 13:46:21 +01:00
client.go Remove copyright date from headers (#17785) 2026-01-05 13:46:21 +01:00
client_test.go Remove copyright date from headers (#17785) 2026-01-05 13:46:21 +01:00
codec.go feat(tsdb): new AppenderV2 and AtST interface for chunks 2026-01-14 13:15:09 +01:00
codec_test.go feat(tsdb): new AppenderV2 and AtST interface for chunks 2026-01-14 13:15:09 +01:00
dial_context.go Remove copyright date from headers (#17785) 2026-01-05 13:46:21 +01:00
dial_context_test.go Remove copyright date from headers (#17785) 2026-01-05 13:46:21 +01:00
ewma.go Remove copyright date from headers (#17785) 2026-01-05 13:46:21 +01:00
intern.go Remove copyright date from headers (#17785) 2026-01-05 13:46:21 +01:00
intern_test.go Remove copyright date from headers (#17785) 2026-01-05 13:46:21 +01:00
max_timestamp.go Remove copyright date from headers (#17785) 2026-01-05 13:46:21 +01:00
metadata_watcher.go Remove copyright date from headers (#17785) 2026-01-05 13:46:21 +01:00
metadata_watcher_test.go Remove copyright date from headers (#17785) 2026-01-05 13:46:21 +01:00
queue_manager.go remote write: simplify readability of timeseries filtering by using the slices package (#14318) 2026-01-28 11:47:34 +00:00
queue_manager_test.go remote write: simplify readability of timeseries filtering by using the slices package (#14318) 2026-01-28 11:47:34 +00:00
read.go Remove copyright date from headers (#17785) 2026-01-05 13:46:21 +01:00
read_handler.go Remove copyright date from headers (#17785) 2026-01-05 13:46:21 +01:00
read_handler_test.go fix(remote_read): NHCB not returned over remote read samples (#17794) 2026-01-07 08:44:57 +01:00
read_test.go Remove copyright date from headers (#17785) 2026-01-05 13:46:21 +01:00
stats.go Remove copyright date from headers (#17785) 2026-01-05 13:46:21 +01:00
storage.go feat(storage)[PART4b]: add AppenderV2 to the rest of storage.Storage impl 2026-01-14 13:54:27 +00:00
storage_test.go Remove copyright date from headers (#17785) 2026-01-05 13:46:21 +01:00
write.go addressed feedback 2026-01-14 13:57:48 +00:00
write_handler.go refactor: switch OTLP handler to AppendableV2 (#17996) 2026-02-03 16:44:40 +00:00
write_handler_test.go refactor: use Appender mock for tests (#17992) 2026-02-02 15:56:11 +00:00
write_otlp_handler.go refactor: switch OTLP handler to AppendableV2 (#17996) 2026-02-03 16:44:40 +00:00
write_otlp_handler_test.go refactor: switch OTLP handler to AppendableV2 (#17996) 2026-02-03 16:44:40 +00:00
write_test.go refactor: move OTLP handler to separate file (#17990) 2026-02-02 14:36:00 +00:00