open_telemetry

package
v0.0.0-...-4b4a10f Latest Latest
Warning

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

Go to latest
Published: Oct 9, 2022 License: MIT Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ExtractAMQPHeaders

func ExtractAMQPHeaders(ctx context.Context, headers map[string]interface{}) context.Context

ExtractAMQPHeaders extracts the tracing from the header and puts it into the context

func InjectAMQPHeaders

func InjectAMQPHeaders(ctx context.Context) map[string]interface{}

InjectAMQPHeaders injects the tracing from the context into the header map

func TracerProvider

func TracerProvider(cfg *Config) (*tracesdk.TracerProvider, error)

Types

type AmqpHeadersCarrier

type AmqpHeadersCarrier map[string]interface{}

func (AmqpHeadersCarrier) Get

func (a AmqpHeadersCarrier) Get(key string) string

func (AmqpHeadersCarrier) Keys

func (a AmqpHeadersCarrier) Keys() []string

func (AmqpHeadersCarrier) Set

func (a AmqpHeadersCarrier) Set(key string, value string)

type Config

type Config struct {
	Server      string `mapstructure:"server"`
	ServiceName string `mapstructure:"serviceName"`
	TracerName  string `mapstructure:"tracerName"`
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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