SkyAPM / go2sky

Distributed tracing and monitor SDK in Go for Apache SkyWalking APM
https://skywalking.apache.org/
Apache License 2.0
447 stars 122 forks source link

Provide cross-thread transfer and expand information field function #88

Closed xuguoqi302 closed 2 years ago

xuguoqi302 commented 3 years ago

Describe the solution you want Provides cross-thread link transfer extended information field

Describe the alternatives you considered Similar function to Java agent: TraceContext.putCorrelation("test-flow", testFlag); Optional testFlowOpt = TraceContext.getCorrelation("test-flow"); Similar functions can be obtained from go2sky sdk to facilitate the transmission of field information links

Other content Add any other context or screenshots about the feature request here.

wu-sheng commented 3 years ago

Contributions are welcome.