Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Handler ¶ added in v1.47.0
Handler for opentracing.
func NewHandler ¶ added in v1.47.0
NewHandler for opentracing.
type RoundTripper ¶
type RoundTripper struct { http.RoundTripper // contains filtered or unexported fields }
RoundTripper for opentracing.
func NewRoundTripper ¶
func NewRoundTripper(tracer Tracer, hrt http.RoundTripper) *RoundTripper
NewRoundTripper for opentracing.
type Tracer ¶ added in v1.58.0
type Tracer opentracing.Tracer
Tracer for opentracing.
func NewTracer ¶ added in v1.64.0
func NewTracer(params TracerParams) (Tracer, error)
NewTracer for opentracing.
type TracerParams ¶ added in v1.65.0
type TracerParams struct { fx.In Lifecycle fx.Lifecycle Config *sopentracing.Config Version version.Version }
TracerParams for opentracing.
Click to show internal directories.
Click to hide internal directories.