Skip to content

Commit

Permalink
Merge pull request #756 from jj22ee/test-merge-approval
Browse files Browse the repository at this point in the history
Update ADOT JS `getting-started` page and links
  • Loading branch information
vasireddy99 authored Nov 26, 2024
2 parents 49bad89 + 7a9346a commit adab99f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions src/docs/getting-started/javascript-sdk.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@ path: '/docs/getting-started/js-sdk'

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

OpenTelemetry provides different language SDKs to instrument code for collecting telemetry data in the application.

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.
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.

<SectionSeparator />

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


## Sample Code with JavaScript SDK
* [AWS Distro for OpenTelemetry Sample Code with JavaScript SDK](https://github.com/aws-observability/aws-otel-community/tree/master/sample-apps/javascript-sample-app)
* [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)
* [ADOT Sample Code with JavaScript SDK](https://github.com/aws-observability/aws-otel-community/tree/master/sample-apps/javascript-sample-app)

Original file line number Diff line number Diff line change
Expand Up @@ -94,4 +94,4 @@ npm install @opentelemetry/api

## Sample Applications

* [Simple Express.js Server Sample Application](https://github.com/aws-observability/aws-otel-js-instrumentation/tree/main/sample-applications/simple-express-server)
* [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 comments on commit adab99f

Please sign in to comment.