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
+10-4Lines changed: 10 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -284,8 +284,10 @@ Parameterized query text SHOULD NOT be sanitized. Even though parameterized quer
284
284
|---|---|---|
285
285
|`_OTHER`| A fallback error value to be used when the instrumentation doesn't define a custom value. ||
@@ -580,8 +583,10 @@ Parameterized query text SHOULD NOT be sanitized. Even though parameterized quer
580
583
|---|---|---|
581
584
|`_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
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -350,8 +350,10 @@ and SHOULD be provided **at span creation time** (if provided at all):
350
350
|---|---|---|
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.
|[`http.method`](/docs/registry/attributes/http.md)| string | Deprecated, use `http.request.method` instead. |`GET`; `POST`; `HEAD`|`Rename`| Use [`http.request.method`](/docs/registry/attributes/http.md) instead. |
256
258
|[`http.scheme`](/docs/registry/attributes/http.md)| string | Deprecated, use `url.scheme` instead. |`http`; `https`|`Rename`| Use [`url.scheme`](/docs/registry/attributes/url.md) instead. |
257
259
|[`net.host.name`](/docs/registry/attributes/network.md)| string | Deprecated, use `server.address`. |`example.com`|`Rename`| Use [`server.address`](/docs/registry/attributes/server.md) instead. |
258
260
|[`net.host.port`](/docs/registry/attributes/network.md)| int | Deprecated, use `server.port`. |`8080`|`Rename`| Use [`server.port`](/docs/registry/attributes/server.md) instead. |
|[`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
164
|[`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. |
@@ -165,6 +167,7 @@ and SHOULD be provided **at span creation time** (if provided at all):
165
167
**[11]`messaging.message.payload_compressed_size_bytes`:** Only if span represents operation on a single message.
166
168
167
169
**[12]`messaging.message.payload_size_bytes`:** Only if span represents operation on a single message.
170
+
</details>
168
171
169
172
<!-- markdownlint-restore -->
170
173
<!-- prettier-ignore-end -->
@@ -277,8 +280,10 @@ and SHOULD be provided **at span creation time** (if provided at all):
277
280
|`send`| One or more messages are provided for sending to an intermediary. If a single message is sent, the context of the "Send" span can be used as the creation context and no "Create" span needs to be created. ||
278
281
|`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
289
|[`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. |
@@ -287,6 +292,7 @@ and SHOULD be provided **at span creation time** (if provided at all):
287
292
**[10]`messaging.message.payload_compressed_size_bytes`:** Only if span represents operation on a single message.
288
293
289
294
**[11]`messaging.message.payload_size_bytes`:** Only if span represents operation on a single message.
Copy file name to clipboardExpand all lines: docs/messaging/gcp-pubsub.md
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -139,8 +139,10 @@ and SHOULD be provided **at span creation time** (if provided at all):
139
139
|`send`| One or more messages are provided for sending to an intermediary. If a single message is sent, the context of the "Send" span can be used as the creation context and no "Create" span needs to be created. ||
140
140
|`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. |
146
148
|[`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. |
@@ -149,6 +151,7 @@ and SHOULD be provided **at span creation time** (if provided at all):
149
151
**[10]`messaging.message.payload_compressed_size_bytes`:** Only if span represents operation on a single message.
150
152
151
153
**[11]`messaging.message.payload_size_bytes`:** Only if span represents operation on a single message.
Copy file name to clipboardExpand all lines: docs/messaging/kafka.md
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -148,8 +148,10 @@ and SHOULD be provided **at span creation time** (if provided at all):
148
148
|`send`| One or more messages are provided for sending to an intermediary. If a single message is sent, the context of the "Send" span can be used as the creation context and no "Create" span needs to be created. ||
149
149
|`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. [12]|`2048`|`Drop`| Obsoleted. |
155
157
|[`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. |
@@ -158,6 +160,7 @@ and SHOULD be provided **at span creation time** (if provided at all):
158
160
**[12]`messaging.message.payload_compressed_size_bytes`:** Only if span represents operation on a single message.
159
161
160
162
**[13]`messaging.message.payload_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. [19]|`2048`|`Drop`| Obsoleted. |
515
517
|[`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. |
@@ -518,6 +520,7 @@ and SHOULD be provided **at span creation time** (if provided at all):
518
520
**[19]`messaging.message.payload_compressed_size_bytes`:** Only if span represents operation on a single message.
519
521
520
522
**[20]`messaging.message.payload_size_bytes`:** Only if span represents operation on a single message.
0 commit comments