async cancellation should use same attribute name #5765
Labels
blocked on specification
Needs specification work before this can be resolved
enhancement
New feature or request
Currently the attribute name when canceling an async return value via
WithSpan
encodes the instrumentation name as wellguava.canceled
reactor.canceled
I would expect them all to be the same. Though it's true that because the async end strategy is not the instrumentation name (which is otelannotations), it would lose that information.
The text was updated successfully, but these errors were encountered: