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

Remove skipping span creation by checking parent spans #2980

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

XSAM
Copy link

@XSAM XSAM commented Apr 23, 2024

Resolves #2953

@XSAM XSAM marked this pull request as ready for review April 24, 2024 00:07
Users can use the OpenTelemetry sampler to control the sampling behavior.
For instance, you can use the `ParentBased(NeverSample())` sampler from `go.opentelemetry.io/otel/sdk/trace` to keep
a similar behavior (drop orphan spans) of `go-redis` as before.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am not sure it is the way the redis community makes the changelog, but I think it is good to have such a notice for users.

@XSAM
Copy link
Author

XSAM commented Apr 24, 2024

The CI failure seems unrelated to 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.

Remove skipping span creation by checking parent spans
1 participant