Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Creating a new trace should always open a new span #33

Open
carterkozak opened this issue Nov 1, 2018 · 0 comments
Open

Creating a new trace should always open a new span #33

carterkozak opened this issue Nov 1, 2018 · 0 comments
Labels
enhancement New feature or request

Comments

@carterkozak
Copy link
Contributor

It should not be possible to create a new trace without also creating a root span. The current API allows for an undefined gap between creating a trace, and opening a span. In this gap, a traceId is set on the thread (and logged messages) without occurring inside of an observed operation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant