Replies: 1 comment 2 replies
-
There are a few ways. I'll provide the different options:
Can I ask how you're trying to filter spans from requests? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The problem I'm running into is finding an efficient way to deal with different configurations of incoming requests. Some requests need to have tracing enabled and some do not. The subscriber in this case is shared among these requests. Is there a simple way to disable and enable spans based off of this type of configuration?
Beta Was this translation helpful? Give feedback.
All reactions