File tree Expand file tree Collapse file tree 1 file changed +0
-1
lines changed Expand file tree Collapse file tree 1 file changed +0
-1
lines changed Original file line number Diff line number Diff line change @@ -137,7 +137,6 @@ Spans SHOULD have the following attributes:
137
137
| ` db.collection.name ` | ` string ` | The collection being accessed within the database stated in ` db.namespace ` | Required if available |
138
138
| ` db.operation.name ` | ` string ` | The name of the driver operation being executed | Required |
139
139
| ` 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 |
141
140
142
141
Not all attributes are available at the moment of span creation. Drivers need to add attributes at later stages, which
143
142
requires an operation span to be available throughout the complete operation lifecycle.
You can’t perform that action at this time.
0 commit comments