@hackage hs-opentelemetry-propagator-xray1.0.0.0

AWS X-Ray trace context propagation for OpenTelemetry.

Propagator implementing the AWS X-Ray trace context format (X-Amzn-Trace-Id header).

The X-Ray format is used by AWS services such as Application Load Balancer, API Gateway, and Lambda. This package lets Haskell services participate in traces originated or propagated by AWS infrastructure.

Use alongside W3C Trace Context for mixed environments: OTEL_PROPAGATORS=tracecontext,baggage,xray.

See https://docs.aws.amazon.com/xray/latest/devguide/xray-concepts.html#xray-concepts-tracingheader.