chankamlam/nest-jaeger

[feature] @Span decorator for methods

Opened this issue · 0 comments

Would be neat if we could decorate methods with @Span() and let it handle the span creating and finishing based on current span. I guess Async Hooks could be used to store request scoped Jaeger object.