Skip to content

Commit e3c4147

Browse files
authored
Merge branch 'main' into colrelease
2 parents 5d61291 + d4d3095 commit e3c4147

28 files changed

+95
-51
lines changed

gatsby-config.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ require("dotenv").config({
55
module.exports = {
66
// pathPrefix: "/",
77
siteMetadata: {
8-
title: 'AWS Open Distro for OpenTelemetry',
9-
siteTitle: `AWS Open Distro for OpenTelemetry`,
10-
defaultTitle: `AWS Open Distro for OpenTelemetry`,
8+
title: 'AWS Distro for OpenTelemetry',
9+
siteTitle: `AWS Distro for OpenTelemetry`,
10+
defaultTitle: `AWS Distro for OpenTelemetry`,
1111
siteTitleShort: `AWS Distro OpenTelemetry`,
12-
siteDescription: `Technical documentation for AWS Open Distro for OpenTelemetry`,
12+
siteDescription: `Technical documentation for AWS Distro for OpenTelemetry`,
1313
siteAuthor: `Amazon AWS Observability`,
1414
// siteImage: `/banner.png`,
1515
siteLanguage: `en`,

src/content/Announcements/announcements.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
title: Announcements
22
description:
3-
This page contains all the latest and previous announcements for AWS Open Distro for OpenTelemetry
3+
This page contains all the latest and previous announcements for AWS Distro for OpenTelemetry
44
path: /announcements
55

66
announcements:

src/content/BlogPosts/blogPosts.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,14 @@ blogs:
1414
from the Amazon Elastic Container Registry (Amazon ECR) Public Gallery."
1515
link: "/docs/ReleaseBlogs/aws-distro-for-opentelemetry-collector-v0.33.1"
1616

17+
- title: "AWS Distro for OpenTelemetry Java Instrumentation v1.30.0 is now available"
18+
author: "Huy Vo"
19+
date: "19-September-2023"
20+
body:
21+
"AWS Distro for OpenTelemetry Java Instrumentation v1.30.0 is now available. You can download the latest ADOT Java auto-instrumentation Docker image
22+
from the Amazon Elastic Container Registry (Amazon ECR) Public Gallery and the jar artifacts from the Maven Central Repository."
23+
link: "/docs/ReleaseBlogs/aws-distro-for-opentelemetry-java-instrumentation-v1.30.0"
24+
1725
- title: "AWS Distro for OpenTelemetry EKS Add-on v0.80.0 is now available"
1826
author: "Kausik Amancherla"
1927
date: "15-September-2023"
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
---
2+
title: "AWS Distro for OpenTelemetry Java Instrumentation v1.30.0"
3+
description: This blog post is the release announcement for AWS Distro for OpenTelemetry - Instrumentation for Java v1.30.0
4+
---
5+
6+
import SectionSeparator from "components/MdxSectionSeparator/sectionSeparator.jsx";
7+
8+
<SectionSeparator />
9+
10+
[AWS Distro for OpenTelemetry (ADOT)](https://aws-otel.github.io/) Agent for Java v1.30.0 is now available.
11+
12+
<SectionSeparator />
13+
14+
**Release Highlights**
15+
16+
Contains updates of the following upstream components:
17+
* OpenTelemetry Java - [1.30.1](https://github.com/open-telemetry/opentelemetry-java/releases/tag/v1.30.1)
18+
* OpenTelemetry Instrumentation for Java - [1.30.0](https://github.com/open-telemetry/opentelemetry-java-instrumentation/releases/tag/v1.30.0)
19+
* OpenTelemetry Java Contrib - [1.29.0](https://github.com/open-telemetry/opentelemetry-java-contrib/releases/tag/v1.29.0)
20+
21+
22+
**Download**
23+
24+
You can download the latest Docker image from [our public ECR repository](https://gallery.ecr.aws/aws-observability/adot-autoinstrumentation-java), and jar artifacts from the
25+
[GitHub](https://github.com/aws-observability/aws-otel-java-instrumentation/releases/tag/v1.30.0) and [Maven Central Repository](https://central.sonatype.com/artifact/software.amazon.opentelemetry/aws-opentelemetry-agent/1.30.0).
26+
27+
To learn more about how to use AWS Distro for OpenTelemetry (ADOT) to collect data for your observability solution,
28+
check out the hands-on [AWS Observability workshop](https://observability.workshop.aws/en/adot.html).
29+
Please file an [issue](https://github.com/aws-observability/aws-otel-community/issues) if you have any
30+
questions about the distribution, features, or its components.
31+
32+
We also welcome you to participate in the [OpenTelemetry project](https://github.com/open-telemetry).
33+
The project was [approved for incubation](https://www.cncf.io/blog/2021/08/26/opentelemetry-becomes-a-cncf-incubating-project/) status
34+
in August 2021 by the Cloud Native Computing Foundation Technical Oversight Committee (CNCF TOC). Learn more about
35+
[AWS Distro for OpenTelemetry](https://aws.amazon.com/blogs/opensource/category/management-tools/aws-distro-for-opentelemetry/) on the
36+
[AWS Open Source Blog](https://aws.amazon.com/blogs/opensource/category/management-tools/aws-distro-for-opentelemetry/), where we announced
37+
the distribution’s [general availability for tracing](https://aws.amazon.com/blogs/opensource/aws-distro-for-opentelemetry-is-now-ga-for-tracing/) in September 2021
38+
and the distribution's [general availability for metrics](https://aws.amazon.com/blogs/opensource/aws-distro-for-opentelemetry-is-now-generally-available-for-metrics/) in May 2022.

src/content/SiteContent/get-involved.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
title: Get Involved
22
description:
3-
This page is about how to get involved with AWS Open Distro for OpenTelemetry
3+
This page is about how to get involved with AWS Distro for OpenTelemetry
44
path: /get-involved
55

66
paragraph1:

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/java-sdk/auto-instr.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ The ADOT Java Agent is also published in the following maven coordinates:
3535

3636
```kotlin lineNumbers=true
3737
dependencies {
38-
implementation("software.amazon.opentelemetry:aws-opentelemetry-agent:1.29.0")
38+
implementation("software.amazon.opentelemetry:aws-opentelemetry-agent:1.30.0")
3939
}
4040
```
4141

@@ -44,7 +44,7 @@ dependencies {
4444
<dependency>
4545
<groupId>software.amazon.opentelemetry</groupId>
4646
<artifactId>aws-opentelemetry-agent</artifactId>
47-
<version>1.29.0</version>
47+
<version>1.30.0</version>
4848
</dependency>
4949
</dependencies>
5050
```
@@ -111,7 +111,7 @@ artifact, any usage of it will be disabled by the agent.
111111
##### For Gradle:
112112
```kotlin lineNumbers=true
113113
dependencies {
114-
implementation("io.opentelemetry:opentelemetry-api:1.29.0")
114+
implementation("io.opentelemetry:opentelemetry-api:1.30.1")
115115
}
116116
```
117117

@@ -121,7 +121,7 @@ dependencies {
121121
<dependency>
122122
<groupId>io.opentelemetry</groupId>
123123
<artifactId>opentelemetry-api</artifactId>
124-
<version>1.29.0</version>
124+
<version>1.30.1</version>
125125
</dependency>
126126
</dependencies>
127127
```

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ to align dependency versions for non-contrib components.
3737
##### For Gradle:
3838
```kotlin lineNumbers=true
3939
dependencies {
40-
api(platform("io.opentelemetry:opentelemetry-bom:1.29.0"))
40+
api(platform("io.opentelemetry:opentelemetry-bom:1.30.1"))
4141

4242
implementation("io.opentelemetry:opentelemetry-api")
4343
implementation("io.opentelemetry:opentelemetry-exporter-otlp")
@@ -46,7 +46,7 @@ dependencies {
4646

4747
implementation("io.opentelemetry:opentelemetry-extension-aws")
4848
implementation("io.opentelemetry:opentelemetry-sdk-extension-aws")
49-
implementation("io.opentelemetry.contrib:opentelemetry-aws-xray:1.27.0")
49+
implementation("io.opentelemetry.contrib:opentelemetry-aws-xray:1.29.0")
5050
}
5151
```
5252

@@ -57,7 +57,7 @@ dependencies {
5757
<dependency>
5858
<groupId>io.opentelemetry</groupId>
5959
<artifactId>opentelemetry-bom</artifactId>
60-
<version>1.29.0</version>
60+
<version>1.30.1</version>
6161
<type>pom</type>
6262
<scope>import</scope>
6363
<dependency>
@@ -87,7 +87,7 @@ dependencies {
8787
<dependency>
8888
<groupId>io.opentelemetry.contrib</groupId>
8989
<artifactId>opentelemetry-aws-xray</artifactId>
90-
<version>1.27.0</version>
90+
<version>1.29.0</version>
9191
</dependency>
9292
</dependencies>
9393
```
@@ -211,7 +211,7 @@ library instrumentation. When using this, do not include `opentelemetry-bom`.
211211
##### For Gradle:
212212
```kotlin lineNumbers=true
213213
dependencies {
214-
api(platform("io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:1.29.0-alpha"))
214+
api(platform("io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:1.30.0-alpha"))
215215

216216
implementation("io.opentelemetry:opentelemetry-api")
217217
implementation("io.opentelemetry:opentelemetry-exporter-otlp")
@@ -230,7 +230,7 @@ dependencies {
230230
<dependency>
231231
<groupId>io.opentelemetry.instrumentation</groupId>
232232
<artifactId>opentelemetry-instrumentation-bom-alpha</artifactId>
233-
<version>1.29.0-alpha</version>
233+
<version>1.30.0-alpha</version>
234234
<type>pom</type>
235235
<scope>import</scope>
236236
<dependency>
@@ -264,7 +264,7 @@ The `opentelemetry-instrumentation-aws-sdk-2.2` artifact provides instrumentatio
264264
##### For Gradle:
265265
```java lineNumbers=true
266266
dependencies {
267-
api(platform("io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:1.29.0-alpha"))\
267+
api(platform("io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:1.30.0-alpha"))\
268268

269269
implementation("io.opentelemetry.instrumentation:opentelemetry-aws-sdk-2.2")
270270

@@ -279,7 +279,7 @@ dependencies {
279279
<dependency>
280280
<groupId>io.opentelemetry.instrumentation</groupId>
281281
<artifactId>opentelemetry-instrumentation-bom-alpha</artifactId>
282-
<version>1.29.0-alpha</version>
282+
<version>1.30.0-alpha</version>
283283
<type>pom</type>
284284
<scope>import</scope>
285285
<dependency>

src/docs/getting-started/prometheus-remote-write-exporter/eks.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ We will be using a simple sample app that is used for the integration tests of t
8686
First, fork the repository. Then clone the repository and run the following commands:
8787

8888
```bash
89-
$ cd ./sample-apps/prometheus
89+
$ cd ./sample-apps/prometheus-sample-app
9090
$ docker build . -t prometheus-sample-app:latest
9191
```
9292

@@ -139,7 +139,7 @@ configurations if you would like to scrape a different application.
139139
To pull the Kubernetes configuration for ADOT Collector:
140140

141141
```bash
142-
$ curl https://raw.githubusercontent.com/aws-observability/aws-otel-collector/main/examples/eks/prometheus-pipeline/eks-prometheus-daemonset.yaml -o eks-prometheus-daemonset.yaml
142+
$ curl https://raw.githubusercontent.com/aws-observability/aws-otel-collector/main/examples/eks/aws-prometheus/prometheus-daemonset.yaml -o eks-prometheus-daemonset.yaml
143143
```
144144

145145
You will have to change the `<YOUR_ENDPOINT>` and `<YOUR_REGION>` to correspond with your own AMP workspace. The changes should be with respect to the Prometheus Remote Write Exporter’s configuration and the `sigv4auth` extension's configuration.

0 commit comments

Comments
 (0)