Documentation
¶
Index ¶
Constants ¶
View Source
const ( ClientLabel = "client" URLLabel = "url" MethodLabel = "method" PathLabel = "path" CodeLabel = "code" )
metrics labels
Variables ¶
This section is empty.
Functions ¶
func NewTransport ¶
func NewTransport(clientName string, opts ...TransportOption) http.RoundTripper
NewTransport creates a new instrumented http.RoundTripper.
Types ¶
type TransportOption ¶
type TransportOption func(*transportOptions)
TransportOption configures a monitoredTransport
func WithOtel ¶
func WithOtel() TransportOption
WithOtel wraps the transport with OpenTelemetry instrumentation for trace propagation
func WithRoundTripper ¶
func WithRoundTripper(rt http.RoundTripper) TransportOption
WithRoundTripper sets the base RoundTripper to wrap
Click to show internal directories.
Click to hide internal directories.