propagation

package
v0.0.0-...-9ac8be7 Latest Latest
Warning

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

Go to latest
Published: Nov 14, 2019 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Propagator

type Propagator interface {
	SpanContextToMessageAttributes(sc trace.SpanContext, v interface{}) bool
	SpanContextFromMessageAttributes(v interface{}) (trace.SpanContext, bool)
}

A Propagator propagates span context to and from message attributes. Due to the way the AWS SDK types message attributes (each package has their own type of message attribute) we cannot create an interface around this, so we need to take empty interfaces and type switch in the propagator implementations

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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