Skip to content

Commit a4afde5

Browse files
authored
Merge branch 'main' into dependabot/npm_and_yarn/sideway/formula-3.0.1
2 parents 42244e3 + 4a1fc27 commit a4afde5

File tree

10 files changed

+83
-87
lines changed

10 files changed

+83
-87
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737

3838
steps:
3939
- name: Checkout repository
40-
uses: actions/checkout@v3.3.0
40+
uses: actions/checkout@v3.5.2
4141

4242
- name: Initialize CodeQL
4343
uses: github/codeql-action/init@v2

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
publish-smoke-test:
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@v3.3.0
16+
- uses: actions/checkout@v3.5.2
1717
- uses: enriikke/gatsby-gh-pages-action@v2
1818
env:
1919
GH_API_KEY: ${{ secrets.GITHUB_TOKEN }}
@@ -25,7 +25,7 @@ jobs:
2525
needs: publish-smoke-test
2626
steps:
2727
- name: Checkout Smoke Test Branch
28-
uses: actions/checkout@v3.3.0
28+
uses: actions/checkout@v3.5.2
2929
with:
3030
path: smoke-test
3131
ref: smoke-test
@@ -35,7 +35,7 @@ jobs:
3535
echo $ST_LC
3636
echo "SMOKE_TEST_LINE_COUNT=$ST_LC" >> $GITHUB_ENV
3737
- name: Checkout Published Branch
38-
uses: actions/checkout@v3.3.0
38+
uses: actions/checkout@v3.5.2
3939
with:
4040
path: published
4141
ref: gh-pages
@@ -58,7 +58,7 @@ jobs:
5858
needs: verify-smoke-test
5959
runs-on: ubuntu-latest
6060
steps:
61-
- uses: actions/checkout@v3.3.0
61+
- uses: actions/checkout@v3.5.2
6262
with:
6363
ref: gh-pages
6464
- name: merge commit push

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- ubuntu-latest
1717
- windows-latest
1818
steps:
19-
- uses: actions/checkout@v3.3.0
19+
- uses: actions/checkout@v3.5.2
2020
- uses: actions/setup-node@v3
2121
with:
2222
node-version: '16'

package-lock.json

Lines changed: 11 additions & 70 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"prismjs": "^1.28.0",
4949
"prop-types": "^15.7.2",
5050
"react": "^16.13.1",
51-
"react-datetime": "^2.16.3",
51+
"react-datetime": "^3.2.0",
5252
"react-dom": "^16.13.1",
5353
"react-helmet": "^6.1.0",
5454
"react-icon": "^1.0.0",
26.6 KB
Loading

src/content/BlogPosts/blogPosts.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@ description:
66
path: /blog
77

88
blogs:
9+
- title: "AWS Distro for OpenTelemetry Java Instrumentation v1.24.0 is now available"
10+
author: "Paurush Garg"
11+
date: "14-Apr-2023"
12+
body:
13+
"AWS Distro for OpenTelemetry Java Instrumentation v1.24.0 is now available. You can download the latest ADOT Java auto-instrumentation Docker image
14+
from the Amazon Elastic Container Registry (Amazon ECR) Public Gallery and the jar artifacts from the Maven Central Repository."
15+
link: "/docs/ReleaseBlogs/aws-distro-for-opentelemetry-java-instrumentation-v1.24.0"
16+
917
- title: "AWS Distro for OpenTelemetry v0.28.0 is now available"
1018
author: "Raphael Silva"
1119
date: "07-Apr-2023"
Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
---
2+
title: "AWS Distro for OpenTelemetry Java Instrumentation v1.24.0"
3+
description: This blog post is the release announcement for AWS Distro for OpenTelemetry - Instrumentation for Java v1.24.0
4+
---
5+
6+
import SectionSeparator from "components/MdxSectionSeparator/sectionSeparator.jsx";
7+
import imgJIR1 from "assets/img/blogs/adot-java-instrumentation/Functional_Overview.png"
8+
9+
<SectionSeparator />
10+
11+
[AWS Distro for OpenTelemetry (ADOT)](https://aws-otel.github.io/) Agent for Java v1.24.0 is now available.
12+
13+
<SectionSeparator />
14+
15+
**Release Highlights**
16+
17+
- ADOT Java Auto-Instrumentation Docker Image
18+
19+
ADOT has released a docker image for the ADOT Java Auto-Instrumentation jar that can be used with OpenTelemetry Operator. This enables OpenTelemetry Operator to auto instrument Java applications by injecting the ADOT Java Agent.
20+
21+
[Opentelemetry Operator](https://github.com/open-telemetry/opentelemetry-operator) is an implementation of a Kubernetes Operator. The OpenTelemetry Operator is designed to provide auto-instrumentation to export telemetry data in applications without any code changes. The OpenTelemetry Operator can manage and automate the ADOT Collector deployment in multiple modes (Daemonset, Sidecar, Deployment) as well as auto-instrument workloads using OpenTelemetry libraries.
22+
23+
The ADOT auto-instrumentation for Java is a redistribution of the [OpenTelemetry Agent for Java](https://github.com/open-telemetry/opentelemetry-java-instrumentation) that can be used to auto-instrument Java applications to gather telemetry data. ADOT auto-instrumentation is preconfigured for use with AWS services including support for X-Ray compatible trace IDs. With the release of ADOT Auto-Instrumentation Java Image, OpenTelemetry Operator through Custom Resources can be configured to manage the ADOT Collector and the auto-instrumentation of the workloads (as shown in figure below):
24+
25+
<img src={imgJIR1} alt="Diagram" style="margin: 30px 0;" />
26+
27+
The ADOT Java auto-instrumentation Docker image is available in the following url: https://gallery.ecr.aws/aws-observability/adot-autoinstrumentation-java.
28+
29+
Detailed release notes are on [GitHub](https://github.com/aws-observability/aws-otel-java-instrumentation/releases).
30+
31+
**Download**
32+
33+
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
34+
[GitHub](https://github.com/aws-observability/aws-otel-java-instrumentation/releases/tag/v1.24.0) and [Maven Central Repository](https://central.sonatype.com/artifact/software.amazon.opentelemetry/aws-opentelemetry-agent/1.24.0).
35+
36+
To learn more about how to use AWS Distro for OpenTelemetry (ADOT) to collect data for your observability solution,
37+
check out the hands-on [AWS Observability workshop](https://observability.workshop.aws/en/adot.html).
38+
Please file an [issue](https://github.com/aws-observability/aws-otel-community/issues) if you have any
39+
questions about the distribution, features, or its components.
40+
41+
We also welcome you to participate in the [OpenTelemetry project](https://github.com/open-telemetry).
42+
The project was [approved for incubation](https://www.cncf.io/blog/2021/08/26/opentelemetry-becomes-a-cncf-incubating-project/) status
43+
in August 2021 by the Cloud Native Computing Foundation Technical Oversight Committee (CNCF TOC). Learn more about
44+
[AWS Distro for OpenTelemetry](https://aws.amazon.com/blogs/opensource/category/management-tools/aws-distro-for-opentelemetry/) on the
45+
[AWS Open Source Blog](https://aws.amazon.com/blogs/opensource/category/management-tools/aws-distro-for-opentelemetry/), where we announced
46+
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
47+
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/docs/getting-started/java-sdk/trace-auto-instr.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ artifact, any usage of it will be disabled by the agent.
9393
##### For Gradle:
9494
```kotlin lineNumbers=true
9595
dependencies {
96-
implementation("io.opentelemetry:opentelemetry-api:1.23.1")
96+
implementation("io.opentelemetry:opentelemetry-api:1.24.0")
9797
}
9898
```
9999

@@ -103,7 +103,7 @@ dependencies {
103103
<dependency>
104104
<groupId>io.opentelemetry</groupId>
105105
<artifactId>opentelemetry-api</artifactId>
106-
<version>1.23.1</version>
106+
<version>1.24.0</version>
107107
</dependency>
108108
</dependencies>
109109
```

src/docs/getting-started/java-sdk/trace-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.23.1"))
40+
api(platform("io.opentelemetry:opentelemetry-bom:1.24.0"))
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.23.0")
49+
implementation("io.opentelemetry.contrib:opentelemetry-aws-xray:1.24.0")
5050
}
5151
```
5252

@@ -57,7 +57,7 @@ dependencies {
5757
<dependency>
5858
<groupId>io.opentelemetry</groupId>
5959
<artifactId>opentelemetry-bom</artifactId>
60-
<version>1.23.1</version>
60+
<version>1.24.0</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.23.0</version>
90+
<version>1.24.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.23.0-alpha"))
214+
api(platform("io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:1.24.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.23.0-alpha</version>
233+
<version>1.24.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.23.0-alpha"))\
267+
api(platform("io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:1.24.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.23.0-alpha</version>
282+
<version>1.24.0-alpha</version>
283283
<type>pom</type>
284284
<scope>import</scope>
285285
<dependency>

0 commit comments

Comments
 (0)