@hackage / hs-opentelemetry-propagator-xray

AWS X-Ray trace context propagation for OpenTelemetry.

Latest1.0.0.0

About

Metadata

  • Last updated , by IanDuncan
  • License BSD-3-Clause
  • Categories Cloud Computing, Web Development, Debugging
  • Maintained by: ian@iankduncan.com

  • Lottery factor: 1

Links

Installation

Readme

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.