Skip to content

Commit 6e6d2a7

Browse files
authored
Merge pull request #347 from hjgraca/docs-clarify-xray-over-adot
2 parents 3190066 + 13b3bad commit 6e6d2a7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/core/tracing.md

+2
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ Powertools for AWS Lambda (.NET) are available as NuGet packages. You can instal
2626

2727
## Getting Started
2828

29+
!!! note "Tracer relies on AWS X-Ray SDK over [OpenTelememetry Distro (ADOT)](https://aws-otel.github.io/docs/getting-started/lambda){target="_blank"} for optimal cold start (lower latency)."
30+
2931
Before you use this utility, your AWS Lambda function [must have permissions](https://docs.aws.amazon.com/lambda/latest/dg/services-xray.html#services-xray-permissions) to send traces to AWS X-Ray.
3032

3133
To enable active tracing on an AWS Serverless Application Model (AWS SAM) AWS::Serverless::Function resource, use the `Tracing` property. You can use the Globals section of the AWS SAM template to set this for all

0 commit comments

Comments
 (0)