From e16e1f5952899326584f664758cd7d1876156012 Mon Sep 17 00:00:00 2001 From: Patrice Chalin Date: Tue, 15 Feb 2022 17:04:05 -0500 Subject: [PATCH] [editorial] Remove repeated sentence in trace semconv (#2352) Context: #2236, at https://github.com/open-telemetry/opentelemetry-specification/pull/2236/files#r807345305 --- specification/trace/semantic_conventions/rpc.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/specification/trace/semantic_conventions/rpc.md b/specification/trace/semantic_conventions/rpc.md index 362e8a37c..41853bbdb 100644 --- a/specification/trace/semantic_conventions/rpc.md +++ b/specification/trace/semantic_conventions/rpc.md @@ -100,8 +100,6 @@ In the lifetime of an RPC stream, an event for each message sent/received on client and server spans SHOULD be created. In case of unary calls only one sent and one received message will be recorded for both client and server spans. -The event name MUST be `"message"`. - The event name MUST be `message`.