Skip to content

Commit 0bd635f

Browse files
committed
docs(tracer): add note on why X-Ray SDK over ADOT closes #1675
1 parent 48e817e commit 0bd635f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/core/tracer.md

+2
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ Tracer is an opinionated thin wrapper for [AWS X-Ray Python SDK](https://github.
1919
???+ tip
2020
All examples shared in this documentation are available within the [project repository](https://github.com/awslabs/aws-lambda-powertools-python/tree/develop/examples){target="_blank"}.
2121

22+
!!! 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)."
23+
2224
### Install
2325

2426
!!! info "This is not necessary if you're installing Powertools via [Lambda Layer/SAR](../index.md#lambda-layer){target="_blank"}"

0 commit comments

Comments
 (0)