Skip to content

Ability to disable queue.publish span reporting? #2658

Open
@rgalanakis

Description

@rgalanakis

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

No one assigned

    Type

    No type

    Projects

    Status

    Waiting for: Product Owner

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions