From b890a856e2cbc65fdae8622d850e585d278d2c53 Mon Sep 17 00:00:00 2001 From: Johannes Tax Date: Thu, 3 Feb 2022 13:52:13 -0800 Subject: [PATCH] Fix markdownlint errors --- text/trace/0192-messaging-semantic-conventions-spec.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/text/trace/0192-messaging-semantic-conventions-spec.md b/text/trace/0192-messaging-semantic-conventions-spec.md index de28de1d7..777eecbd3 100644 --- a/text/trace/0192-messaging-semantic-conventions-spec.md +++ b/text/trace/0192-messaging-semantic-conventions-spec.md @@ -76,7 +76,7 @@ PRODUCER . ^ . | Create . Process | v ^ - v +--------------+ | + v +--------------+ | Publish -> | INTERMEDIARY | -> Receive +--------------+ ``` @@ -202,7 +202,7 @@ spans can link to zero, one, or multiple "Create" spans. One possibility to seamlessly integrate producer/consumer and intermediary instrumentation in a flexible and extensible way would be the introduction of a -second transport context layer in addition to the creation context layer. +second transport context layer in addition to the creation context layer. 1. The _creation context layer_ allows correlating the producer with the consumers of a message, regardless of intermediary instrumentation. The