relay icon indicating copy to clipboard operation
relay copied to clipboard

feat(otlp): Infer span description for `db` spans

Open 0Calories opened this issue 10 months ago • 0 comments

This PR is part of the OTLP initiative and will allow Relay to determine the description field on spans by using the provided metadata. In this case specifically, Relay will use check if the span's category is set to db, in which case it will find the DB query and set that as the span's description.

Co-authored-by: Matt Quinn [email protected]`

0Calories avatar Mar 03 '25 22:03 0Calories