distro: override otlp exporters user agent headers#363
Merged
Conversation
For GRPC we leverage the recently added channel_options, for HTTP we temporarily need to monkey patch the exporter default headers in the meantime we have an sdk where we can override them.
dcad635 to
1915a58
Compare
And add a test for http otlp exporter user-agent. The http server requires to bind to a random port for each test because as it won't unbind it until process exit. And SO_REUSEPORT does not seem to help either.
1915a58 to
a5e6609
Compare
basepi
approved these changes
Aug 18, 2025
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.
What does this pull request do?
For GRPC we leverage the recently added channel_options, for HTTP we temporarily need to monkey patch the exporter default headers in the meantime we have an sdk where we can override them.
Related issues