Skip to content

Commit 23f8f02

Browse files
committed
nits
1 parent 42ad71f commit 23f8f02

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

semantic_conventions/trace/messaging.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ groups:
3333
- id: temp_destination
3434
type: boolean
3535
requirement_level:
36-
conditionally_required: If value is `true`. When missing, the value assumed to be false.
36+
conditionally_required: If value is `true`. When missing, the value is assumed to be `false`.
3737
brief: 'A boolean that is true if the message destination is temporary.'
3838
- id: protocol
3939
type: string
@@ -178,7 +178,7 @@ groups:
178178
- id: tombstone
179179
type: boolean
180180
requirement_level:
181-
conditionally_required: If value is `true`. When missing, the value assumed to be false.
181+
conditionally_required: If value is `true`. When missing, the value is assumed to be `false`.
182182
brief: 'A boolean that is true if the message is a tombstone.'
183183

184184
- id: messaging.rocketmq

specification/trace/semantic_conventions/messaging.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ The following operations related to messages are defined for these semantic conv
144144

145145
**[1]:** If the message destination is either a `queue` or `topic`.
146146

147-
**[2]:** If value is `true`. When missing, the value assumed to be false.
147+
**[2]:** If value is `true`. When missing, the value is assumed to be `false`.
148148

149149
**[3]:** This should be the IP/hostname of the broker (or other network-level peer) this specific message is sent to/received from.
150150

@@ -215,7 +215,7 @@ For Apache Kafka, the following additional attributes are defined:
215215

216216
**[1]:** If the key type is not string, it's string representation has to be supplied for the attribute. If the key has no unambiguous, canonical string form, don't include its value.
217217

218-
**[2]:** If value is `true`. When missing, the value assumed to be false.
218+
**[2]:** If value is `true`. When missing, the value is assumed to be `false``.
219219
<!-- endsemconv -->
220220

221221
For Apache Kafka producers, [`peer.service`](./span-general.md#general-remote-service-attributes) SHOULD be set to the name of the broker or service the message will be sent to.

0 commit comments

Comments
 (0)