SkyAPM / go2sky

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

go2sky 到 java #28

Closed songant closed 4 years ago

songant commented 4 years ago

I want to use go2sky to generate the traceID and then call the backend java service so that I can complete the link monitoring.

wu-sheng commented 4 years ago

Then? The protocol is compatible. Go2sky is following SkyWalking protocol.

songant commented 4 years ago

The problem is this: my java service uses skywalking for link monitoring, and the front end uses nginx for service forwarding. At this time, nginx cannot be added to link monitoring when forwarding. At this point, I want to use go2sky and then combine the lua script. Can this scheme generate a complete monitoring link?

wu-sheng commented 4 years ago

This is a golang agent, nothing related to lua script.