Skip to content

Commit cac6841

Browse files
authored
Merge pull request #681 from bryan-aguilar/java1312
add release blog for java v1.31.2
2 parents dd8b215 + 9c0554c commit cac6841

File tree

2 files changed

+45
-0
lines changed

2 files changed

+45
-0
lines changed

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.31.2 is now available"
10+
author: "Bryan Aguilar"
11+
date: "15-Dec-2023"
12+
body:
13+
"AWS Distro for OpenTelemetry Java Instrumentation v1.31.2 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.31.2"
16+
917
- title: "ADOT Java Agent v1.31.1 - High Cardinality Metrics"
1018
author: "Bryan Aguilar"
1119
date: "12-December-2023"
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
---
2+
title: "AWS Distro for OpenTelemetry Java Instrumentation v1.31.2"
3+
description: This blog post is the release announcement for AWS Distro for OpenTelemetry - Instrumentation for Java v1.31.2
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.31.2 is now available.
11+
12+
<SectionSeparator />
13+
14+
**Release Highlights**
15+
16+
- http.url and user_agent.original attributes are not automatically attached to http client/server metrics.
17+
18+
19+
Detailed release notes are on [GitHub](https://github.com/aws-observability/aws-otel-java-instrumentation/releases).
20+
21+
**Download**
22+
23+
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
24+
[GitHub](https://github.com/aws-observability/aws-otel-java-instrumentation/releases/tag/v1.31.2) and [Maven Central Repository](https://central.sonatype.com/artifact/software.amazon.opentelemetry/aws-opentelemetry-agent/1.31.2).
25+
26+
To learn more about how to use AWS Distro for OpenTelemetry (ADOT) to collect data for your observability solution,
27+
check out the hands-on [AWS Observability workshop](https://observability.workshop.aws/en/adot.html).
28+
Please file an [issue](https://github.com/aws-observability/aws-otel-community/issues) if you have any
29+
questions about the distribution, features, or its components.
30+
31+
We also welcome you to participate in the [OpenTelemetry project](https://github.com/open-telemetry).
32+
The project was [approved for incubation](https://www.cncf.io/blog/2021/08/26/opentelemetry-becomes-a-cncf-incubating-project/) status
33+
in August 2021 by the Cloud Native Computing Foundation Technical Oversight Committee (CNCF TOC). Learn more about
34+
[AWS Distro for OpenTelemetry](https://aws.amazon.com/blogs/opensource/category/management-tools/aws-distro-for-opentelemetry/) on the
35+
[AWS Open Source Blog](https://aws.amazon.com/blogs/opensource/category/management-tools/aws-distro-for-opentelemetry/), where we announced
36+
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
37+
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)