Skip to content

Commit 1537bf4

Browse files
committed
Release Blog for Collector v0.34.0
1 parent c217bfc commit 1537bf4

File tree

3 files changed

+86
-0
lines changed

3 files changed

+86
-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 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 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+
917
- title: "AWS Distro for OpenTelemetry EKS Add-on v0.82.0-eksbuild.1 is now available"
1018
author: "Paurush Garg"
1119
date: "06-October-2023"
Lines changed: 72 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,72 @@
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 the feature gate. `--feature-gates=+adot.receiver.filelog,+adot.exporter.awscloudwatchlogs,+adot.extension.file_storage`
27+
28+
[FileLog Receiver](https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/receiver/filelogreceiver) -
29+
See the [FileLog Receiver](https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/receiver/filelogreceiver#filelog-receiver)documentation page to for the usage.
30+
31+
[AWS CloudWatch Logs Exporter](https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/exporter/awscloudwatchlogsexporter) -
32+
Please refer to [CloudWatch Logs Exporter](https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/exporter/awscloudwatchlogsexporter#aws-cloudwatch-logs-exporter) documentation page for usage
33+
34+
[File Storage Extension](https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/extension/storage/filestorage) -
35+
See the [storage extension](https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/extension/storage/filestorage#file-storage) documentation page to see how it can be used in your
36+
configurations.
37+
38+
** Important: ADOT Collector v0.34.0 Breaking Change **
39+
40+
Users of the statsd receiver, please refer to GitHub Issue - [Warning: StatsD Receiver → EMF Exporter
41+
Metric Pipeline Breaking Change](https://github.com/aws-observability/aws-otel-collector/issues/2249) for information on an upcoming breaking change.
42+
43+
** Important: ADOT Collector v0.35.0 Breaking Change
44+
45+
Users of the awscontainerinsightreceiver, please refer to the [GitHub Issue - Warning: Container Image Default User Change → Important
46+
consideration for AWSContainerInsightReceiver](https://github.com/aws-observability/aws-otel-collector/issues/2317) for more information on an upcoming breaking change.
47+
48+
-
49+
50+
Detailed release notes are on [GitHub](https://github.com/aws-observability/aws-otel-collector/releases).
51+
All code changes are upstream in the respective OpenTelemetry project components.
52+
53+
**Download**
54+
55+
Detailed technical documentation is available on the [ADOT developer site](https://aws-otel.github.io/),
56+
and you can [download the distribution](https://aws-otel.github.io/download) from
57+
[GitHub](https://github.com/aws-observability/aws-otel-collector/releases/tag/v0.34.0).
58+
You can also download the latest [ADOT Collector image](https://gallery.ecr.aws/aws-observability/aws-otel-collector)
59+
from the [Amazon Elastic Container Registry (Amazon ECR)](https://aws.amazon.com/ecr/) Public Gallery.
60+
61+
To learn more about how to use AWS Distro for OpenTelemetry (ADOT) to collect data for your observability solution,
62+
check out the hands-on [AWS Observability workshop](https://observability.workshop.aws/en/adot.html).
63+
Please file an [issue](https://github.com/aws-observability/aws-otel-community/issues) if you have any
64+
questions about the distribution, features, or its components.
65+
66+
We also welcome you to participate in the [OpenTelemetry project](https://github.com/open-telemetry).
67+
The project was [approved for incubation](https://www.cncf.io/blog/2021/08/26/opentelemetry-becomes-a-cncf-incubating-project/) status
68+
in August 2021 by the Cloud Native Computing Foundation Technical Oversight Committee (CNCF TOC). Learn more about
69+
[AWS Distro for OpenTelemetry](https://aws.amazon.com/blogs/opensource/category/management-tools/aws-distro-for-opentelemetry/) on the
70+
[AWS Open Source Blog](https://aws.amazon.com/blogs/opensource/category/management-tools/aws-distro-for-opentelemetry/), where we announced
71+
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
72+
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-16-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)