You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
4
+
5
+
## Pre-requisites:
6
+
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.
7
+
8
+
2. Ensure the AWS credentials in your application environment has the `xray:PutTraceSegments` action allowed.
9
+
10
+
## Environment Variables
11
+
12
+
Set the following environment variables to **PROPERLY** configure trace export with SigV4 authentication:
13
+
14
+
```shell
15
+
# Set X-Ray endpoint (replace AWS_REGION with your region)
0 commit comments