diff --git a/docs/non-normative/db-migration.md b/docs/non-normative/db-migration.md index 908fbd8d3e..76dbb0bca5 100644 --- a/docs/non-normative/db-migration.md +++ b/docs/non-normative/db-migration.md @@ -63,8 +63,8 @@ References: The recommended span name has changed to `{db.operation.name} {target}`, where the `{target}` SHOULD describe the entity that the operation is performed against and SHOULD adhere to one of the following values, provided they are accessible: -- `db.collection.name` SHOULD be used for data manipulation operations or operations on database collections. -- `db.namespace` SHOULD be used for operations on a specific database namespace. +- `db.collection.name` SHOULD be used for data manipulation operations or operations on database collections +- `db.namespace` SHOULD be used for operations on a specific database namespace - `server.address:server.port` SHOULD be used for other operations not targeting any specific database(s) or collection(s) References: