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
|[`server.port`](/docs/registry/attributes/server.md)| int | Server port number. [10]|`80`; `8080`; `443`|`Conditionally Required`[11]||
91
91
|[`db.query.summary`](/docs/registry/attributes/db.md)| string | Low cardinality summary of a database query. [12]|`SELECT wuser_table`; `INSERT shipping_details SELECT orders`; `get user by id`|`Recommended`[13]||
92
92
|[`db.stored_procedure.name`](/docs/registry/attributes/db.md)| string | The name of a stored procedure within the database. [14]|`GetCustomer`|`Recommended`[15]||
93
+
|[`db.system`](/docs/registry/attributes/db.md)| string | Deprecated, use `db.system.name` instead. |`other_sql`; `adabas`; `cache`|`Migrate`|<br>Replaced by `db.system.name`. |
93
94
|[`network.peer.address`](/docs/registry/attributes/network.md)| string | Peer address of the database node where the operation was performed. [16]|`10.1.2.80`; `/tmp/my.sock`|`Recommended` If applicable for this database system. ||
94
95
|[`network.peer.port`](/docs/registry/attributes/network.md)| int | Peer port number of the network connection. |`65123`|`Recommended` If and only if `network.peer.address` is set. ||
95
96
|[`server.address`](/docs/registry/attributes/server.md)| string | Name of the database host. [17]|`example.com`; `10.1.2.80`; `/tmp/my.sock`|`Recommended`||
@@ -174,6 +175,62 @@ Parameterized query text SHOULD NOT be sanitized. Even though parameterized quer
174
175
175
176
---
176
177
178
+
`db.system` has the following list of well-known values. If one of them applies, then the respective value MUST be used; otherwise, a custom value MAY be used.
`db.system.name` has the following list of well-known values. If one of them applies, then the respective value MUST be used; otherwise, a custom value MAY be used.
|[`error.type`](/docs/registry/attributes/error.md)| string | Describes a class of error the operation ended with. [9]|`timeout`; `java.net.UnknownHostException`; `server_certificate_invalid`; `500`|`Conditionally Required` If and only if the operation failed. ||
278
335
|[`server.port`](/docs/registry/attributes/server.md)| int | Server port number. [10]|`80`; `8080`; `443`|`Conditionally Required`[11]||
279
336
|[`db.query.summary`](/docs/registry/attributes/db.md)| string | Low cardinality summary of a database query. [12]|`SELECT wuser_table`; `INSERT shipping_details SELECT orders`; `get user by id`|`Recommended`[13]||
337
+
|[`db.system`](/docs/registry/attributes/db.md)| string | Deprecated, use `db.system.name` instead. |`other_sql`; `adabas`; `cache`|`Migrate`|<br>Replaced by `db.system.name`. |
280
338
|[`network.peer.address`](/docs/registry/attributes/network.md)| string | Peer address of the database node where the operation was performed. [14]|`10.1.2.80`; `/tmp/my.sock`|`Recommended` If applicable for this database system. ||
281
339
|[`network.peer.port`](/docs/registry/attributes/network.md)| int | Peer port number of the network connection. |`65123`|`Recommended` If and only if `network.peer.address` is set. ||
282
340
|[`server.address`](/docs/registry/attributes/server.md)| string | Name of the database host. [15]|`example.com`; `10.1.2.80`; `/tmp/my.sock`|`Recommended`||
@@ -353,6 +411,62 @@ Parameterized query text SHOULD NOT be sanitized. Even though parameterized quer
353
411
354
412
---
355
413
414
+
`db.system` has the following list of well-known values. If one of them applies, then the respective value MUST be used; otherwise, a custom value MAY be used.
`db.system.name` has the following list of well-known values. If one of them applies, then the respective value MUST be used; otherwise, a custom value MAY be used.
0 commit comments