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 9fb01e2
Show file tree
Hide file tree
Showing 2 changed files with 3 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]
2 changes: 2 additions & 0 deletions docs/database/database-spans.md
Original file line number Diff line number Diff line change
Expand Up @@ -311,6 +311,7 @@ Instrumentations that support query parsing SHOULD generate query summary when
one is not readily available from other sources.

The summary SHOULD preserve the following parts of query in the order they were provided:

- operations such as SQL SELECT, INSERT, UPDATE, DELETE or other commands
- operation targets such as collection or database names

Expand Down Expand Up @@ -369,6 +370,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 9fb01e2

Please sign in to comment.