From 007cd75ed843d30b1fb4af16425e79842a6fb276 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 362e8a37c54..41853bbdba8 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`.