all: adapt to confighttp.ServerConfig change#45308
Merged
mx-psi merged 3 commits intoopen-telemetry:mainfrom Jan 15, 2026
Merged
all: adapt to confighttp.ServerConfig change#45308mx-psi merged 3 commits intoopen-telemetry:mainfrom
mx-psi merged 3 commits intoopen-telemetry:mainfrom
Conversation
5cf5d1d to
66d4783
Compare
4610df6 to
74023d0
Compare
Update to github.com/open-telemetry/opentelemetry-collector@0755152e21d3d228af112d6984ec365e950f4e85
74023d0 to
02eed61
Compare
open-telemetry/opentelemetry-collector#14248 introduces a breaking change to confighttp.ServerConfig, replacing the Endpoint field with NetAddr (confignet.AddrConfig).
02eed61 to
5e45a2f
Compare
Contributor
Author
|
The lint failure is unrelated to this PR, will be fixed by #45425 |
dmitryax
approved these changes
Jan 15, 2026
Member
|
Please rebase |
Contributor
Author
|
Merged main, all green! |
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
open-telemetry/opentelemetry-collector#14248 introduces a breaking change to confighttp.ServerConfig, replacing the Endpoint field with NetAddr (confignet.AddrConfig).
Link to tracking issue
Relates to open-telemetry/opentelemetry-collector#14248
Testing
make gotestDocumentation
None at this stage. Code owners can update docs if/when they want to declare support.