Skip to content

Commit 2796786

Browse files
authored
Merge pull request #651 from vasireddy99/rel34blog
Release Blog for Collector v0.34.0
2 parents c217bfc + 02a055a commit 2796786

File tree

3 files changed

+90
-3
lines changed

3 files changed

+90
-3
lines changed

src/content/BlogPosts/blogPosts.yaml

Lines changed: 11 additions & 3 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. 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"
@@ -17,7 +25,7 @@ blogs:
1725
author: "Huy Vo"
1826
date: "12-October-2023"
1927
body:
20-
"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
2129
from the Amazon Elastic Container Registry (Amazon ECR) Public Gallery."
2230
link: "/docs/ReleaseBlogs/aws-distro-for-opentelemetry-collector-v0.33.3"
2331

@@ -32,7 +40,7 @@ blogs:
3240
author: "Kausik Amancherla"
3341
date: "10-October-2023"
3442
body:
35-
"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
3644
from the Amazon Elastic Container Registry (Amazon ECR) Public Gallery."
3745
link: "/docs/ReleaseBlogs/aws-distro-for-opentelemetry-collector-v0.33.2-and-v0.32.2"
3846

@@ -47,7 +55,7 @@ blogs:
4755
author: "Pavan Sai Vasireddy"
4856
date: "18-September-2023"
4957
body:
50-
"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
5159
from the Amazon Elastic Container Registry (Amazon ECR) Public Gallery."
5260
link: "/docs/ReleaseBlogs/aws-distro-for-opentelemetry-collector-v0.33.1"
5361

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.

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)