[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:
parent
f6df784c29
commit
e16e1f5952
|
|
@ -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`.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue