observability

package
v0.0.0-...-3317fd6 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 20, 2026 License: MIT Imports: 8 Imported by: 0

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL