Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/database/database-spans.md
Original file line number Diff line number Diff line change
Expand Up @@ -458,7 +458,7 @@ name or target).
command.CommandText = "some_stored_procedure";
```

the corresponding `db.query.summary` is `EXECUTE some_stored_procedure`, `db.query.text` is not populated.
the corresponding `db.query.summary` is `CALL some_stored_procedure`, `db.query.text` is not populated.
Comment thread
trask marked this conversation as resolved.
Outdated

Semantic conventions for individual database systems or specialized instrumentations
MAY specify a different `db.query.summary` format as long as produced summary remains
Expand Down