Expand description
Environment variable names for configuration.
Constants§
- AWS_
LAMBDA_ FUNCTION_ NAME - AWS Lambda function name (used as fallback service name).
- COMPRESSION_
LEVEL - Compression level for OTLP stdout span exporter.
- ENABLE_
FMT_ LAYER - Controls whether to enable the fmt layer for logging regardless of code settings. Set to “true” to force enable logging output.
- PROCESSOR_
MODE - Mode for the Lambda Extension span processor (sync or async).
- PROPAGATORS
- Comma-separated list of context propagators to use. Valid values: tracecontext, xray, xray-lambda, none
- QUEUE_
SIZE - Maximum queue size for LambdaSpanProcessor.
- RESOURCE_
ATTRIBUTES - Resource attributes in KEY=VALUE,KEY2=VALUE2 format.
- SERVICE_
NAME - Service name for telemetry.