Module aws

Source
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.
AwsSpanBuilder
Builder for creating AWS-specific OpenTelemetry spans.

Enums§

DynamodbSpanBuilder
Builder for DynamoDB-specific OpenTelemetry spans.
FirehoseSpanBuilder
Builder for Firehose-specific OpenTelemetry spans.
MessagingOperationKind
Messaging operation type
SnsSpanBuilder
Builder for SNS-specific OpenTelemetry spans.

Traits§

AwsInstrument
Trait for instrumenting AWS futures with automatic span management.