Skip to content

Commit adab99f

Browse files
authored
Merge pull request #756 from jj22ee/test-merge-approval
Update ADOT JS `getting-started` page and links
2 parents 49bad89 + 7a9346a commit adab99f

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

src/docs/getting-started/javascript-sdk.mdx

+3-4
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,7 @@ path: '/docs/getting-started/js-sdk'
88

99
import SectionSeparator from "components/MdxSectionSeparator/sectionSeparator.jsx"
1010

11-
OpenTelemetry provides different language SDKs to instrument code for collecting telemetry data in the application.
12-
13-
In this tutorial, we will introduce how to use [OpenTelemetry JavaScript SDK](https://github.com/open-telemetry/opentelemetry-js) for manual instrumentation on traces and metrics in the applications.
11+
The AWS Distro for OpenTelemetry (ADOT) JavaScript refers to some components developed to complement the upstream [OpenTelemetry (OTel) JavaScript SDK](https://github.com/open-telemetry/opentelemetry-js) and [OTel JavaScript Auto-Instrumentation for Node.js](https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/metapackages/auto-instrumentations-node). Below are links to guides that go over how to configure the relevant components of OpenTelemetry to send trace data to the AWS X-Ray backend.
1412

1513
<SectionSeparator />
1614

@@ -22,5 +20,6 @@ In this tutorial, we will introduce how to use [OpenTelemetry JavaScript SDK](ht
2220

2321

2422
## Sample Code with JavaScript SDK
25-
* [AWS Distro for OpenTelemetry Sample Code with JavaScript SDK](https://github.com/aws-observability/aws-otel-community/tree/master/sample-apps/javascript-sample-app)
23+
* [Simple Express.js Server Sample Application using ADOT JavaScript Auto-Instrumentation](https://github.com/aws-observability/aws-otel-js-instrumentation/tree/main/sample-applications/simple-express-server)
24+
* [ADOT Sample Code with JavaScript SDK](https://github.com/aws-observability/aws-otel-community/tree/master/sample-apps/javascript-sample-app)
2625

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,4 +94,4 @@ npm install @opentelemetry/api
9494

9595
## Sample Applications
9696

97-
* [Simple Express.js Server Sample Application](https://github.com/aws-observability/aws-otel-js-instrumentation/tree/main/sample-applications/simple-express-server)
97+
* [Simple Express.js Server Sample Application using ADOT JavaScript Auto-Instrumentation](https://github.com/aws-observability/aws-otel-js-instrumentation/tree/main/sample-applications/simple-express-server)

0 commit comments

Comments
 (0)