Conversation
Signed-off-by: Florian Lehner <florian.lehner@elastic.co>
Member
Author
|
Blocked until #9858 got merged. |
Contributor
|
This pull request is now in conflicts. Could you fix it? 🙏 |
Contributor
|
Pinging @elastic/elastic-agent-control-plane (Team:Elastic-Agent-Control-Plane) |
Signed-off-by: Florian Lehner <florian.lehner@elastic.co>
Signed-off-by: Florian Lehner <florian.lehner@elastic.co>
Signed-off-by: Florian Lehner <florian.lehner@elastic.co>
|
Contributor
💛 Build succeeded, but was flaky
Failed CI StepsHistory
cc @florianl |
pkoutsovasilis
approved these changes
Sep 23, 2025
intxgo
pushed a commit
to intxgo/elastic-agent
that referenced
this pull request
Sep 24, 2025
* edot: add profilingreceiver Signed-off-by: Florian Lehner <florian.lehner@elastic.co> * fixup: limit profiling to linux Signed-off-by: Florian Lehner <florian.lehner@elastic.co> * fiuxp: use build tags Signed-off-by: Florian Lehner <florian.lehner@elastic.co> * mage notice Signed-off-by: Florian Lehner <florian.lehner@elastic.co> --------- Signed-off-by: Florian Lehner <florian.lehner@elastic.co>
swiatekm
pushed a commit
that referenced
this pull request
Sep 24, 2025
* edot: add profilingreceiver Signed-off-by: Florian Lehner <florian.lehner@elastic.co> * fixup: limit profiling to linux Signed-off-by: Florian Lehner <florian.lehner@elastic.co> * fiuxp: use build tags Signed-off-by: Florian Lehner <florian.lehner@elastic.co> * mage notice Signed-off-by: Florian Lehner <florian.lehner@elastic.co> --------- Signed-off-by: Florian Lehner <florian.lehner@elastic.co>
florianl
added a commit
that referenced
this pull request
Sep 25, 2025
#9888 added profiling as an receiver to EDOT. Fix tooling to add this receiver to autogenerated list of components for EDOT. Signed-off-by: Florian Lehner <florian.lehner@elastic.co>
8 tasks
florianl
added a commit
that referenced
this pull request
Sep 30, 2025
* dev-tools: add profiling special case for edot #9888 added profiling as an receiver to EDOT. Fix tooling to add this receiver to autogenerated list of components for EDOT. Signed-off-by: Florian Lehner <florian.lehner@elastic.co> * fixup ``` Error: dev-tools/mage/otel/deps.go:52:3: QF1003: could use tagged switch on dependency.ComponentType (staticcheck) if dependency.ComponentType == "connector" { ^ 1 issues: * staticcheck: 1 ``` Signed-off-by: Florian Lehner <florian.lehner@elastic.co> * Update dev-tools/mage/otel/deps.go Co-authored-by: Christos Kalkanis <christos.kalkanis@elastic.co> --------- Signed-off-by: Florian Lehner <florian.lehner@elastic.co> Co-authored-by: Christos Kalkanis <christos.kalkanis@elastic.co>
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 the profiling receiver OTel component.
Why is it important?
We want to distribute the profiling receiver as part of EDOT.
Checklist
./changelog/fragmentsusing the changelog toolDisruptive User Impact
How to test this PR locally
TBA