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

Add support to runtime/trace #27

Open
diegobernardes opened this issue Aug 25, 2018 · 2 comments
Open

Add support to runtime/trace #27

diegobernardes opened this issue Aug 25, 2018 · 2 comments

Comments

@diegobernardes
Copy link

Whould be nice to have support for runtime/trace.

@yurishkuro
Copy link
Collaborator

what specifically?

@diegobernardes
Copy link
Author

With go1.11 release, the tracer has user annotation support: https://golang.org/pkg/runtime/trace/#hdr-User_annotation

So, on Go apps we can rely on stdlib to do the tracing,. The stdlib already export the trace result to a io.Reader, need to parse and get into opentracing.

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

No branches or pull requests

2 participants