Registry / observability / asim-go-micro-plugins-wrapper-trace-opentracing-v3

asim-go-micro-plugins-wrapper-trace-opentracing-v3

JSON →
library3.7.0gogounverified

OpenTracing wrappers for the Go-Micro framework.

go get github.com/asim/go-micro/plugins/wrapper/trace/opentracing/v3
INSTALL
IMPORT
SIG · ASIM-GO-MICRO-PLUG
A
asim-go-micro-plugins-wrapper-trace-opentracing-v3
observabilitygov3.7.0
harness data pending
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.

Agent activity
26 hits · last 30 days
node
24
OpenAI (training)
1
Resources
asim-go-micro-plugins-wrapper-trace-opentracing-v3 — go get asim-go-micro-plugins-wrapper-trace-opentracing-v3 · libregistry