You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 3, 2023. It is now read-only.
Is your feature request related to a problem? Please describe.
I am attempting to integrate tracing with graphql but I have the issue parent spans end before the child spans. This was no an issue with opentracing but I am running into open-telemetry/opentelemetry-js#4. I feel like this would also make a future open-telemetry migration easier
Describe the solution you'd like
An extra config option on span.end that ignores if the parent span has started or ended.
Is your feature request related to a problem? Please describe.
I am attempting to integrate tracing with graphql but I have the issue parent spans end before the child spans. This was no an issue with opentracing but I am running into open-telemetry/opentelemetry-js#4. I feel like this would also make a future open-telemetry migration easier
Describe the solution you'd like
An extra config option on span.end that ignores if the parent span has started or ended.
Describe alternatives you've considered
Opencensus Links - https://opencensus.io/tracing/span/link/. But this does not seem to cater for this use case.
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: