From f6b6a7deb66813b4dc973d5cafdefc1f10789baf Mon Sep 17 00:00:00 2001 From: Ken Finnigan Date: Thu, 29 Jul 2021 15:46:32 -0400 Subject: [PATCH] Remove `messaging.operation` for receive span as per feedback --- specification/trace/semantic_conventions/messaging.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specification/trace/semantic_conventions/messaging.md b/specification/trace/semantic_conventions/messaging.md index 667bc8a4ce7..47cc411779d 100644 --- a/specification/trace/semantic_conventions/messaging.md +++ b/specification/trace/semantic_conventions/messaging.md @@ -272,7 +272,7 @@ Process CB: | Span Rcv2 | | `messaging.system` | `"kafka"` | `"kafka"` | `"kafka"` | `"kafka"` | `"kafka"` | | `messaging.destination` | `"T1"` | `"T1"` | `"T1"` | `"T2"` | `"T2"` | | `messaging.destination_kind` | `"topic"` | `"topic"` | `"topic"` | `"topic"` | `"topic"` | -| `messaging.operation` | | `"receive"` | `"process"` | | `"receive"` | +| `messaging.operation` | | | `"process"` | | `"receive"` | | `messaging.kafka.message_key` | `"myKey"` | `"myKey"` | `"myKey"` | `"anotherKey"` | `"anotherKey"` | | `messaging.kafka.consumer_group` | | `"my-group"` | `"my-group"` | | `"another-group"` | | `messaging.kafka.client_id` | | `"5"` | `"5"` | `"5"` | `"8"` |