From 9760554939345431f125a4228a0af01239250715 Mon Sep 17 00:00:00 2001 From: Liudmila Molkova Date: Thu, 17 Oct 2024 15:09:52 -0700 Subject: [PATCH] up --- docs/database/database-spans.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/database/database-spans.md b/docs/database/database-spans.md index 266ce4a0c..4e1996d59 100644 --- a/docs/database/database-spans.md +++ b/docs/database/database-spans.md @@ -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} ...