Open jpkrohling opened 6 years ago
Please note there is a bit of discussion in PR 211 about the desirability of adding this to the API
We may want to move this to a cross-language discussion as part of Trace Identifiers: https://github.com/opentracing/specification/issues/123
It would be useful to have a
<T extends Span> unwrap()
method on the Span interface (and similar methods on similar interfaces), similar to JPA's. It would make it easier to call implementation-specific methods.Before:
After:
Before:
After: