Skip to content

Commit 46bc709

Browse files
Fix review remarks
1 parent 5af87ec commit 46bc709

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

source/open-telemetry/open-telemetry.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,6 @@ Spans SHOULD have the following attributes:
137137
| `db.collection.name` | `string` | The collection being accessed within the database stated in `db.namespace` | Required if available |
138138
| `db.operation.name` | `string` | The name of the driver operation being executed | Required |
139139
| `db.operation.summary` | `string` | Equivalent to span name | Required |
140-
| `db.mongodb.cursor_id` | `int64` | If a cursor is created or used in the operation | Required if available |
141140

142141
Not all attributes are available at the moment of span creation. Drivers need to add attributes at later stages, which
143142
requires an operation span to be available throughout the complete operation lifecycle.

0 commit comments

Comments
 (0)