Replies: 1 comment 7 replies
-
I did find |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This might be a bit of an unusual case, but hoping there's a way to accomplish it. One of our services has a background cron scheduler which polls our database for updates very frequently. Due to reasons of legacy, we can't really change this at the moment. This leads to most of our traces from this service being just a single database lookup span.
Is there a way to suppress sampling within a specific scope? We're using auto-instrumentation, so we don't have direct control over the code which starts the trace.
Basically we have something like this:
Where
reloadAuth
is a MongoDBfind
operation.Beta Was this translation helpful? Give feedback.
All reactions