[exporter/splunk_hec] Deprecate 'batcher' config for now#41224
Merged
dmitryax merged 1 commit intoJul 11, 2025
Conversation
f414d22 to
405cab9
Compare
Deprecate 'batcher' config with a warning, do not remove the section yet.
405cab9 to
13f1e0f
Compare
dmitryax
added a commit
that referenced
this pull request
Jul 10, 2025
…re (#41225) Adopt to open-telemetry/opentelemetry-collector#13338 to unblock the core dependency upgrade For the end user, everything stays as is for now. Going forward, the `batcher` section should be deprecated and removed. See #41224 as an example. I'm leaving that part to the code owners. --------- Co-authored-by: Carson Ip <carsonip@users.noreply.github.com>
jinja2
approved these changes
Jul 11, 2025
pjanotti
approved these changes
Jul 11, 2025
dloucasfx
approved these changes
Jul 11, 2025
TylerHelmuth
approved these changes
Jul 11, 2025
Dylan-M
pushed a commit
to Dylan-M/opentelemetry-collector-contrib
that referenced
this pull request
Aug 5, 2025
…re (open-telemetry#41225) Adopt to open-telemetry/opentelemetry-collector#13338 to unblock the core dependency upgrade For the end user, everything stays as is for now. Going forward, the `batcher` section should be deprecated and removed. See open-telemetry#41224 as an example. I'm leaving that part to the code owners. --------- Co-authored-by: Carson Ip <carsonip@users.noreply.github.com>
Dylan-M
pushed a commit
to Dylan-M/opentelemetry-collector-contrib
that referenced
this pull request
Aug 5, 2025
…try#41224) Deprecate 'batcher' config with a warning, do not remove the section yet.
Dylan-M
pushed a commit
to Dylan-M/opentelemetry-collector-contrib
that referenced
this pull request
Aug 5, 2025
…pen-telemetry#41264) Following-up open-telemetry#41224 and and fixing main branch
songy23
added a commit
that referenced
this pull request
Sep 25, 2025
) <!--Ex. Fixing a bug - Describe the bug and how this fixes the issue. Ex. Adding a feature - Explain what this achieves.--> #### Description With batcher being deprecated (#41224), user needs to use the batch config in the `sending_queue` option. This PR updates the readme accordingly. <!-- Issue number (e.g. #1234) or full URL to issue, if applicable. --> #### Link to tracking issue Fixes <!--Describe what testing was performed and which tests were added.--> #### Testing <!--Describe the documentation added.--> #### Documentation <!--Please delete paragraphs that you did not use before submitting.--> --------- Signed-off-by: Dani Louca <dlouca@splunk.com> Co-authored-by: Antoine Toulme <atoulme@splunk.com> Co-authored-by: Curtis Robert <crobert@splunk.com> Co-authored-by: Yang Song <songy23@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Deprecate 'batcher' config with a warning, do not remove the section yet.