Skip to content

Commit 40a5fcb

Browse files
committed
Update note for db.statement
1 parent 311cb1f commit 40a5fcb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

specification/trace/semantic_conventions/instrumentation/elasticsearch.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ in order to map the path part values to their names.
4242

4343
**[2]:** The value may be sanitized to exclude sensitive information.
4444

45-
**[3]:** Should be collected when a search-type query is executed
45+
**[3]:** Should be collected by default for search-type queries and only if there is sanitization that excludes sensitive information.
4646

4747
**[4]:** For network calls, URL usually has `scheme://host[:port][path][?query][#fragment]` format, where the fragment is not transmitted over HTTP, but if it is known, it should be included nevertheless.
4848
`url.full` MUST NOT contain credentials passed via URL in form of `https://username:password@www.example.com/`. In such case username and password should be redacted and attribute's value should be `https://REDACTED:REDACTED@www.example.com/`.

0 commit comments

Comments
 (0)