[9.3] (backport #12857) Add opampextension to EDOT Collector#12876
Merged
ycombinator merged 2 commits intoelastic:9.3from Feb 20, 2026
Merged
[9.3] (backport #12857) Add opampextension to EDOT Collector#12876ycombinator merged 2 commits intoelastic:9.3from
ycombinator merged 2 commits intoelastic:9.3from
Conversation
8 tasks
swiatekm
approved these changes
Feb 20, 2026
Contributor
💛 Build succeeded, but was flaky
Failed CI Stepscc @ycombinator |
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 PR do?
Adds
opampextensionas a Core component to the EDOT Collector (internal/edot).Changes:
github.com/open-telemetry/opentelemetry-collector-contrib/extension/opampextension v0.145.0as a direct dependency ingo.modopampextension.NewFactory()in the EDOT Collector's extension factory list (otelcol/components.go)opampextensionas a Core component incomponents.ymlcomponents-output.ymlandcomponents-output-fips.yml) to include theopampextension entry (stability: Alpha)go.sumandNOTICE.txt/NOTICE-fips.txtviago mod tidyandmage noticeWhy is it important?
The OpAMP (Open Agent Management Protocol) extension enables the EDOT Collector to communicate with an OpAMP server for remote management and configuration. This will allow Fleet Server to monitor and manage EDOT Collector via OpAMP.
Checklist
./changelog/fragmentsusing the changelog toolDisruptive User Impact
No disruptive impact. This adds a new optional extension to the EDOT Collector; existing configurations are unaffected.
How to test this PR locally
Run the EDOT Collector and verify the
opampextension is listed:Related issues
Questions to ask yourself
opampextensionis an upstream OTel Contrib component maintained by the OTel community.