Skip to content

Commit a7453b5

Browse files
committed
Doc fix
1 parent 7f4627c commit a7453b5

File tree

12 files changed

+17
-12
lines changed

12 files changed

+17
-12
lines changed

docs/general/attribute-deprecation-action.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ Should follow the definition of the [Drop Action](#drop) for how to proceed.
6464

6565
The implementation is able to rename the attribute currently being emitted without needing to support the existing attribute anymore.
6666

67-
This equivilant to adding a new attribute and performing the [Drop Action](#drop) on the old attribute.
67+
This equivalent to adding a new attribute and performing the [Drop Action](#drop) on the old attribute.
6868

6969
## Remove
7070

@@ -109,6 +109,5 @@ There is no ability for a user to configure that attribute to be emitted.
109109

110110
Under no circumstances should this attribute be added to an existing instrumentation.
111111

112-
113112
[DocumentStatus]:
114113
https://opentelemetry.io/docs/specs/otel/document-status

docs/messaging/azure-messaging.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ and SHOULD be provided **at span creation time** (if provided at all):
159159
| Attribute | Type | Description | Examples | [Deprecation Action](https://opentelemetry.io/docs/specs/semconv/general/attribute-deprecation-action/) | Deprecation Explanation |
160160
|---|---|---|---|---|---|
161161
| [`messaging.message.payload_compressed_size_bytes`](/docs/registry/attributes/messaging.md) | int | The compressed size of the message payload in bytes. [11] | `2048` | `Drop` | Obsoleted. |
162-
| [`messaging.message.payload_size_bytes`](/docs/registry/attributes/messaging.md) | int | The (uncompressed) size of the message payload in bytes. Also use this attribute if it is unknown whether the compressed or uncompressed payload size is reported. [12] | `2738` | `Rename` | Use [`messaging.message.envelope.size`](/docs/registry/attributes/.md) instead. |
162+
| [`messaging.message.payload_size_bytes`](/docs/registry/attributes/messaging.md) | int | The (uncompressed) size of the message payload in bytes. Also use this attribute if it is unknown whether the compressed or uncompressed payload size is reported. [12] | `2738` | `Drop` | Obsoleted. |
163163
| [`messaging.operation`](/docs/registry/attributes/messaging.md) | string | Deprecated, use `messaging.operation.type` instead. | `publish`; `create`; `process` | `Migrate` | Use [`messaging.operation.type`](/docs/registry/attributes/messaging.md) instead. |
164164

165165
**[11] `messaging.message.payload_compressed_size_bytes`:** Only if span represents operation on a single message.
@@ -281,7 +281,7 @@ and SHOULD be provided **at span creation time** (if provided at all):
281281
| Attribute | Type | Description | Examples | [Deprecation Action](https://opentelemetry.io/docs/specs/semconv/general/attribute-deprecation-action/) | Deprecation Explanation |
282282
|---|---|---|---|---|---|
283283
| [`messaging.message.payload_compressed_size_bytes`](/docs/registry/attributes/messaging.md) | int | The compressed size of the message payload in bytes. [10] | `2048` | `Drop` | Obsoleted. |
284-
| [`messaging.message.payload_size_bytes`](/docs/registry/attributes/messaging.md) | int | The (uncompressed) size of the message payload in bytes. Also use this attribute if it is unknown whether the compressed or uncompressed payload size is reported. [11] | `2738` | `Rename` | Use [`messaging.message.envelope.size`](/docs/registry/attributes/.md) instead. |
284+
| [`messaging.message.payload_size_bytes`](/docs/registry/attributes/messaging.md) | int | The (uncompressed) size of the message payload in bytes. Also use this attribute if it is unknown whether the compressed or uncompressed payload size is reported. [11] | `2738` | `Drop` | Obsoleted. |
285285
| [`messaging.operation`](/docs/registry/attributes/messaging.md) | string | Deprecated, use `messaging.operation.type` instead. | `publish`; `create`; `process` | `Migrate` | Use [`messaging.operation.type`](/docs/registry/attributes/messaging.md) instead. |
286286

287287
**[10] `messaging.message.payload_compressed_size_bytes`:** Only if span represents operation on a single message.

docs/messaging/gcp-pubsub.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ and SHOULD be provided **at span creation time** (if provided at all):
143143
| Attribute | Type | Description | Examples | [Deprecation Action](https://opentelemetry.io/docs/specs/semconv/general/attribute-deprecation-action/) | Deprecation Explanation |
144144
|---|---|---|---|---|---|
145145
| [`messaging.message.payload_compressed_size_bytes`](/docs/registry/attributes/messaging.md) | int | The compressed size of the message payload in bytes. [10] | `2048` | `Drop` | Obsoleted. |
146-
| [`messaging.message.payload_size_bytes`](/docs/registry/attributes/messaging.md) | int | The (uncompressed) size of the message payload in bytes. Also use this attribute if it is unknown whether the compressed or uncompressed payload size is reported. [11] | `2738` | `Rename` | Use [`messaging.message.envelope.size`](/docs/registry/attributes/.md) instead. |
146+
| [`messaging.message.payload_size_bytes`](/docs/registry/attributes/messaging.md) | int | The (uncompressed) size of the message payload in bytes. Also use this attribute if it is unknown whether the compressed or uncompressed payload size is reported. [11] | `2738` | `Drop` | Obsoleted. |
147147
| [`messaging.operation`](/docs/registry/attributes/messaging.md) | string | Deprecated, use `messaging.operation.type` instead. | `publish`; `create`; `process` | `Migrate` | Use [`messaging.operation.type`](/docs/registry/attributes/messaging.md) instead. |
148148

149149
**[10] `messaging.message.payload_compressed_size_bytes`:** Only if span represents operation on a single message.

docs/messaging/kafka.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ and SHOULD be provided **at span creation time** (if provided at all):
152152
| Attribute | Type | Description | Examples | [Deprecation Action](https://opentelemetry.io/docs/specs/semconv/general/attribute-deprecation-action/) | Deprecation Explanation |
153153
|---|---|---|---|---|---|
154154
| [`messaging.message.payload_compressed_size_bytes`](/docs/registry/attributes/messaging.md) | int | The compressed size of the message payload in bytes. [12] | `2048` | `Drop` | Obsoleted. |
155-
| [`messaging.message.payload_size_bytes`](/docs/registry/attributes/messaging.md) | int | The (uncompressed) size of the message payload in bytes. Also use this attribute if it is unknown whether the compressed or uncompressed payload size is reported. [13] | `2738` | `Rename` | Use [`messaging.message.envelope.size`](/docs/registry/attributes/.md) instead. |
155+
| [`messaging.message.payload_size_bytes`](/docs/registry/attributes/messaging.md) | int | The (uncompressed) size of the message payload in bytes. Also use this attribute if it is unknown whether the compressed or uncompressed payload size is reported. [13] | `2738` | `Drop` | Obsoleted. |
156156
| [`messaging.operation`](/docs/registry/attributes/messaging.md) | string | Deprecated, use `messaging.operation.type` instead. | `publish`; `create`; `process` | `Migrate` | Use [`messaging.operation.type`](/docs/registry/attributes/messaging.md) instead. |
157157

158158
**[12] `messaging.message.payload_compressed_size_bytes`:** Only if span represents operation on a single message.

docs/messaging/messaging-metrics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ the broker doesn't have such notion, the destination name SHOULD uniquely identi
264264
**Past Attributes:**
265265
| Attribute | Type | Description | Examples | [Deprecation Action](https://opentelemetry.io/docs/specs/semconv/general/attribute-deprecation-action/) | Deprecation Explanation |
266266
|---|---|---|---|---|---|
267-
| [`messaging.operation`](/docs/registry/attributes/messaging.md) | string | Deprecated, use `messaging.operation.type` instead. | `publish`; `create`; `process` | `Migrate` | Use [`messaging.operation.type`](/docs/registry/attributes/.md) instead. |
267+
| [`messaging.operation`](/docs/registry/attributes/messaging.md) | string | Deprecated, use `messaging.operation.type` instead. | `publish`; `create`; `process` | `Migrate` | Use [`messaging.operation.name`](/docs/registry/attributes/messaging.md) instead. |
268268

269269
<!-- markdownlint-restore -->
270270
<!-- prettier-ignore-end -->

docs/messaging/messaging-spans.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -512,7 +512,7 @@ and SHOULD be provided **at span creation time** (if provided at all):
512512
| Attribute | Type | Description | Examples | [Deprecation Action](https://opentelemetry.io/docs/specs/semconv/general/attribute-deprecation-action/) | Deprecation Explanation |
513513
|---|---|---|---|---|---|
514514
| [`messaging.message.payload_compressed_size_bytes`](/docs/registry/attributes/messaging.md) | int | The compressed size of the message payload in bytes. [19] | `2048` | `Drop` | Obsoleted. |
515-
| [`messaging.message.payload_size_bytes`](/docs/registry/attributes/messaging.md) | int | The (uncompressed) size of the message payload in bytes. Also use this attribute if it is unknown whether the compressed or uncompressed payload size is reported. [20] | `2738` | `Rename` | Use [`messaging.message.envelope.size`](/docs/registry/attributes/messaging.md) instead. |
515+
| [`messaging.message.payload_size_bytes`](/docs/registry/attributes/messaging.md) | int | The (uncompressed) size of the message payload in bytes. Also use this attribute if it is unknown whether the compressed or uncompressed payload size is reported. [20] | `2738` | `Drop` | Obsoleted. |
516516
| [`messaging.operation`](/docs/registry/attributes/messaging.md) | string | Deprecated, use `messaging.operation.type` instead. | `publish`; `create`; `process` | `Migrate` | Use [`messaging.operation.type`](/docs/registry/attributes/messaging.md) instead. |
517517

518518
**[19] `messaging.message.payload_compressed_size_bytes`:** Only if span represents operation on a single message.

docs/messaging/rabbitmq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ and SHOULD be provided **at span creation time** (if provided at all):
140140
| Attribute | Type | Description | Examples | [Deprecation Action](https://opentelemetry.io/docs/specs/semconv/general/attribute-deprecation-action/) | Deprecation Explanation |
141141
|---|---|---|---|---|---|
142142
| [`messaging.message.payload_compressed_size_bytes`](/docs/registry/attributes/messaging.md) | int | The compressed size of the message payload in bytes. [8] | `2048` | `Drop` | Obsoleted. |
143-
| [`messaging.message.payload_size_bytes`](/docs/registry/attributes/messaging.md) | int | The (uncompressed) size of the message payload in bytes. Also use this attribute if it is unknown whether the compressed or uncompressed payload size is reported. [9] | `2738` | `Rename` | Use [`messaging.message.envelope.size`](/docs/registry/attributes/.md) instead. |
143+
| [`messaging.message.payload_size_bytes`](/docs/registry/attributes/messaging.md) | int | The (uncompressed) size of the message payload in bytes. Also use this attribute if it is unknown whether the compressed or uncompressed payload size is reported. [9] | `2738` | `Drop` | Obsoleted. |
144144
| [`messaging.operation`](/docs/registry/attributes/messaging.md) | string | Deprecated, use `messaging.operation.type` instead. | `publish`; `create`; `process` | `Migrate` | Use [`messaging.operation.type`](/docs/registry/attributes/messaging.md) instead. |
145145

146146
**[8] `messaging.message.payload_compressed_size_bytes`:** Only if span represents operation on a single message.

docs/messaging/rocketmq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ and SHOULD be provided **at span creation time** (if provided at all):
167167
| Attribute | Type | Description | Examples | [Deprecation Action](https://opentelemetry.io/docs/specs/semconv/general/attribute-deprecation-action/) | Deprecation Explanation |
168168
|---|---|---|---|---|---|
169169
| [`messaging.message.payload_compressed_size_bytes`](/docs/registry/attributes/messaging.md) | int | The compressed size of the message payload in bytes. [12] | `2048` | `Drop` | Obsoleted. |
170-
| [`messaging.message.payload_size_bytes`](/docs/registry/attributes/messaging.md) | int | The (uncompressed) size of the message payload in bytes. Also use this attribute if it is unknown whether the compressed or uncompressed payload size is reported. [13] | `2738` | `Rename` | Use [`messaging.message.envelope.size`](/docs/registry/attributes/.md) instead. |
170+
| [`messaging.message.payload_size_bytes`](/docs/registry/attributes/messaging.md) | int | The (uncompressed) size of the message payload in bytes. Also use this attribute if it is unknown whether the compressed or uncompressed payload size is reported. [13] | `2738` | `Drop` | Obsoleted. |
171171
| [`messaging.operation`](/docs/registry/attributes/messaging.md) | string | Deprecated, use `messaging.operation.type` instead. | `publish`; `create`; `process` | `Migrate` | Use [`messaging.operation.type`](/docs/registry/attributes/messaging.md) instead. |
172172

173173
**[12] `messaging.message.payload_compressed_size_bytes`:** Only if span represents operation on a single message.

docs/messaging/sns.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ and SHOULD be provided **at span creation time** (if provided at all):
9494
| Attribute | Type | Description | Examples | [Deprecation Action](https://opentelemetry.io/docs/specs/semconv/general/attribute-deprecation-action/) | Deprecation Explanation |
9595
|---|---|---|---|---|---|
9696
| [`messaging.message.payload_compressed_size_bytes`](/docs/registry/attributes/messaging.md) | int | The compressed size of the message payload in bytes. [7] | `2048` | `Drop` | Obsoleted. |
97-
| [`messaging.message.payload_size_bytes`](/docs/registry/attributes/messaging.md) | int | The (uncompressed) size of the message payload in bytes. Also use this attribute if it is unknown whether the compressed or uncompressed payload size is reported. [8] | `2738` | `Rename` | Use [`messaging.message.envelope.size`](/docs/registry/attributes/.md) instead. |
97+
| [`messaging.message.payload_size_bytes`](/docs/registry/attributes/messaging.md) | int | The (uncompressed) size of the message payload in bytes. Also use this attribute if it is unknown whether the compressed or uncompressed payload size is reported. [8] | `2738` | `Drop` | Obsoleted. |
9898
| [`messaging.operation`](/docs/registry/attributes/messaging.md) | string | Deprecated, use `messaging.operation.type` instead. | `publish`; `create`; `process` | `Migrate` | Use [`messaging.operation.type`](/docs/registry/attributes/messaging.md) instead. |
9999

100100
**[7] `messaging.message.payload_compressed_size_bytes`:** Only if span represents operation on a single message.

docs/messaging/sqs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ and SHOULD be provided **at span creation time** (if provided at all):
9494
| Attribute | Type | Description | Examples | [Deprecation Action](https://opentelemetry.io/docs/specs/semconv/general/attribute-deprecation-action/) | Deprecation Explanation |
9595
|---|---|---|---|---|---|
9696
| [`messaging.message.payload_compressed_size_bytes`](/docs/registry/attributes/messaging.md) | int | The compressed size of the message payload in bytes. [7] | `2048` | `Drop` | Obsoleted. |
97-
| [`messaging.message.payload_size_bytes`](/docs/registry/attributes/messaging.md) | int | The (uncompressed) size of the message payload in bytes. Also use this attribute if it is unknown whether the compressed or uncompressed payload size is reported. [8] | `2738` | `Rename` | Use [`messaging.message.envelope.size`](/docs/registry/attributes/.md) instead. |
97+
| [`messaging.message.payload_size_bytes`](/docs/registry/attributes/messaging.md) | int | The (uncompressed) size of the message payload in bytes. Also use this attribute if it is unknown whether the compressed or uncompressed payload size is reported. [8] | `2738` | `Drop` | Obsoleted. |
9898
| [`messaging.operation`](/docs/registry/attributes/messaging.md) | string | Deprecated, use `messaging.operation.type` instead. | `publish`; `create`; `process` | `Migrate` | Use [`messaging.operation.type`](/docs/registry/attributes/messaging.md) instead. |
9999

100100
**[7] `messaging.message.payload_compressed_size_bytes`:** Only if span represents operation on a single message.

0 commit comments

Comments
 (0)