Skip to content

Commit 5ca5c97

Browse files
authored
Merge branch 'main' into patch-1
2 parents 438ce8a + 2796786 commit 5ca5c97

File tree

4 files changed

+136
-3
lines changed

4 files changed

+136
-3
lines changed

src/content/BlogPosts/blogPosts.yaml

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,26 @@ description:
66
path: /blog
77

88
blogs:
9+
- title: "AWS Distro for OpenTelemetry v0.34.0 is now available"
10+
author: "Pavan Sai Vasireddy"
11+
date: "17-October-2023"
12+
body:
13+
"AWS Distro for OpenTelemetry v0.34.0 is now available. You can download the latest AWS Distro for OpenTelemetry Collector image
14+
from the Amazon Elastic Container Registry (Amazon ECR) Public Gallery."
15+
link: "/docs/ReleaseBlogs/aws-distro-for-opentelemetry-collector-v0.34.0"
16+
17+
- title: "AWS Distro for OpenTelemetry EKS Add-on v0.82.0-eksbuild.1 is now available"
18+
author: "Paurush Garg"
19+
date: "06-October-2023"
20+
body:
21+
"AWS Distro for OpenTelemetry EKS Add-on v0.82.0-eksbuild.1 is now available."
22+
link: "/docs/ReleaseBlogs/aws-distro-for-opentelemetry-eks-add-on-v0.82.0"
23+
924
- title: "AWS Distro for OpenTelemetry v0.33.3 is now available"
1025
author: "Huy Vo"
1126
date: "12-October-2023"
1227
body:
13-
"AWS Distro for OpenTelemetry v0.33.3 is now available available. You can download the latest AWS Distro for OpenTelemetry Collector image
28+
"AWS Distro for OpenTelemetry v0.33.3 is now available. You can download the latest AWS Distro for OpenTelemetry Collector image
1429
from the Amazon Elastic Container Registry (Amazon ECR) Public Gallery."
1530
link: "/docs/ReleaseBlogs/aws-distro-for-opentelemetry-collector-v0.33.3"
1631

@@ -25,7 +40,7 @@ blogs:
2540
author: "Kausik Amancherla"
2641
date: "10-October-2023"
2742
body:
28-
"AWS Distro for OpenTelemetry v0.33.2 and v0.32.2 are now available available. You can download the latest AWS Distro for OpenTelemetry Collector image
43+
"AWS Distro for OpenTelemetry v0.33.2 and v0.32.2 are now available. You can download the latest AWS Distro for OpenTelemetry Collector image
2944
from the Amazon Elastic Container Registry (Amazon ECR) Public Gallery."
3045
link: "/docs/ReleaseBlogs/aws-distro-for-opentelemetry-collector-v0.33.2-and-v0.32.2"
3146

@@ -40,7 +55,7 @@ blogs:
4055
author: "Pavan Sai Vasireddy"
4156
date: "18-September-2023"
4257
body:
43-
"AWS Distro for OpenTelemetry v0.33.1 and v0.32.1 are now available available. You can download the latest AWS Distro for OpenTelemetry Collector image
58+
"AWS Distro for OpenTelemetry v0.33.1 and v0.32.1 are now available. You can download the latest AWS Distro for OpenTelemetry Collector image
4459
from the Amazon Elastic Container Registry (Amazon ECR) Public Gallery."
4560
link: "/docs/ReleaseBlogs/aws-distro-for-opentelemetry-collector-v0.33.1"
4661

Lines changed: 73 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,73 @@
1+
---
2+
title: 'AWS Distro for OpenTelemetry v0.34.0'
3+
description:
4+
This blog post is the release announcement for ADOT Collector v0.34.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/) Collector v0.34.0 is now available.
12+
You can download the latest [ADOT Collector image](https://gallery.ecr.aws/aws-observability/aws-otel-collector) from the
13+
[Amazon Elastic Container Registry (Amazon ECR)](https://aws.amazon.com/ecr/) Public Gallery.
14+
15+
<SectionSeparator />
16+
17+
**Upstream changelog**
18+
19+
* [OpenTelemetry Collector v0.85.0](https://github.com/open-telemetry/opentelemetry-collector/releases/tag/v0.85.0)
20+
* [OpenTelemetry Collector v0.86.0](https://github.com/open-telemetry/opentelemetry-collector/releases/tag/v0.86.0)
21+
* [OpenTelemetry Collector Contrib v0.85.0](https://github.com/open-telemetry/opentelemetry-collector-contrib/releases/tag/v0.85.0)
22+
* [OpenTelemetry Collector Contrib v0.86.0](https://github.com/open-telemetry/opentelemetry-collector-contrib/releases/tag/v0.86.0)
23+
24+
**New Components**
25+
26+
The following components are now included in the ADOT Collector behind a feature gate.
27+
To enable the functionality behind the feature gate, you can pass the `--feature-gates=+adot.receiver.filelog,+adot.exporter.awscloudwatchlogs,+adot.extension.file_storage` in the command line parameter.
28+
29+
[FileLog Receiver](https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/receiver/filelogreceiver) -
30+
See the [FileLog Receiver](https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/receiver/filelogreceiver#filelog-receiver) documentation for the usage.
31+
32+
[AWS CloudWatch Logs Exporter](https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/exporter/awscloudwatchlogsexporter) -
33+
Please refer to [CloudWatch Logs Exporter](https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/exporter/awscloudwatchlogsexporter#aws-cloudwatch-logs-exporter) documentation for usage
34+
35+
[File Storage Extension](https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/extension/storage/filestorage) -
36+
See the [storage extension](https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/extension/storage/filestorage#file-storage) documentation to see how it can be used in your
37+
configurations.
38+
39+
** Important: ADOT Collector v0.34.0 Breaking Change **
40+
41+
Users of the `statsd` receiver, please refer to GitHub Issue - [Warning: StatsD Receiver → EMF Exporter
42+
Metric Pipeline Breaking Change](https://github.com/aws-observability/aws-otel-collector/issues/2249) for information on an upcoming breaking change.
43+
44+
** Important: ADOT Collector v0.35.0 Breaking Change
45+
46+
Users of the `awscontainerinsightreceiver`, please refer to the [GitHub Issue - Warning: Container Image Default User Change → Important
47+
consideration for AWSContainerInsightReceiver](https://github.com/aws-observability/aws-otel-collector/issues/2317) for more information on an upcoming breaking change.
48+
49+
-
50+
51+
Detailed release notes are available via - [GitHub](https://github.com/aws-observability/aws-otel-collector/releases).
52+
All code changes are upstream in the respective OpenTelemetry project components.
53+
54+
**Download**
55+
56+
Detailed technical documentation is available on the [ADOT developer site](https://aws-otel.github.io/),
57+
and you can [download the distribution](https://aws-otel.github.io/download) from
58+
[GitHub](https://github.com/aws-observability/aws-otel-collector/releases/tag/v0.34.0).
59+
You can also download the latest [ADOT Collector image](https://gallery.ecr.aws/aws-observability/aws-otel-collector)
60+
from the [Amazon Elastic Container Registry (Amazon ECR)](https://aws.amazon.com/ecr/) Public Gallery.
61+
62+
To learn more about how to use AWS Distro for OpenTelemetry (ADOT) to collect data for your observability solution,
63+
check out the hands-on [AWS Observability workshop](https://observability.workshop.aws/en/adot.html).
64+
Please file an [issue](https://github.com/aws-observability/aws-otel-community/issues) if you have any
65+
questions about the distribution, features, or its components.
66+
67+
We also welcome you to participate in the [OpenTelemetry project](https://github.com/open-telemetry).
68+
The project was [approved for incubation](https://www.cncf.io/blog/2021/08/26/opentelemetry-becomes-a-cncf-incubating-project/) status
69+
in August 2021 by the Cloud Native Computing Foundation Technical Oversight Committee (CNCF TOC). Learn more about
70+
[AWS Distro for OpenTelemetry](https://aws.amazon.com/blogs/opensource/category/management-tools/aws-distro-for-opentelemetry/) on the
71+
[AWS Open Source Blog](https://aws.amazon.com/blogs/opensource/category/management-tools/aws-distro-for-opentelemetry/), where we announced
72+
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
73+
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.
Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
---
2+
title: 'AWS Distro for OpenTelemetry EKS add-on v0.82.0'
3+
description:
4+
This blog post is the release announcement for ADOT EKS Add-on v0.82.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.82.0 is now available.
12+
13+
<SectionSeparator />
14+
15+
**Release Highlights**
16+
17+
* ADOT Collector [v0.32.0](https://github.com/aws-observability/aws-otel-collector/releases/tag/v0.32.0)
18+
* ADOT autoinstrumentation java [v1.28.1](https://github.com/aws-observability/aws-otel-java-instrumentation/releases/tag/v1.28.1)
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+
**Getting Started**
24+
25+
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
26+
the [official AWS Docs](https://docs.aws.amazon.com/eks/latest/userguide/opentelemetry.html)
27+
28+
To learn more about how to use AWS Distro for OpenTelemetry (ADOT) to collect data for your observability solution,
29+
check out the hands-on [AWS Observability workshop](https://observability.workshop.aws/en/adot.html).
30+
Please file an [issue](https://github.com/aws-observability/aws-otel-community/issues) if you have any
31+
questions about the distribution, features, or its components.
32+
33+
We also welcome you to participate in the [OpenTelemetry project](https://github.com/open-telemetry).
34+
The project was [approved for incubation](https://www.cncf.io/blog/2021/08/26/opentelemetry-becomes-a-cncf-incubating-project/) status
35+
in August 2021 by the Cloud Native Computing Foundation Technical Oversight Committee (CNCF TOC). Learn more about
36+
[AWS Distro for OpenTelemetry](https://aws.amazon.com/blogs/opensource/category/management-tools/aws-distro-for-opentelemetry/) on the
37+
[AWS Open Source Blog](https://aws.amazon.com/blogs/opensource/category/management-tools/aws-distro-for-opentelemetry/), where we announced
38+
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
39+
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/Downloads/downloads.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
- version: 'AWS Distro for OpenTelemetry Collector Version 0.34.0'
2+
releaseDate: 'October-17-2023'
3+
license: 'Apache-2.0'
4+
releaseNotesLink: 'https://github.com/aws-observability/aws-otel-collector/releases/tag/v0.34.0'
5+
documentationLink: 'https://github.com/aws-observability/aws-otel-collector/blob/v0.34.0/README.md'
6+
downloadLink: 'https://gallery.ecr.aws/aws-observability/aws-otel-collector'
17
- version: 'AWS Distro for OpenTelemetry Collector Version 0.33.3'
28
releaseDate: 'October-12-2023'
39
license: 'Apache-2.0'

0 commit comments

Comments
 (0)