Valid span operation name for queue instrumentation #12537
okovpashko
started this conversation in
General
Replies: 1 comment 1 reply
-
Hello @okovpashko, we recently added landing pages that give insights into Queue behaviour in Sentry, you can see the UI on this page.
When we added this functionality, we made an effort to standardize on OTel messaging spans. The |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I have a custom instrumentation for the BullMQ queue in my Node.js project.
During upgrading to Sentry SDK v8 I noticed a new article about queue instrumentation.
It states that we must use the
queue.publish
span operation name when we add new tasks to queues andqueue.process
when we process the tasks.At the same time, the older article with the well-known operations doesn't have such span operations for queues. I used to use the
queue.submit
andqueue.task
in my implementation but now I'm confused.Could you please clarify where the source of truth is and what span operations should be used?
I'm also curious if Sentry has any specific behavior based on the span operations it receives.
Beta Was this translation helpful? Give feedback.
All reactions