Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
joaopgrassi committed Dec 10, 2024
1 parent c676100 commit abcc531
Showing 1 changed file with 27 additions and 28 deletions.
55 changes: 27 additions & 28 deletions docs/messaging/messaging-spans.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,34 +6,33 @@

<!-- toc -->

- [Semantic Conventions for Messaging Spans](#semantic-conventions-for-messaging-spans)
- [Definitions](#definitions)
- [Message](#message)
- [Producer](#producer)
- [Consumer](#consumer)
- [Intermediary](#intermediary)
- [Destinations](#destinations)
- [Message consumption](#message-consumption)
- [Consumer groups](#consumer-groups)
- [Subscriptions](#subscriptions)
- [Conversations](#conversations)
- [Temporary and anonymous destinations](#temporary-and-anonymous-destinations)
- [Conventions](#conventions)
- [Context propagation](#context-propagation)
- [Span name](#span-name)
- [Operation types](#operation-types)
- [Span kind](#span-kind)
- [Trace structure](#trace-structure)
- [Producer spans](#producer-spans)
- [Consumer spans](#consumer-spans)
- [Message creation context as parent of "Process" span](#message-creation-context-as-parent-of-process-span)
- [Messaging attributes](#messaging-attributes)
- [Recording per-message attributes on batch operations](#recording-per-message-attributes-on-batch-operations)
- [Examples](#examples)
- [Topic with multiple consumers](#topic-with-multiple-consumers)
- [Batch receiving](#batch-receiving)
- [Batch publishing with "Create" spans](#batch-publishing-with-create-spans)
- [Batch publishing without "Create" spans](#batch-publishing-without-create-spans)
- [Definitions](#definitions)
- [Message](#message)
- [Producer](#producer)
- [Consumer](#consumer)
- [Intermediary](#intermediary)
- [Destinations](#destinations)
- [Message consumption](#message-consumption)
- [Consumer groups](#consumer-groups)
- [Subscriptions](#subscriptions)
- [Conversations](#conversations)
- [Temporary and anonymous destinations](#temporary-and-anonymous-destinations)
- [Conventions](#conventions)
- [Context propagation](#context-propagation)
- [Span name](#span-name)
- [Operation types](#operation-types)
- [Span kind](#span-kind)
- [Trace structure](#trace-structure)
- [Producer spans](#producer-spans)
- [Consumer spans](#consumer-spans)
- [Message creation context as parent of "Process" span](#message-creation-context-as-parent-of-process-span)
- [Messaging attributes](#messaging-attributes)
- [Recording per-message attributes on batch operations](#recording-per-message-attributes-on-batch-operations)
- [Examples](#examples)
- [Topic with multiple consumers](#topic-with-multiple-consumers)
- [Batch receiving](#batch-receiving)
- [Batch publishing with "Create" spans](#batch-publishing-with-create-spans)
- [Batch publishing without "Create" spans](#batch-publishing-without-create-spans)

<!-- tocstop -->

Expand Down

0 comments on commit abcc531

Please sign in to comment.