rabbitmq

package
v1.5.1 Latest Latest
Warning

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

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

Documentation

Overview

Package rabbitmq provides helpers for configuring RabbitMQ clients with OpenTelemetry tracing (for both producers and consumers).

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

Returns a new context with the tracing information from the headers

func InjectAMQPHeaders

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

InjectAMQPHeaders injects the tracing from the context into the header map

Types

type AmqpHeadersCarrier

type AmqpHeadersCarrier map[string]interface{}

AmqpHeadersCarrier is a map of headers that implements the TextMapCarrier interface

func (AmqpHeadersCarrier) Get

func (a AmqpHeadersCarrier) Get(key string) string

Get returns the value for the key

func (AmqpHeadersCarrier) Keys

func (a AmqpHeadersCarrier) Keys() []string

Keys returns the keys of the carrier

func (AmqpHeadersCarrier) Set

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

Set sets the value for the key

Jump to

Keyboard shortcuts

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