Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remotetap extension concept #10963

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

wildum
Copy link
Contributor

@wildum wildum commented Aug 26, 2024

Description

This is the core part of the remote tap concept described here: open-telemetry/opentelemetry-collector-contrib#34096

This will be used by the new version of the remotetap extension in contrib.

This new version uses the processorhelper to tap into the processor pipeline. ALL processors using the processorhelper to be created will automatically support the extension.

To see what a full version could look like you can check this POC: #10962

When no remotetap stream is open, the additional work on the processor pipeline is negligible (1 map read / proc consumption if the extension is not enabled, 2 map read / proc consumption if the extension is enabled but no streams are open)

Idealy, in the future, the extension could tap into all kinds of components. Taping into the processors that use the processorhelper pkg is the first easy step in this direction.

@atoulme
Copy link
Contributor

atoulme commented Aug 26, 2024

Please create this PR in contrib? We will not have new components in this repository right now.

@wildum
Copy link
Contributor Author

wildum commented Aug 27, 2024

Ah okay, then I will move the component back to contrib and will only update the processorhelper logic in core

@wildum
Copy link
Contributor Author

wildum commented Aug 27, 2024

@atoulme I moved the component from this PR to contrib: open-telemetry/opentelemetry-collector-contrib#34872.
Only the changes related to the framework changes are left in this PR

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants