Skip to content

Commit 69b3cd8

Browse files
authored
Merge branch 'main' into dependabot/go_modules/internal/tools/go.opentelemetry.io/build-tools/chloggen-0.17.0
2 parents 36ea85f + d571d3a commit 69b3cd8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/database/redis.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ Instrumentations SHOULD document how `error.type` is populated.
7474

7575
**[9] `db.operation.batch.size`:** Operations are only considered batches when they contain two or more operations, and so `db.operation.batch.size` SHOULD never be `1`.
7676

77-
**[10] `db.query.text`:** For **Redis**, the value provided for `db.query.text` SHOULD correspond to the syntax of the Redis CLI. If, for example, the [`HMSET` command](https://redis.io/commands/hmset) is invoked, `"HMSET myhash field1 'Hello' field2 'World'"` would be a suitable value for `db.query.text`.
77+
**[10] `db.query.text`:** For **Redis**, the value provided for `db.query.text` SHOULD correspond to the syntax of the Redis CLI. If, for example, the [`HMSET` command](https://redis.io/docs/latest/commands/hmset) is invoked, `"HMSET myhash field1 'Hello' field2 'World'"` would be a suitable value for `db.query.text`.
7878

7979
**[11] `db.query.text`:** Non-parameterized query text SHOULD NOT be collected by default unless there is sanitization that excludes sensitive data, e.g. by redacting all literal values present in the query text.
8080
See [Sanitization of `db.query.text`](../../docs/database/database-spans.md#sanitization-of-dbquerytext).

model/database/spans.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -403,7 +403,7 @@ groups:
403403
see [`db.operation.parameter.<key>`](../../docs/attributes-registry/db.md)).
404404
note: >
405405
For **Redis**, the value provided for `db.query.text` SHOULD correspond to the syntax of the Redis CLI.
406-
If, for example, the [`HMSET` command](https://redis.io/commands/hmset) is invoked, `"HMSET myhash field1 'Hello' field2 'World'"` would be a suitable value for `db.query.text`.
406+
If, for example, the [`HMSET` command](https://redis.io/docs/latest/commands/hmset) is invoked, `"HMSET myhash field1 'Hello' field2 'World'"` would be a suitable value for `db.query.text`.
407407
- ref: network.peer.address
408408
brief: Peer address of the database node where the operation was performed.
409409
requirement_level:

0 commit comments

Comments
 (0)