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
+12-4Lines changed: 12 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 +584,10 @@ Parameterized query text SHOULD NOT be sanitized. Even though parameterized quer
580
584
|---|---|---|
581
585
|`_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
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -355,8 +355,10 @@ and SHOULD be provided **at span creation time** (if provided at all):
355
355
|---|---|---|
356
356
|`_OTHER`| A fallback error value to be used when the instrumentation doesn't define a custom value. ||
| Key | Type | Summary | Example Values | Deprecation Action | Deprecation Explanation |
46
48
|---|---|---|---|---|---|
47
49
| [`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.
| Key | Type | Summary | Example Values | Deprecation Action | Deprecation Explanation |
266
268
|---|---|---|---|---|---|
267
269
|[`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. |
268
270
|[`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. |
269
271
|[`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. |
270
272
|[`net.host.port`](/docs/registry/attributes/network.md)| int | Deprecated, use `server.port`. |`8080`|`Rename`| Use [`server.port`](/docs/registry/attributes/server.md) instead. |
| Key | Type | Summary | Example Values | Deprecation Action | Deprecation Explanation |
160
162
|---|---|---|---|---|---|
161
163
|[`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. |
@@ -166,6 +168,8 @@ and SHOULD be provided **at span creation time** (if provided at all):
166
168
167
169
**[12]`messaging.message.payload_size_bytes`:** Only if span represents operation on a single message.
168
170
171
+
</details>
172
+
169
173
<!-- markdownlint-restore -->
170
174
<!-- prettier-ignore-end -->
171
175
<!-- END AUTOGENERATED TEXT -->
@@ -277,8 +281,10 @@ and SHOULD be provided **at span creation time** (if provided at all):
277
281
|`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
282
|`settle`| One or more messages are settled. ||
| Key | Type | Summary | Example Values | Deprecation Action | Deprecation Explanation |
282
288
|---|---|---|---|---|---|
283
289
|[`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
290
|[`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. |
@@ -288,6 +294,8 @@ and SHOULD be provided **at span creation time** (if provided at all):
288
294
289
295
**[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
+6-2Lines changed: 6 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. ||
| Key | Type | Summary | Example Values | Deprecation Action | Deprecation Explanation |
144
146
|---|---|---|---|---|---|
145
147
|[`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. |
@@ -150,6 +152,8 @@ and SHOULD be provided **at span creation time** (if provided at all):
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
+6-2Lines changed: 6 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. ||
| Key | Type | Summary | Example Values | Deprecation Action | Deprecation Explanation |
153
155
|---|---|---|---|---|---|
154
156
|[`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. |
@@ -159,6 +161,8 @@ and SHOULD be provided **at span creation time** (if provided at all):
159
161
160
162
**[13]`messaging.message.payload_size_bytes`:** Only if span represents operation on a single message.
| Key | Type | Summary | Example Values | Deprecation Action | Deprecation Explanation |
514
516
|---|---|---|---|---|---|
515
517
|[`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. |
516
518
|[`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. |
@@ -520,6 +522,8 @@ and SHOULD be provided **at span creation time** (if provided at all):
520
522
521
523
**[20]`messaging.message.payload_size_bytes`:** Only if span represents operation on a single message.
0 commit comments