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

copy tags from the context into spans #556

Open
ivantopo opened this issue Oct 12, 2018 · 1 comment
Open

copy tags from the context into spans #556

ivantopo opened this issue Oct 12, 2018 · 1 comment

Comments

@ivantopo
Copy link
Contributor

Once #552 is merged we will be able to copy tags from incoming HTTP requests into the HTTP server spans, but it is something very specific to the server instrumentation. I'm thinking that it might be useful to define this behavior as a more general tracer behavior, in which upon starting or finishing a Span a certain number of tags can be copied into the Span from the current context... this would ensure that certain information can be stored on all Spans created by an instrumented app, regardless of who created the Span (manually or via automatic instrumentation).

@codefromthecrypt
Copy link
Contributor

codefromthecrypt commented Oct 13, 2018 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants