Shutdown telemetry builder on expoter shutdown#41278
Merged
andrzej-stencel merged 2 commits intoJul 15, 2025
Merged
Conversation
carsonip
approved these changes
Jul 14, 2025
Member
Author
|
Since the changes are not released yet, I have not added the changelog. I think we should skip changelog - let me know if I am wrong. The failing tests are unrelated to the PR. |
Member
Author
|
Added changelog since we missed the v130 release. |
andrzej-stencel
approved these changes
Jul 15, 2025
Dylan-M
pushed a commit
to Dylan-M/opentelemetry-collector-contrib
that referenced
this pull request
Aug 5, 2025
<!--Ex. Fixing a bug - Describe the bug and how this fixes the issue. Ex. Adding a feature - Explain what this achieves.--> #### Description PR open-telemetry#41254 introduced additional telemetry for ES exporter bulk indexers, however, it missed shuting down the telemetry builder. The changes are not released yet so I have not added any changelog. <!-- Issue number (e.g. open-telemetry#1234) or full URL to issue, if applicable. --> #### Link to tracking issue Related to open-telemetry#38610 <!--Describe what testing was performed and which tests were added.--> #### Testing N/A <!--Describe the documentation added.--> #### Documentation N/A <!--Please delete paragraphs that you did not use before submitting.-->
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.
Description
PR #41254 introduced additional telemetry for ES exporter bulk indexers, however, it missed shuting down the telemetry builder. The changes are not released yet so I have not added any changelog.
Link to tracking issue
Related to #38610
Testing
N/A
Documentation
N/A