Skip to content

Commit fa83b59

Browse files
committed
Fix titles for docs
1 parent 5e64a62 commit fa83b59

File tree

4 files changed

+4
-8
lines changed

4 files changed

+4
-8
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: 'Getting Started with the OpenTelemetry Go SDK on Traces Instrumentation'
2+
title: 'Getting Started with the OpenTelemetry Go SDK on Traces and Metrics Instrumentation'
33
description:
44
OpenTelemetry provides different language SDKs to instrument customer's application for collecting telemetry data.
55
In this tutorial, we will introduce how to use OpenTelemetry Go SDK for manual instrumentation

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: 'Getting Started with the Java SDK for Traces Instrumentation'
2+
title: 'Getting Started with the Java SDK for Traces and Metrics Instrumentation'
33
description:
44
OpenTelemetry provides different language SDKs to instrument code for collecting telemetry data in the application.
55
path: '/docs/getting-started/java-sdk'

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: 'Getting Started with the Python SDK'
2+
title: 'Getting Started with the Python SDK on Traces and Metrics Instrumentation'
33
description:
44
OpenTelemetry provides different language SDKs to instrument code for collecting telemetry data in the application.
55
In this tutorial, we will introduce how to use OpenTelemetry Python SDK for traces and metrics instrumentation in the application...
@@ -8,8 +8,6 @@ path: '/docs/getting-started/python-sdk'
88

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

11-
# Getting Started with the Python SDK on Traces and Metrics Instrumentation
12-
1311
The AWS Distro for OpenTelemetry (ADOT) Python refers to some components developed to complement the upstream [OpenTelemetry (OTel) Python SDK](https://github.com/open-telemetry/opentelemetry-python/tree/main/opentelemetry-sdk). Below are links to guides that go over how to configure the relevant components of the OpenTelemetry SDK to send trace data to the AWS X-Ray backend.
1412

1513
<SectionSeparator />

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: 'Getting Started with the ADOT Ruby SDK'
2+
title: 'Getting Started with the Ruby SDK on Traces Instrumentation'
33
description:
44
OpenTelemetry provides different language SDKs to instrument code for collecting telemetry data in the application.
55
In this tutorial, we will introduce how to use OpenTelemetry Ruby SDK for traces and metrics instrumentation in the application...
@@ -8,8 +8,6 @@ path: '/docs/getting-started/ruby-sdk'
88

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

11-
# Getting Started with the Ruby SDK on Traces Instrumentation
12-
1311
The AWS Distro for OpenTelemetry (ADOT) Ruby refers to some components developed to complement the upstream [OpenTelemetry (OTel) Ruby SDK](https://github.com/open-telemetry/opentelemetry-ruby/tree/main/sdk). Below are links to guides that go over how to configure the relevant components of the OpenTelemetry SDK to send trace data to the AWS X-Ray backend.
1412

1513
<SectionSeparator />

0 commit comments

Comments
 (0)