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 otr.
func NewHandler ¶ added in v1.47.0
NewHandler for otr.
type RoundTripper ¶
type RoundTripper struct { http.RoundTripper // contains filtered or unexported fields }
RoundTripper for otr.
func NewRoundTripper ¶
func NewRoundTripper(tracer Tracer, hrt http.RoundTripper) *RoundTripper
NewRoundTripper for otr.
type Tracer ¶ added in v1.58.0
Tracer for otr.
func NewTracer ¶ added in v1.64.0
func NewTracer(params TracerParams) (Tracer, error)
NewTracer for otr.
type TracerParams ¶ added in v1.65.0
type TracerParams struct { fx.In Lifecycle fx.Lifecycle Config *opentracing.Config Version version.Version }
TracerParams for otr.
Click to show internal directories.
Click to hide internal directories.