Skip to content

Commit 08f824e

Browse files
authored
Merge pull request #626 from Kausik-A/main
EKS ADD on v0.80.0 Release blog
2 parents 1397547 + d607422 commit 08f824e

File tree

2 files changed

+55
-0
lines changed

2 files changed

+55
-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+
10+
- title: "AWS Distro for OpenTelemetry EKS Add-on v0.80.0 is now available"
11+
author: "Kausik Amancherla"
12+
date: "15-September-2023"
13+
body:
14+
"AWS Distro for OpenTelemetry EKS Add-on v0.80.0 is now available."
15+
link: "/docs/ReleaseBlogs/aws-distro-for-opentelemetry-eks-add-on-v0.80.0"
16+
917
- title: "AWS Distro for OpenTelemetry v0.33.0 is now available"
1018
author: "Bryan Aguilar"
1119
date: "07-September-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 EKS add-on v0.80.0'
3+
description:
4+
This blog post is the release announcement for ADOT EKS Add-on v0.80.0
5+
---
6+
7+
import SectionSeparator from "components/MdxSectionSeparator/sectionSeparator.jsx"
8+
9+
<SectionSeparator />
10+
11+
[AWS Distro for OpenTelemetry (ADOT)](https://aws-otel.github.io/) EKS Add-on v0.80.0 is now available.
12+
13+
<SectionSeparator />
14+
15+
**Release Highlights**
16+
17+
* ADOT Collector [v0.31.0](https://github.com/aws-observability/aws-otel-collector/releases/tag/v0.31.0)
18+
* ADOT autoinstrumentation java [v1.28.0](https://github.com/aws-observability/aws-otel-java-instrumentation/releases/tag/v1.28.0)
19+
20+
Detailed release notes are on [GitHub](https://github.com/aws-observability/aws-otel-collector/releases).
21+
All code changes are upstream in the respective OpenTelemetry project components.
22+
23+
**IMPORTANT:**
24+
25+
* This build of the EKS add on fails to deploy correctly when using advanced configuration of EKS add on. Specifically when using an optional config to enbale Xray at initial addon creation time. The fix is currently in progress. The current workaround for this issue is to
26+
27+
- Set “Preserve on cluster” and delete the EKS add-on for AWS Distro for OpenTelemetry
28+
- Re-create the EKS add-on for AWS Distro for OpenTelemetry with the same settings.
29+
30+
31+
**Getting Started**
32+
33+
To learn more about the EKS Add-on please visit the docs on the [ADOT Developer Site](https://aws-otel.github.io/docs/getting-started/adot-eks-add-on) or
34+
the [official AWS Docs](https://docs.aws.amazon.com/eks/latest/userguide/opentelemetry.html)
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.

0 commit comments

Comments
 (0)