Skip to content

Commit 2f1440a

Browse files
authored
Merge pull request #587 from aws-otel/rapphil-release-notes-v1.28.0
Create release blog post about ADOT Java Agent 1.28.0
2 parents e3def3f + 3bbc184 commit 2f1440a

File tree

2 files changed

+45
-0
lines changed

2 files changed

+45
-0
lines changed

src/content/BlogPosts/blogPosts.yaml

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

88
blogs:
9+
- title: "AWS Distro for OpenTelemetry Java Instrumentation v1.28.0 is now available"
10+
author: "Raphael Silva"
11+
date: "13-July-2023"
12+
body:
13+
"AWS Distro for OpenTelemetry Java Instrumentation v1.28.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.28.0"
916
- title: "Migrating from Prometheus to AWS Distro for OpenTelemetry (ADOT)"
1017
author: "Pavan Sai Vasireddy"
1118
date: "29-June-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.28.0"
3+
description: This blog post is the release announcement for AWS Distro for OpenTelemetry - Instrumentation for Java v1.28.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.28.0 is now available.
11+
12+
<SectionSeparator />
13+
14+
**Release Highlights**
15+
16+
Contains updates of the following upstream components:
17+
* OpenTelemetry Java - [1.28.0](https://github.com/open-telemetry/opentelemetry-java/releases/tag/v1.28.0)
18+
* OpenTelemetry Instrumentation for Java - [1.28.0](https://github.com/open-telemetry/opentelemetry-java-instrumentation/releases/tag/v1.28.0)
19+
* OpenTelemetry Java Contrib - [1.27.0](https://github.com/open-telemetry/opentelemetry-java-contrib/releases/tag/v1.27.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.28.0) and [Maven Central Repository](https://central.sonatype.com/artifact/software.amazon.opentelemetry/aws-opentelemetry-agent/1.28.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.

0 commit comments

Comments
 (0)