You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/database/database-metrics.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -285,7 +285,7 @@ Parameterized query text SHOULD NOT be sanitized. Even though parameterized quer
285
285
|`_OTHER`| A fallback error value to be used when the instrumentation doesn't define a custom value. ||
|[`db.system`](/docs/registry/attributes/db.md)| string | Deprecated, use `db.system.name` instead. |`other_sql`; `adabas`; `intersystems_cache`|`Rename`| Use [`db.system.name`](/docs/registry/attributes/db.md) instead. |
291
291
@@ -581,7 +581,7 @@ Parameterized query text SHOULD NOT be sanitized. Even though parameterized quer
581
581
|`_OTHER`| A fallback error value to be used when the instrumentation doesn't define a custom value. ||
Copy file name to clipboardExpand all lines: docs/database/database-spans.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -351,7 +351,7 @@ and SHOULD be provided **at span creation time** (if provided at all):
351
351
|`_OTHER`| A fallback error value to be used when the instrumentation doesn't define a custom value. ||
| [`exception.escaped`](/docs/registry/attributes/exception.md) | boolean | Indicates that the exception is escaping the scope of the span. | | `Drop` | It's no longer recommended to record exceptions that are handled and do not escape the scope of a span.
|[`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. |
163
163
|[`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. |
164
164
165
165
**[11]`messaging.message.payload_compressed_size_bytes`:** Only if span represents operation on a single message.
@@ -278,10 +278,10 @@ and SHOULD be provided **at span creation time** (if provided at all):
278
278
|`settle`| One or more messages are settled. ||
|[`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. |
285
285
|[`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. |
286
286
287
287
**[10]`messaging.message.payload_compressed_size_bytes`:** Only if span represents operation on a single message.
|[`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. |
147
147
|[`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. |
148
148
149
149
**[10]`messaging.message.payload_compressed_size_bytes`:** Only if span represents operation on a single message.
|[`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. |
156
156
|[`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. |
157
157
158
158
**[12]`messaging.message.payload_compressed_size_bytes`:** Only if span represents operation on a single message.
0 commit comments