feat(server-utils)!: Emit queue.* span ops for messaging spans - #23042
Merged
Conversation
msonnb
force-pushed
the
ms/messaging-queue-op
branch
from
August 5, 2026 07:59
3ec064b to
26a8afb
Compare
Contributor
size-limit report 📦
|
Kafka and AMQP messaging spans, and OTel-inferred messaging spans, no longer use the generic `message` span op. They now emit the registered `queue.publish`, `queue.receive`, and `queue.process` ops, derived from `messaging.operation.type` (falling back to `queue` when the type is unknown). The discriminating detail is preserved in the messaging attributes. Part of JS-3105. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
msonnb
force-pushed
the
ms/messaging-queue-op
branch
from
August 5, 2026 09:15
26a8afb to
7b556b3
Compare
msonnb
marked this pull request as ready for review
August 5, 2026 09:29
msonnb
requested review from
JPeer264,
andreiborza and
mydea
and removed request for
a team and
mydea
August 5, 2026 09:29
andreiborza
approved these changes
Aug 5, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Kafka and AMQP messaging spans, and OTel-inferred messaging spans, no longer use the generic
messagespan op. They now emit the registeredqueue.publish,queue.receive, andqueue.processops.Part of #22446