Expand description
Event-specific trace context extractors.
This module provides extractors for common Lambda event types. Each extractor is feature-gated:
http- API Gateway HTTP API (v2) and REST API (v1)sqs- SQS message eventssns- SNS notification eventslambda-http- Integration with thelambda_httpcrate
Enable features via Cargo.toml:
[dependencies]
opentelemetry-lambda-tower = { version = "0.1", features = ["http", "sqs"] }Modulesยง
- http
- HTTP event extractors for API Gateway.
- lambda_
http - Extractor for
lambda_httpcrate integration. - sns
- SNS event extractor for notification triggers.
- sqs
- SQS event extractor for message queue triggers.