package
0.0.0-20240625133222-4325cf66d9dd
Repository: https://github.com/barton0403/btgo-pkg.git
Documentation: pkg.go.dev
# Functions
AllowPropagation instructs the tracer to allow or deny propagation of the span context between this instrumented client or service and its peers.
GRPCServerTrace enables native Zipkin tracing of a Go kit gRPC transport Server.
Logger adds a Go kit logger to our Zipkin Middleware to log SpanContext extract / inject errors if they occur.
Name sets the name for an instrumented transport endpoint.
RequestSampler allows one to set the sampling decision based on the details found in the http.Request.
Tags adds default tags to our Zipkin transport spans.
No description provided by the author
# Variables
No description provided by the author
No description provided by the author
# Type aliases
TracerOption allows for functional options to our Zipkin tracing middleware.