go-stdlib icon indicating copy to clipboard operation
go-stdlib copied to clipboard

Add support to runtime/trace

Open diegobernardes opened this issue 6 years ago • 2 comments

Whould be nice to have support for runtime/trace.

diegobernardes avatar Aug 25 '18 12:08 diegobernardes

what specifically?

yurishkuro avatar Aug 25 '18 20:08 yurishkuro

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.

diegobernardes avatar Aug 26 '18 11:08 diegobernardes