Skip to content

Commit 6e8e8d2

Browse files
authored
[chore] Fix broken SQL Where Wikipedia link (#1825)
Signed-off-by: Joao Grassi <5938087+joaopgrassi@users.noreply.github.com>
1 parent e66894e commit 6e8e8d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/database/database-spans.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ in which case the instrumentation MAY choose a different placeholder.
289289

290290
Placeholders in a parameterized query SHOULD not be sanitized. E.g. `where id = $1` can be captured as is.
291291

292-
[IN-clauses](https://wikipedia.org/wiki/Where_(SQL)#IN) MAY be collapsed during sanitization,
292+
[IN-clauses](https://wikipedia.org/wiki/SQL_syntax#Operators) MAY be collapsed during sanitization,
293293
e.g. from `IN (?, ?, ?, ?)` to `IN (?)`, as this can help with extremely long IN-clauses,
294294
and can help control cardinality for users who choose to (optionally) add `db.query.text` to their metric attributes.
295295

0 commit comments

Comments
 (0)