From abcc5314ad556e34af88af58b00f9ec2c9e4a5fe Mon Sep 17 00:00:00 2001 From: Joao Grassi <5938087+joaopgrassi@users.noreply.github.com> Date: Tue, 10 Dec 2024 17:13:09 +0100 Subject: [PATCH] fix --- docs/messaging/messaging-spans.md | 55 +++++++++++++++---------------- 1 file changed, 27 insertions(+), 28 deletions(-) diff --git a/docs/messaging/messaging-spans.md b/docs/messaging/messaging-spans.md index 5162e87183..25b29f070d 100644 --- a/docs/messaging/messaging-spans.md +++ b/docs/messaging/messaging-spans.md @@ -6,34 +6,33 @@ -- [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)