Skip to content

Commit

Permalink
Update docs/database/database-spans.md
Browse files Browse the repository at this point in the history
Co-authored-by: Trask Stalnaker <[email protected]>
  • Loading branch information
lmolkova and trask committed Apr 29, 2024
1 parent c3ba41e commit a1584b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/database/database-spans.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ Database spans MUST follow the overall [guidelines for span names](https://githu

<!-- markdown-link-check-disable -->
<!-- HTML anchors are not supported https://github.com/tcort/markdown-link-check/issues/225-->
The **span name** span names SHOULD be `{db.operation.name} {target}` if there is a
The **span name** SHOULD be `{db.operation.name} {target}` if there is a
(low-cardinality) `db.operation.name` available (see below for the exact definition of the [`{target}`](#target-placeholder) placeholder).

If there is no (low-cardinality) `db.operation.name` available, database span names
Expand Down

0 comments on commit a1584b2

Please sign in to comment.