Skip to content

Commit

Permalink
clarify
Browse files Browse the repository at this point in the history
  • Loading branch information
trask committed Jul 10, 2024
1 parent 4e8f724 commit 4f51a1b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/database/supplementary-guidelines/migration-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@ to
| `db.user` | Removed |
| `network.transport` | Removed |
| `network.type` | Removed |
| `db.name` → `db.namespace` | |
| `db.redis.database_index` → `db.namespace` | |
| `db.name` | Removed, integrated into the new `db.namespace` |
| `db.redis.database_index` | Removed, integrated into the new `db.namespace` |
| `db.mssql.instance_name` | Removed, integrated into the new `db.namespace` |
| `db.instance.id` | Removed, replaced by `server.address` or `db.namespace` as appropriate |
| `db.instance.id` | Removed, replaced by `server.address` or integrated into `db.namespace` as appropriate |
| `db.statement` → `db.query.text` | Clarified, SHOULD be collected by default only if there is sanitization that excludes sensitive information |
| `db.operation` → `db.operation.name` | |
| `db.sql.table` → `db.collection.name` | |
Expand Down

0 comments on commit 4f51a1b

Please sign in to comment.