Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
lmolkova committed Oct 16, 2024
1 parent 4b2e0b1 commit 004a94d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .chloggen/1482.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ note: |
- avoid capturing `db.operation.name` and `db.collection.name` when the query
involves multiple operations or collections, to prevent ambiguity.
issues: [521, 805,1159]
issues: [521, 805, 1159]
1 change: 1 addition & 0 deletions docs/database/database-spans.md
Original file line number Diff line number Diff line change
Expand Up @@ -369,6 +369,7 @@ or other attributes, it SHOULD match the value used in the `db.query.summary`.
the corresponding `db.query.summary` is `SELECT songs artists`.

- Query that performs an operation on an anonymous table:

```sql
SELECT order_date
FROM (SELECT *
Expand Down

0 comments on commit 004a94d

Please sign in to comment.