diff --git a/docs/database/supplementary-guidelines/migration-guide.md b/docs/database/supplementary-guidelines/migration-guide.md index 57c217fe28..908fbd8d3e 100644 --- a/docs/database/supplementary-guidelines/migration-guide.md +++ b/docs/database/supplementary-guidelines/migration-guide.md @@ -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` | |