Skip to content

Commit b3ecaaa

Browse files
committed
readme linting fix
1 parent 0779fc3 commit b3ecaaa

File tree

1 file changed

+2
-1
lines changed
  • aws-distro-opentelemetry-node-autoinstrumentation/src/aws-span-exporter

1 file changed

+2
-1
lines changed

aws-distro-opentelemetry-node-autoinstrumentation/src/aws-span-exporter/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
This guide explains how to automatically configure ADOT environment variables for exporting traces to [AWS X-Ray OTLP endpoint](https://docs.aws.amazon.com/xray/latest/devguide/xray-opentelemetry.html)
44

55
## Pre-requisites:
6+
67
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.
78

89
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.
@@ -24,4 +25,4 @@ OTEL_LOGS_EXPORTER=none
2425
OTEL_RESOURCE_ATTRIBUTES="service.name=<YOUR_SERVICE_NAME>"
2526

2627
# Disable application signals (they will be generated in CloudWatch backend)
27-
OTEL_AWS_APPLICATION_SIGNALS_ENABLED=false
28+
OTEL_AWS_APPLICATION_SIGNALS_ENABLED=false

0 commit comments

Comments
 (0)