open-telemetry
opentelemetry-collector
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
add changelog
braydonk:skip-get-module-no-go-mod-gen
2 hours ago
run make gogenerate
braydonk:skip-get-module-no-go-mod-gen
2 hours ago
[exporterhelper] guard sizer inheritance when batch is disabled When sending_queue::sizer is set and sending_queue::batch::enabled is false, configoptional.AddEnabledField clears the batch Optional to None, but the sizer-inheritance branch in queuebatch.Config.Unmarshal still calls cfg.Batch.Get() and dereferences the nil pointer, panicking on collector startup. This is the narrowest fix: add cfg.Batch.HasValue() as an additional guard on the existing condition so the inheritance branch is skipped when batching is disabled, since there is nothing to inherit into. Adds a regression test case and testdata file covering the disabled batch path. Existing test cases continue to pass unchanged. Part of the same area as #14695 and #14687, which rework the sizer inheritance for a different bug. This change is independent of that PR and is safe to land first. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
jmacd:fix-queuebatch-unmarshal-nil-when-disabled
3 hours ago
RFC: keep exporterhelper block_on_overflow default false Per review discussion in #15273, reverse the proposed change to make exporterhelper block_on_overflow true by default. Only the batch::enabled default flips in exporterhelper. The new queuebatchprocessor adopts wait_for_result: true and block_on_overflow: true as its defaults to preserve batchprocessor's blocking backpressure semantics for users migrating away from it. Drops the exporterQueueBlockOnOverflow feature gate; only one gate (exporterQueueBatchEnabled) remains. Assisted-by: Claude Opus 4.7
jmacd:jmacd/batch_rfc_2026
3 hours ago
[cmd/builder] Make `--skip-get-modules` not regenerate go.mod This PR makes it so `--skip-get-modules` does not regenerate the `go.mod` template. This should make it accomplish its stated goals of "not updating go.mod" that the info log states.
braydonk:skip-get-module-no-go-mod-gen
3 hours ago
[chore][govuln] pin Go version in govuln check (#15388) #### Description Pin Go version to 1.25.11 in govuln check to fix CI failures. Right now actions/setup-go resolves oldstable to 1.25.10 which has known vulns. Counterpart in contrib: http://github.com/open-telemetry/opentelemetry-collector-contrib/pull/48854 #### Authorship - [x] I, a human, wrote this pull request description myself. <!--Please delete paragraphs that you did not use before submitting.-->
main
9 hours ago
fixed otlp http retry Signed-off-by: singhvibhanshu <singhvibhanshu@hotmail.com>
singhvibhanshu:fix-otlphttp-large-response-retry
9 hours ago
[chore]: update affiliation (#15387)
main
10 hours ago
Latest Branches
CodSpeed Performance Gauge
+28%
[cmd/builder] Make `--skip-get-modules` not regenerate go.mod
#15391
2 hours ago
49eaa44
braydonk:skip-get-module-no-go-mod-gen
CodSpeed Performance Gauge
-31%
[exporterhelper] guard sizer inheritance when batch is disabled
#15393
3 hours ago
a8b81ed
jmacd:fix-queuebatch-unmarshal-nil-when-disabled
CodSpeed Performance Gauge
+59%
[RFC] Batch processor migration
#15273
4 hours ago
7b8749e
jmacd:jmacd/batch_rfc_2026
ยฉ 2026 CodSpeed Technology
Home
Terms
Privacy
Docs