zeromicro / go-zero

A cloud-native Go microservices framework with cli tool for productivity.
https://go-zero.dev
MIT License
28.45k stars 3.87k forks source link

Are there any plans to develop a skywalking-go plugin to connect to the skywalking system? #3559

Open kikoroc opened 10 months ago

kikoroc commented 10 months ago

skywalking support auto-instrument agent in Golang now, And supports plugin mechanism to support various third-party frameworks.

The following RPC Frameworks plugins provide the distributed tracing capability: kratosv2,microv4,dubbo,grpc.

Are there any plans to develop a go-zero plugin to connect to the skywalking system?

SkyWalking Go: The Golang auto-instrument Agent for Apache SkyWalking, which provides the native tracing/metrics/logging abilities for Golang projects. Plugin Development Guide

Thank you.

kevwan commented 10 months ago

Not yet, but would you please contribute this kind of plugin? Thanks!

kikoroc commented 10 months ago

Not yet, but would you please contribute this kind of plugin? Thanks!

ok, We are already developing, and wish contribute asap after completely test.