go-zero icon indicating copy to clipboard operation
go-zero copied to clipboard

Provide Opentelemetry Trace Middleware

Open weizhengde opened this issue 2 weeks ago • 1 comments

middleware can report trace when server receive request. Some web/rpc framework support middleware or configuration to report trace. For example, hertz、gorilla/mux、kitex

  • https://github.com/hertz-contrib/obs-opentelemetry

  • https://github.com/kitex-contrib/obs-opentelemetry

  • https://github.com/open-telemetry/opentelemetry-go-contrib/blob/main/instrumentation/github.com/gorilla/mux/otelmux/mux.go

weizhengde avatar Jun 20 '24 03:06 weizhengde