Skip to content

Commit 6e0d353

Browse files
authored
Merge pull request #781 from lukeina2z/telegen-1782
Update auto-instrumentation docs for AWS OTel GitHub repo
2 parents a73d8cc + 9d1fabe commit 6e0d353

File tree

4 files changed

+8
-0
lines changed

4 files changed

+8
-0
lines changed

src/docs/getting-started/dotnet-sdk/auto-instr.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ automatically when your applicaiton start. For many cases, this is all you need
5050

5151
### Configuring Auto-Instrumentation
5252

53+
**Note:** Skip this part if you are onboarding with CloudWatch Application Signals.
54+
5355
By default ADOT .NET auto-Instrumentation uses the [OTLP exporter](https://github.com/open-telemetry/opentelemetry-dotnet/tree/main/src/OpenTelemetry.Exporter.OpenTelemetryProtocol)
5456
and is configured to send data to a [OpenTelemetry collector](https://github.com/open-telemetry/opentelemetry-collector/blob/master/receiver/otlpreceiver/README.md)
5557
at `http://localhost:4317` for both metrics and traces.

src/docs/getting-started/java-sdk/auto-instr.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,8 @@ automatically. For many cases, this is all you need to use tracing.
6666

6767
### Configuring Auto-Instrumentation
6868

69+
**Note:** Skip this part if you are onboarding with CloudWatch Application Signals.
70+
6971
By default OpenTelemetry Java agent uses the [OTLP exporter](https://github.com/open-telemetry/opentelemetry-java/tree/master/exporters/otlp)
7072
and is configured to send data to a [OpenTelemetry collector](https://github.com/open-telemetry/opentelemetry-collector/blob/master/receiver/otlpreceiver/README.md)
7173
at `http://localhost:4317` for both metrics and traces.

src/docs/getting-started/js-sdk/trace-metric-auto-instr.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@ node --require '@aws/aws-distro-opentelemetry-node-autoinstrumentation/register'
5656

5757
### Configuring Auto-Instrumentation
5858

59+
**Note:** Skip this part if you are onboarding with CloudWatch Application Signals.
60+
5961
Environment variables are the primary way in which the OpenTelemetry SDK for JavaScript is configured. For example:
6062

6163
* By default, `@aws/aws-distro-opentelemetry-node-autoinstrumentation` uses the OTLP exporter and is configured to send data to a OpenTelemetry collector at `http://localhost:4318` for both metrics and traces. The configuration of your SDK exporter depends on how you have configured your ADOT Collector. To learn more about how the ADOT Collector can be configured, refer to the [ADOT Collector Documentation](https://aws-otel.github.io/docs/getting-started/collector).

src/docs/getting-started/python-sdk/auto-instr.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@ opentelemetry-instrument python3 ./path/to/your/app.py
5151

5252
### Configuring Auto-Instrumentation
5353

54+
**Note:** Skip this part if you are onboarding with CloudWatch Application Signals.
55+
5456
Environment variables are the primary way in which the OpenTelemetry SDK for Python is configured. For example:
5557

5658
* By default, `aws-opentelemetry-distro` uses the OTLP exporter and is configured to send data to a OpenTelemetry collector at `http://localhost:4317` for both metrics and traces. The configuration of your SDK exporter depends on how you have configured your ADOT Collector. To learn more about how the ADOT Collector can be configured, refer to the [ADOT Collector Documentation](https://aws-otel.github.io/docs/getting-started/collector).

0 commit comments

Comments
 (0)