Skip to content

Commit d238f26

Browse files
authored
Merge pull request #727 from srprash/patch-1
Mention remote sampling support in ADOT Python
2 parents f5fb3f6 + 79f2be4 commit d238f26

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/docs/getting-started/remote-sampling.mdx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,10 @@ import sampling_attributes from "assets/img/docs/gettingStarted/remote-sampling/
1111

1212
Note that in order to use X-Ray remote sampling, your application's tracer must use an X-Ray sampler. Today the X-Ray sampler is available for the following:
1313

14-
* [ADOT Java agent](https://aws-otel.github.io/docs/getting-started/java-sdk/trace-auto-instr#using-x-ray-remote-sampling)
14+
* [ADOT Java auto-instrumentation agent](https://aws-otel.github.io/docs/getting-started/java-sdk/trace-auto-instr#using-x-ray-remote-sampling)
1515
* [ADOT Java SDK](https://aws-otel.github.io/docs/getting-started/java-sdk/trace-manual-instr#using-x-ray-remote-sampling)
1616
* [ADOT Go SDK](https://aws-otel.github.io/docs/getting-started/go-sdk/trace-manual-instr#using-x-ray-remote-sampling)
17+
* [ADOT Python auto-instrumentation agent](https://aws-otel.github.io/docs/getting-started/python-sdk/auto-instr#using-aws-x-ray-remote-sampling)
1718

1819
Enable the extension by adding this snippet to your collector configuration.
1920

@@ -95,4 +96,4 @@ Below mentioned table displays X-Ray sampling attributes and X-Ray equivalent OT
9596
| URLPath | http.target/http.url |
9697
| Host | http.host |
9798
| HTTPMethod | http.method |
98-
| Attributes | attributes |
99+
| Attributes | attributes |

0 commit comments

Comments
 (0)