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

feat: Allow disabling of redis root spans #777

Merged
merged 1 commit into from
May 27, 2021

Conversation

robertlaurin
Copy link
Contributor

Allows users to configure this instrumentation library to not trace root redis spans.

We have observed quite a few applications with various background processes generating large volumes of single span traces for redis calls. These traces provide no context into the work being done. While the better goal would be to identify the sources of these spans and add context to them, this provides a less whack-a-mole style approach.

@robertlaurin robertlaurin force-pushed the feat-add-redis-root-span-option branch from 91181c1 to 54dfe4f Compare May 26, 2021 21:43
@fbogsany fbogsany merged commit 01c8171 into main May 27, 2021
@fbogsany fbogsany deleted the feat-add-redis-root-span-option branch May 27, 2021 02:22
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.

2 participants