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`. |
94
93
|[`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. ||
95
94
|[`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. ||
96
95
|[`server.address`](/docs/registry/attributes/server.md)| string | Name of the database host. [17]|`example.com`; `10.1.2.80`; `/tmp/my.sock`|`Recommended`||
@@ -285,6 +284,67 @@ Parameterized query text SHOULD NOT be sanitized. Even though parameterized quer
285
284
|---|---|---|
286
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`; `cache`|`Migrate`| Use [`db.system.name`](/docs/registry/attributes/db.md) instead. |
291
+
292
+
---
293
+
294
+
`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.
|[`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. ||
335
395
|[`server.port`](/docs/registry/attributes/server.md)| int | Server port number. [10]|`80`; `8080`; `443`|`Conditionally Required`[11]||
336
396
|[`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`. |
338
397
|[`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. ||
339
398
|[`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. ||
340
399
|[`server.address`](/docs/registry/attributes/server.md)| string | Name of the database host. [15]|`example.com`; `10.1.2.80`; `/tmp/my.sock`|`Recommended`||
@@ -521,6 +580,67 @@ Parameterized query text SHOULD NOT be sanitized. Even though parameterized quer
521
580
|---|---|---|
522
581
|`_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`; `cache`|`Migrate`| Use [`db.system.name`](/docs/registry/attributes/db.md) instead. |
587
+
588
+
---
589
+
590
+
`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.
0 commit comments