Skip to content

Commit cf76fc5

Browse files
committed
proper import for sigv4 exporter
1 parent 1f75573 commit cf76fc5

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

aws-opentelemetry-distro/src/amazon/opentelemetry/distro/aws_opentelemetry_configurator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
AwsMetricAttributesSpanExporterBuilder,
2222
)
2323
from amazon.opentelemetry.distro.aws_span_metrics_processor_builder import AwsSpanMetricsProcessorBuilder
24-
from amazon.opentelemetry.distro.otlp_aws_span_exporter import OTLPAwsSpanExporter
2524
from amazon.opentelemetry.distro.otlp_udp_exporter import OTLPUdpSpanExporter
25+
from amazon.opentelemetry.distro.exporter.otlp_aws_span_exporter import OTLPAwsSpanExporter
2626
from amazon.opentelemetry.distro.sampler.aws_xray_remote_sampler import AwsXRayRemoteSampler
2727
from amazon.opentelemetry.distro.scope_based_exporter import ScopeBasedPeriodicExportingMetricReader
2828
from amazon.opentelemetry.distro.scope_based_filtering_view import ScopeBasedRetainingView
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ This guide explains how to automatically configure ADOT environment variables fo
55
## Pre-requisites:
66
1. Transaction Search must be enabled in order to send spans to the Xray OTLP endpoint. See [this doc](https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/CloudWatch-Transaction-Search-getting-started.html) on how to enable Transaction Search.
77

8-
2. Ensure the AWS role in your application environment has [AWSXRayWRiteOnlyAccess](https://docs.aws.amazon.com/aws-managed-policy/latest/reference/AWSXrayWriteOnlyAccess.html) managed policy attached.
8+
2. Ensure the AWS role in your application environment has [AWSXRayWriteOnlyAccess](https://docs.aws.amazon.com/aws-managed-policy/latest/reference/AWSXrayWriteOnlyAccess.html) managed policy attached.
99

1010
## Environment Variables
1111

0 commit comments

Comments
 (0)