go-tracing | Easy to use tracing with zipkin or jaeger tracing in golang
kandi X-RAY | go-tracing Summary
kandi X-RAY | go-tracing Summary
go-tracing is a Go library. go-tracing has no bugs, it has no vulnerabilities, it has a Permissive License and it has low support. You can download it from GitHub.
Easy to use tracing with zipkin or jaeger tracing in golang
Easy to use tracing with zipkin or jaeger tracing in golang
Support
Quality
Security
License
Reuse
Support
go-tracing has a low active ecosystem.
It has 34 star(s) with 6 fork(s). There are 23 watchers for this library.
It had no major release in the last 12 months.
There are 2 open issues and 3 have been closed. On average issues are closed in 197 days. There are no pull requests.
It has a neutral sentiment in the developer community.
The latest version of go-tracing is v0.5.1
Quality
go-tracing has no bugs reported.
Security
go-tracing has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
License
go-tracing is licensed under the MIT License. This license is Permissive.
Permissive licenses have the least restrictions, and you can use them in most projects.
Reuse
go-tracing releases are available to install and integrate.
Installation instructions are not available. Examples and code snippets are available.
Top functions reviewed by kandi - BETA
kandi has reviewed go-tracing and discovered the below as its top functions. This is intended to give you an instant insight into go-tracing implemented functionality, and help decide if they suit your requirements.
- HTTPMiddleware adds a span to the request context
- doWork executes a google request
- setGlobalJaegerTracer sets the global Jaeger Tracer .
- ExtractFromCarrier extracts a span from a text map
- CreateSpanFromClientContext creates a new span from client context
- InjectIntoCarrier injects a TextMapCarrier into a TextMapCarrier .
- InjectSpan injects the span into the outgoing request .
- newClientTrace builds a new clientTrace from an opentracing Span
- Main entry point
- injectHTTPTrace inserts a span into the request context .
Get all kandi verified functions for this library.
go-tracing Key Features
No Key Features are available at this moment for go-tracing.
go-tracing Examples and Code Snippets
Copy
// import the library
import "github.com/ricardo-ch/go-tracing"
// set your tracer
tracing.SetGlobalTracer(appName, "{zipkin_url}")
defer tracing.FlushCollector()
// define a trace
span, ctx := tracing.CreateSpan(ctx, "{span_name}", nil)
defer span
Copy
make run-jaeger
go run examples/basic/main.go
go run examples/httpServer/main.go
go run examples/httpServer-middleware/main.go
go run examples/httpGoKit-middleware/main.go
Community Discussions
No Community Discussions are available at this moment for go-tracing.Refer to stack overflow page for discussions.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install go-tracing
You can download it from GitHub.
Support
Pull requests are the way to help us here. We will be really grateful.
Find more information at:
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page