From 4f51a1b9d310f3342113d815c6532869a1d330ba Mon Sep 17 00:00:00 2001 From: Trask Stalnaker Date: Wed, 10 Jul 2024 13:38:28 -0700 Subject: [PATCH] clarify --- docs/database/supplementary-guidelines/migration-guide.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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` | |