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

Do not trace Akka Streams-related actors by default #1116

Closed
ivantopo opened this issue Feb 22, 2022 · 0 comments
Closed

Do not trace Akka Streams-related actors by default #1116

ivantopo opened this issue Feb 22, 2022 · 0 comments

Comments

@ivantopo
Copy link
Contributor

When a traced request enters in contact with a Stream we end up tracing A LOT of messages like OnSubscribe, AsyncInput, RequestMore, and OnNext that really don't add any value to the trace. Those are internal implementation details that we shouldn't expose out of the box.

A good thing is that all of those spans are created by the the graph interpreter so we could just avoid creating spans from akka.stream.impl.fusing.ActorGraphInterpreter actors and that should be it.

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

No branches or pull requests

1 participant