@@ -55,16 +55,16 @@ See [the HTTP migration guide](https://opentelemetry.io/docs/specs/semconv/non-n
5555
5656Attributes collected:
5757
58- | Old semconv | Stable semconv | Description |
59- | ---------------------- | ---------------- | ---------------------------------- |
60- | ` db.system ` | ` db.system.name ` | 'mssql' (old), 'microsoft.sql_server' (stable) |
61- | ` db.statement ` | ` db.query.text ` | The database query being executed. |
62- | ` db.user ` | Removed | Username for accessing the database. |
63- | ` db.name ` | Removed | Integrated into new ` db.namespace ` . |
64- | (not included) | ` db.namespace ` | The database associated with the connection, qualified by the instance name. |
65- | ` db.sql.table ` | ` db.collection.name ` | The name of a collection (table, container) within the database. |
66- | ` net.peer.name ` | ` server.address ` | Remote hostname or similar. |
67- | ` net.peer.port ` | ` server.port ` | Remote port number. |
58+ | Old semconv | Stable semconv | Description |
59+ | --------------- | -------------------- | ---------------------------------- |
60+ | ` db.system ` | ` db.system.name ` | 'mssql' (old), 'microsoft.sql_server' (stable) |
61+ | ` db.statement ` | ` db.query.text ` | The database query being executed. |
62+ | ` db.user ` | Removed | Username for accessing the database. |
63+ | ` db.name ` | Removed | Integrated into new ` db.namespace ` . |
64+ | (not included) | ` db.namespace ` | The database associated with the connection, qualified by the instance name. |
65+ | ` db.sql.table ` | ` db.collection.name ` | The name of a collection (table, container) within the database. |
66+ | ` net.peer.name ` | ` server.address ` | Remote hostname or similar. |
67+ | ` net.peer.port ` | ` server.port ` | Remote port number. |
6868
6969### Trace Context Propagation
7070
0 commit comments