[editorial] Remove repeated sentence in trace semconv (#2352)

Context: #2236, at https://github.com/open-telemetry/opentelemetry-specification/pull/2236/files#r807345305
This commit is contained in:
Patrice Chalin 2022-02-15 17:04:05 -05:00 committed by GitHub
parent f6df784c29
commit e16e1f5952
1 changed files with 0 additions and 2 deletions

View File

@ -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"`.
<!-- semconv rpc.message -->
The event name MUST be `message`.