[9.3] (backport #12857) Add opampextension to EDOT Collector#12875
Closed
mergify[bot] wants to merge 2 commits into9.3from
Closed
[9.3] (backport #12857) Add opampextension to EDOT Collector#12875mergify[bot] wants to merge 2 commits into9.3from
mergify[bot] wants to merge 2 commits into9.3from
Conversation
* Add opampextension to EDOT Collector go.mod Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> * Register opampextension factory in EDOT Collector Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> * Mark opampextension as a Core component in components.yml Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> * Update golden files to include opamp extension Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> * Run go mod tidy and mage notice for opampextension Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> * Add changelog fragment for opampextension Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> * Update README and fix import ordering for opampextension Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> --------- Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com> (cherry picked from commit e8076e4) # Conflicts: # internal/edot/README.md # internal/edot/go.mod # internal/edot/go.sum
Contributor
Author
|
Cherry-pick of e8076e4 has failed: To fix up this pull request, you can check it out locally. See documentation: https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally |
8 tasks
Contributor
|
Pinging @elastic/elastic-agent-control-plane (Team:Elastic-Agent-Control-Plane) |
Contributor
Contributor
|
We need the backport/equivalent of #12705 to be merged into |
Contributor
|
Replaced by #12876 |
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.This is an automatic backport of pull request Add opampextension to EDOT Collector #12857 done by Mergify.