Expand examples of targets in `db.query.summary` (#2201)
This commit is contained in:
parent
7ab7a384e3
commit
d4cb5e3ced
|
|
@ -342,7 +342,7 @@ one is not readily available from other sources.
|
||||||
The summary SHOULD preserve the following parts of query in the order they were provided:
|
The summary SHOULD preserve the following parts of query in the order they were provided:
|
||||||
|
|
||||||
- operations such as SQL SELECT, INSERT, UPDATE, DELETE, and other commands
|
- operations such as SQL SELECT, INSERT, UPDATE, DELETE, and other commands
|
||||||
- operation targets such as collections and database names
|
- operation targets such as collections, stored procedures, database names, etc
|
||||||
|
|
||||||
Instrumentations that support query parsing SHOULD parse the query and extract a
|
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`
|
list of operations and targets from the query. It SHOULD set `db.query.summary`
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue