Skip to content

Commit b725239

Browse files
committed
Correct AOT usage in docs
1 parent 994565e commit b725239

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

src/docs/getting-started/cloudwatch-metrics.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,9 +83,9 @@ The available dimension roll-up options in EMF exporter,
8383
8484
```
8585
awsemf:
86-
log_group_name: 'AOTLogGroup'
87-
log_stream_name: 'AOTLogStream'
88-
namespace: 'AOTMetricNS'
86+
log_group_name: 'ADOTLogGroup'
87+
log_stream_name: 'ADOTLogStream'
88+
namespace: 'ADOTMetricNS'
8989
dimension_rollup_option: 1
9090
```
9191

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: 'Metrics on AWS Distro for OpenTelemetry JavaScript SDK'
33
description:
4-
Metrics auto instrumentation has not been supported in AOT/OpenTelemetry yet. We have to manually instrumenting code
4+
Metrics auto instrumentation has not been supported in ADOT/OpenTelemetry yet. We have to manually instrumenting code
55
in the application to generate application metrics. Here is an example with steps for modifying application code to
66
create metrics with JavaScript SDK.
77
path: '/docs/getting-started/js-sdk/metric-manual-instr'
@@ -11,7 +11,7 @@ import SectionSeparator from "components/MdxSectionSeparator/sectionSeparator.js
1111
import img2 from "assets/img/docs/img2.png"
1212
import { Link } from "gatsby"
1313

14-
Metrics auto instrumentation has not been supported in AOT/OpenTelemetry yet. We have to manually instrumenting code in the application to generate application metrics. Here is an example with steps for modifying application code to create metrics with JavaScript SDK.
14+
Metrics auto instrumentation has not been supported in ADOT/OpenTelemetry yet. We have to manually instrumenting code in the application to generate application metrics. Here is an example with steps for modifying application code to create metrics with JavaScript SDK.
1515

1616
OpenTelemetry JavaScript SDK has provided metrics API for metrics instrumentation in applications. You can follow the steps and sample code below to create OpenTelemetry Metrics and send it over to ADOT Collector.
1717

src/docs/setup/ecs.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ Definition, and using AWS Management Console. Follow any of the following three
3838
The CloudFormation template will create all the necessary resources to get the Collector ready. This option is recommended for the beginners
3939
who are new to ECS.
4040

41-
- <Link to="/docs/setup/ecs/cfn-for-ecs-ec2">Deploy AOT for ECS on EC2</Link>
42-
- <Link to="/docs/setup/ecs/cfn-for-ecs-fargate">Deploy AOT for ECS on Fargate</Link>
41+
- <Link to="/docs/setup/ecs/cfn-for-ecs-ec2">Deploy ADOT for ECS on EC2</Link>
42+
- <Link to="/docs/setup/ecs/cfn-for-ecs-fargate">Deploy ADOT for ECS on Fargate</Link>
4343

4444
### 2.2 Setup using ECS Task Definition
4545

@@ -73,7 +73,7 @@ three options to setup the collector.
7373
The CloudFormation template will create all the necessary resources to get the Collector ready. This option is recommended for the beginners
7474
who are new to ECS.
7575

76-
- <Link to="/docs/setup/ecs/cfn-for-ecs-ec2-instance">Deploy AOT for ECS EC2 instance metrics</Link>
76+
- <Link to="/docs/setup/ecs/cfn-for-ecs-ec2-instance">Deploy ADOT for ECS EC2 instance metrics</Link>
7777

7878
### 3.2 Setup using ECS Task Definition
7979

src/docs/setup/ecs/create-task-definition-console.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ of AOC is passive, if your application doesn’t emit the data to the port (X-ra
7474
* Collect Application Metrics & Traces and Container Resource Metrics
7575

7676
In the container definition section for Environment Command section add `--config=/etc/ecs/container-insights/otel-task-metrics-config.yaml`,
77-
which is already included as part of AOT collector, select the ECS default configuration for Container Insights experience.
77+
which is already included as part of ADOT collector, select the ECS default configuration for Container Insights experience.
7878
This will collect Application Metrics, Traces and task-level Container Resource Metrics, and send them to Amazon CloudWatch Metrics
7979
and AWS X-Ray. This configuration file can collect metrics and traces from the OpenTelemetry SDKs (OTLP)
8080
, X-Ray traces from the X-Ray SDKs and StatsD metrics from your app.
@@ -103,7 +103,7 @@ of AOC is passive, if your application doesn’t emit the data to the port (X-ra
103103
<img src={task12} alt="Diagram" style="margin: 30px 0;" />
104104
2. In Environment Section, add Environment variable: **AWS_XRAY_DAEMON_ADDRESS** with **aws-otel-collector:2000**
105105
<img src={task13} alt="Diagram" style="margin: 30px 0;" />
106-
3. In the NETWORK SETTINGS Links, put the container name aws-otel-collector you used in step 6 as AOT collector.
106+
3. In the NETWORK SETTINGS Links, put the container name aws-otel-collector you used in step 6 as ADOT collector.
107107
<img src={task14} alt="Diagram" style="margin: 30px 0;" />
108108
4. Keep the rest information as default and click add.
109109
<img src={task15} alt="Diagram" style="margin: 30px 0;" />

0 commit comments

Comments
 (0)