tracinghttp

package
v0.0.0-...-abdf862 Latest Latest
Warning

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

Go to latest
Published: Apr 21, 2023 License: Apache-2.0 Imports: 9 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Middleware

type Middleware struct {
	// contains filtered or unexported fields
}

Middleware instruments net/http server. The "go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp" module instruments many too things. Here we want to just focus on tracing.

func NewMiddleware

func NewMiddleware(tracer *tracing.Tracer) *Middleware

func (*Middleware) WrapHandler

func (m *Middleware) WrapHandler(name string, next http.Handler) http.HandlerFunc

type Tripperware

type Tripperware struct {
}

Tripperware instruments net/http client's transport called http.RoundTripper. The "go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp" module instruments many too things. Here we want to just focus on tracing.

func NewTripperware

func NewTripperware() *Tripperware

func (Tripperware) WrapRoundTipper

func (Tripperware) WrapRoundTipper(name string, next http.RoundTripper) http.RoundTripper

Jump to

Keyboard shortcuts

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