middleware

package
v0.4.2 Latest Latest
Warning

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

Go to latest
Published: Aug 10, 2023 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BaggageHandler

type BaggageHandler interface {
	// New returns a fresh BaggageFields implementation primed for usage in a
	// request lifecycle.
	// This method needs to be called by incoming transport middlewares. See
	// middlewares/grpc/server.go and middlewares/http/server.go
	New() model.BaggageFields
}

BaggageHandler holds the interface for server and client middlewares interacting with baggage context propagation implementations. A reference implementation can be found in package: github.com/openzipkin/zipkin-go/propagation/baggage

Directories

Path Synopsis
Package grpc contains several gRPC handlers which can be used for instrumenting calls with Zipkin.
Package grpc contains several gRPC handlers which can be used for instrumenting calls with Zipkin.
Package http contains several http middlewares which can be used for instrumenting calls with Zipkin.
Package http contains several http middlewares which can be used for instrumenting calls with Zipkin.

Jump to

Keyboard shortcuts

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