trpc-group / trpc-go

A pluggable, high-performance RPC framework written in golang
Other
743 stars 85 forks source link

没看到tracing的实现代码,我看首页的架构图里有这个 #132

Closed Lowpower closed 8 months ago

Lowpower commented 8 months ago

Preliminary Research

Question

Additional Information

liuzengh commented 8 months ago

The tracing plugin that has already been open-sourced:

The tracing plugin that will soon be open-sourced: go-opentelementry

Tracing within the trpc framework: rpcz, further reading: origin-of-rpcz-name

Leoyoungxh commented 8 months ago

Tracing plugins are implemented through the filter mechanism. You can find these tracing plugins in: https://github.com/trpc-ecosystem/go-opentracing-skywalking https://github.com/trpc-ecosystem/go-opentracing-jaeger