[otel] Add back elastictrace processor#10588
Conversation
|
This pull request does not have a backport label. Could you fix it @gregkalapos? 🙏
|
This version adds a public function used by the elastictrace processor
|
@gregkalapos Could you also add it to the I think we should also backport this change to the 9.2 branch. |
|
Pinging @elastic/elastic-agent-control-plane (Team:Elastic-Agent-Control-Plane) |
|
We'd need another approve from @elastic/ingest-otel-leads. |
I added it. |
💚 Build Succeeded
History
cc @gregkalapos |
* [otel] Add back elastictrace processor * bump elasticapm processor version This version adds a public function used by the elastictrace processor * Create 1760538256-add_back_elastictrace_processor.yaml * Update go.mod * Update go.sum * Update notice files * Update readme and testdata files * Update deprecated-components.yaml (cherry picked from commit 7a4b56c)
* [otel] Add back elastictrace processor * bump elasticapm processor version This version adds a public function used by the elastictrace processor * Create 1760538256-add_back_elastictrace_processor.yaml * Update go.mod * Update go.sum * Update notice files * Update readme and testdata files * Update deprecated-components.yaml (cherry picked from commit 7a4b56c) Co-authored-by: Gergely Kalapos <gergo@kalapos.net>
* [otel] Add back elastictrace processor * bump elasticapm processor version This version adds a public function used by the elastictrace processor * Create 1760538256-add_back_elastictrace_processor.yaml * Update go.mod * Update go.sum * Update notice files * Update readme and testdata files * Update deprecated-components.yaml
What does this PR do?
This PR adds back the
elastictraceprocessor to the EDOT collector and bumps the version to v0.12.0.This version is marked as deprecated (in favor of the
elasticapmprocessor) and just wraps theelasticapmprocessor itself.Why is it important?
This way, we don't break users. The
elastictraceprocessor is marked as a core component and we don't want to just remove it. Therefore, we'll keep one around for existing users, so they can gradually move to theelasticapmprocessor.Checklist
./changelog/fragmentsusing the changelog toolI have added an integration test or an E2E testDisruptive User Impact
How to test this PR locally
Related issues
Questions to ask yourself