Open
Description
Problem Statement
I am using the sidekiq-sentry integration. It automatically emits a queue.publish
event when enqueing a job, like through an endpoint.
This effectively doubles the number of spans for jobs, of which I have many. The queue.publish doesn't tell me interesting information on its own. I am wondering if it is possible to filter out queue.publish spans from being traced, like I can do with other spans (http.server, queue.process). The queue.publish never seem to make it to traces_sampler
, I'm guessing something automatic is happening with the parent span (https.server
in my case).
Solution Brainstorm
Maybe this is just a documentation issue?
Metadata
Metadata
Assignees
Type
Projects
Status
Waiting for: Product Owner