Skip to content

Commit af9e746

Browse files
XSAMlmolkova
andcommitted
Apply suggestion from @lmolkova
Co-authored-by: Liudmila Molkova <[email protected]>
1 parent 18106a6 commit af9e746

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/database/database-spans.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -486,7 +486,7 @@ relatively short and its cardinality remains low comparing to the `db.query.text
486486
487487
### SQL commenter
488488
489-
Instrumentations MAY propagate context using [SQL commenter](https://google.github.io/sqlcommenter/spec/) by injecting comments into SQL queries before execution. Context propagation SHOULD NOT be enabled by default, but instrumentation MAY allow users to opt into it.
489+
Instrumentations MAY propagate context using [SQL commenter](https://google.github.io/sqlcommenter/spec/) by injecting comments into SQL queries before execution. SQL commenter-based context propagation SHOULD NOT be enabled by default, but instrumentation MAY allow users to opt into it.
490490
491491
The instrumentation implementation SHOULD **append** the comment to the end of the query. Semantic conventions for individual database systems MAY specify different format depending on the specific database system's requirements or preferences. For instance, the instrumentation MAY **prepend** the comment at the beginning of the query.
492492

0 commit comments

Comments
 (0)