Skip to content

Commit

Permalink
Update semantic_conventions/trace/database.yaml
Browse files Browse the repository at this point in the history
Co-authored-by: Liudmila Molkova <limolkova@microsoft.com>
  • Loading branch information
estolfo and lmolkova authored May 25, 2023
1 parent 84855fe commit 1a1cdb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion semantic_conventions/trace/database.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -421,7 +421,7 @@ groups:
conditionally_required: when there is a request body
brief: The request body, as a json string.
note: The value may be sanitized to exclude sensitive information.
examples: [ '"{\"name\":\"TestUser\",\"password\":\"top_secret\"}"' ]
examples: [ '"{\"name\":\"TestUser\",\"password\":\"REDACTED\"}"' ]
- ref: http.request.method
requirement_level: required

Expand Down

0 comments on commit 1a1cdb7

Please sign in to comment.