Envoy: Integrate with SkyWalking distributed tracing framework

Created on 5 Aug 2020  路  10Comments  路  Source: envoyproxy/envoy

I am from Alibaba Cloud team. We provide cloud service for hosted Istio/Envoy as a mesh solution.
Some of our users are using Apache SkyWalking language agents in their services, now, they want to migrate to the Istio mesh solution.Apache SkyWalking has provided fully topology, metrics, and alarms solution in the service mesh scenario,
but we still want the Envoy could support tracing by following the SkyWalking data model, which is different from the Zipkin model.

The Context Propagation should follow this, Standard Header Item is enough for step one.
https://github.com/apache/skywalking/blob/master/docs/en/protocols/Skywalking-Cross-Process-Propagation-Headers-Protocol-v3.md

The spans should follow this,
https://github.com/apache/skywalking-data-collect-protocol/blob/master/language-agent/Tracing.proto#L28-L31

@lizan

aretracing enhancement no stalebot

Most helpful comment

@wbpcode I actually have an initial code for this. If you think it will be helpful for you to get started, I can share it with you.

All 10 comments

Thanks for raising this, we do also have similar use case. I'm happy to sponsor.

is any process for this work? @lizan We are about to do the same. But I don't know what the community's plans are.

@wbpcode if you鈥檙e interested I think you can take this. I can help you on the review.

@wbpcode I actually have an initial code for this. If you think it will be helpful for you to get started, I can share it with you.

@dio Thank you very much. I can try it out. Because we desperately need this feature and are willing to share the end result.
Where can I see your initial version? It would be very helpful.

Here you are: https://github.com/envoyproxy/envoy/compare/master...dio:sky-tracer?expand=1. I think it compiles and I had a docker-compose setup to "manually" test it (two services, with envoys, oap-server, and UI), I'll clean up the test bed and share it with you.

It will be great to have Skywalking integration with Envoy.

This issue has been automatically marked as stale because it has not had activity in the last 30 days. It will be closed in the next 7 days unless it is tagged "help wanted" or other activity occurs. Thank you for your contributions.

It's over. May be we can close it. @zyfjeff

@wbpcode Great work, I'll close it

Was this page helpful?
0 / 5 - 0 ratings