Registry /
observability / asim-go-micro-plugins-wrapper-trace-opentracing-v3
Install & Compatibility
Where this runs
No compatibility data collected yet for this library.
Code
Verified usage
Verified import paths — ran on the pinned version, not inferred.
opentracing
✓ github.com/asim/go-micro/plugins/wrapper/trace/opentracing/v3
Adds OpenTracing distributed tracing to a Go-Micro service.
package main
import (
"github.com/asim/go-micro/v3"
w "github.com/asim/go-micro/plugins/wrapper/trace/opentracing/v3"
)
func main() {
service := micro.NewService(
micro.WrapHandler(w.NewHandlerWrapper()),
)
service.Init()
service.Run()
}
Debug
Known issues
No known issues recorded.
Upgrade
Version history
3.7.0latest on pkg.go.dev
Audit
Dependencies
No dependency data recorded yet.