Expand description
Instrumentation utilities for AWS SDK operations.
This module provides instrumentation for AWS services, including span creation and context propagation for AWS SDK operations.
Structs§
- AwsSpan
- A wrapper around an OpenTelemetry span specifically designed for AWS operations.
- AwsSpan
Builder - Builder for creating AWS-specific OpenTelemetry spans.
Enums§
- Dynamodb
Span Builder - Builder for DynamoDB-specific OpenTelemetry spans.
- Firehose
Span Builder - Builder for Firehose-specific OpenTelemetry spans.
- Messaging
Operation Kind - Messaging operation type
- SnsSpan
Builder - Builder for SNS-specific OpenTelemetry spans.
Traits§
- AwsInstrument
- Trait for instrumenting AWS futures with automatic span management.