Skip to content

Commit 43b8ad5

Browse files
committed
align table cols
1 parent 98166fd commit 43b8ad5

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

packages/instrumentation-tedious/README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -55,16 +55,16 @@ See [the HTTP migration guide](https://opentelemetry.io/docs/specs/semconv/non-n
5555

5656
Attributes 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

Comments
 (0)