Expand description
Invocation context management for span correlation.
This module provides the central coordinator for correlating platform spans with function spans. It uses state-based correlation with watch channels for timeout-bounded waiting.
Structs§
- Invocation
Context Manager - Central coordinator for correlating platform spans with function spans.
- Platform
Event - Platform event received from the Lambda Telemetry API.
- Span
Context - Span context information extracted from a parent span.
Enums§
- Platform
Event Type - Types of platform events from the Telemetry API.
Type Aliases§
- Request
Id - Unique identifier for a Lambda invocation request.