Expand description
Lambda resource attribute detection.
This module provides an AWS Lambda resource detector that implements the
OpenTelemetry SDK’s ResourceDetector trait. It detects Lambda runtime
environment attributes and builds properly typed Resource objects.
The detector reads from standard Lambda environment variables and follows OpenTelemetry semantic conventions for cloud and FaaS attributes.
Modules§
- semconv
- Re-export semantic conventions for use by other modules.
Structs§
- AwsLambda
Detector - AWS Lambda resource detector.
- Extension
Detector - Extension-specific resource detector.
- Resource
Builder - Builder for customising Lambda resource attributes.
Functions§
- detect_
resource - Detects Lambda environment and returns a configured Resource.
- to_
proto_ resource - Converts an SDK Resource to the protobuf Resource type for OTLP export.