Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
lmolkova committed Oct 17, 2024
1 parent ed441ef commit 9760554
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/database/database-spans.md
Original file line number Diff line number Diff line change
Expand Up @@ -325,9 +325,9 @@ The summary SHOULD preserve the following parts of query in the order they were
- operations such as SQL SELECT, INSERT, UPDATE, DELETE, and other commands
- operation targets such as collections and database names

The instrumentation SHOULD parse the query and extract a list of operations and
targets from the query. It SHOULD set `db.query.summary` attribute
to the value formatted in the following way:
Instrumentations that support query parsing SHOULD parse the query and extract a
list of operations and targets from the query. It SHOULD set `db.query.summary`
attribute to the value formatted in the following way:

```
{operation1} {target1} {operation2} {target2} {target3} ...
Expand Down

0 comments on commit 9760554

Please sign in to comment.