Skip to content

Commit ae0d15e

Browse files
Fix section names
1 parent 46bc709 commit ae0d15e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

source/open-telemetry/open-telemetry.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -114,19 +114,19 @@ When a user commits or aborts a transaction with `commitTransaction` or `abortTr
114114
In case of `withTransaction` operation spans for operations that are executed inside the callbacks SHOULD be nested into
115115
the `withTransaction` span.
116116

117-
##### Span Name
117+
##### Operation Span Name
118118

119119
The span name SHOULD be:
120120

121121
- `driver_operation_name db.collection_name` if the operation is executed on a collection (e.g.,
122122
`findOneAndDelete warehouse.users`).
123123
- `driver_operation_name db` if there is no specific collection for the operation (e.g., `runCommand warehouse`).
124124

125-
##### Span Kind
125+
##### Operation Span Kind
126126

127127
Span kind MUST be "client".
128128

129-
##### Span Attributes
129+
##### Operation Span Attributes
130130

131131
Spans SHOULD have the following attributes:
132132

@@ -170,15 +170,15 @@ Spans for commands MUST be nested to the span for the corresponding driver opera
170170
retried, the driver MUST create a separate span for each retry; all the retries MUST be nested to the same operation
171171
span.
172172

173-
##### Span Name
173+
##### Command Span Name
174174

175175
The span name SHOULD be the command name. For example, `find`, `insert`, `update`, etc.
176176

177-
##### Span Kind
177+
##### Command Span Kind
178178

179179
Span kind MUST be "client".
180180

181-
##### Span Attributes
181+
##### Command Span Attributes
182182

183183
Spans SHOULD have the following attributes:
184184

0 commit comments

Comments
 (0)