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

Correctly visualize receiver fan-in/fan-out #114

Open
bripkens opened this issue Oct 8, 2023 · 0 comments
Open

Correctly visualize receiver fan-in/fan-out #114

bripkens opened this issue Oct 8, 2023 · 0 comments

Comments

@bripkens
Copy link
Member

bripkens commented Oct 8, 2023

Why

Receivers accept data and forward it to one or more pipelines. Depending on the pipelines' implementation details however, it may be the case that the receivers have to copy the data:

https://github.com/open-telemetry/opentelemetry-collector/blob/b89b8194c1c00909e3fba173fed945b31e5be5a4/processor/memorylimiterprocessor/factory.go#L21

What

Visualize this fan-out and required data copying as it notably affects collector performance.

@bripkens bripkens added this to the iteration-2 ☄️ milestone Oct 8, 2023
@bripkens bripkens removed this from the iteration-2 ☄️ milestone Nov 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants