Skip to content

Commit e2dd9a4

Browse files
authored
Merge branch 'main' into eksa/v0.88.0-eksbuild.2
2 parents ee6286f + 822f903 commit e2dd9a4

File tree

5 files changed

+154
-4
lines changed

5 files changed

+154
-4
lines changed

src/content/BlogPosts/blogPosts.yaml

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,27 @@ path: /blog
88
blogs:
99
- title: "AWS Distro for OpenTelemetry EKS Add-on v0.88.0-eksbuild.2 is now available"
1010
author: "Bryan Aguilar"
11-
date: "06-December-2023"
11+
date: "08-December-2023"
1212
body:
1313
"AWS Distro for OpenTelemetry EKS Add-on v0.88.0-eksbuild.2 is now available."
1414
link: "/docs/ReleaseBlogs/aws-distro-for-opentelemetry-eks-add-on-v0.88.0-eksbuild-2"
1515

16+
- title: "AWS Distro for OpenTelemetry v0.36.0 is now available"
17+
author: "Pavan Sai Vasireddy"
18+
date: "08-December-2023"
19+
body:
20+
"AWS Distro for OpenTelemetry v0.36.0 is now available. You can download the latest AWS Distro for OpenTelemetry Collector image
21+
from the Amazon Elastic Container Registry (Amazon ECR) Public Gallery."
22+
link: "/docs/ReleaseBlogs/aws-distro-for-opentelemetry-collector-v0.36.0"
23+
24+
- title: "AWS Distro for OpenTelemetry v0.35.1 is now available"
25+
author: "Pavan Sai Vasireddy"
26+
date: "06-December-2023"
27+
body:
28+
"AWS Distro for OpenTelemetry v0.35.1 is now available. You can download the latest AWS Distro for OpenTelemetry Collector image
29+
from the Amazon Elastic Container Registry (Amazon ECR) Public Gallery."
30+
link: "/docs/ReleaseBlogs/aws-distro-for-opentelemetry-collector-v0.35.1"
31+
1632
- title: "Migration guide for the ADOT collector v0.35.0 - Prometheus exporters"
1733
author: "Raphael Silva"
1834
date: "30-November-2023"
Lines changed: 71 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,71 @@
1+
---
2+
title: 'AWS Distro for OpenTelemetry v0.35.1'
3+
description:
4+
This blog post is the release announcement for ADOT Collector v0.35.1
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.35.1 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+
**Notice**
18+
19+
We are aware of a potential issue in the `net/http` package (CVE-2023-39326), used by the AWS Distribution for Open Telemetry (ADOT) Collector up to and including v0.35.0.
20+
We have a new release of the ADOT Collector, v0.35.1 updating packages affected by this vulnerability. We recommend that users update their ADOT Collector
21+
to at least v0.35.1 at the earliest opportunity. See https://aws-otel.github.io/docs/getting-started/collector for information on deploying the ADOT Collector.
22+
23+
**Upstream changelog**
24+
25+
* [OpenTelemetry Collector v0.87.0](https://github.com/open-telemetry/opentelemetry-collector/releases/tag/v0.87.0)
26+
* [OpenTelemetry Collector v0.88.0](https://github.com/open-telemetry/opentelemetry-collector/releases/tag/v0.88.0)
27+
* [OpenTelemetry Collector Contrib v0.87.0](https://github.com/open-telemetry/opentelemetry-collector-contrib/releases/tag/v0.87.0)
28+
* [OpenTelemetry Collector Contrib v0.88.0](https://github.com/open-telemetry/opentelemetry-collector-contrib/releases/tag/v0.88.0)
29+
30+
**New Components**
31+
32+
The following feature gates are now enabled by default. The filelog receiver, filestorage extension, and AWS CloudwatchLogs exporter
33+
can be used with no command line changes. The feature gate can still be used to disable the usage of these components in an ADOT
34+
Collector configuration.
35+
36+
`adot.receiver.filelog`
37+
`adot.exporter.awscloudwatchlogs
38+
`adot.extension.file_storage`
39+
40+
** Important: ADOT Collector v0.35.1 Breaking Changes **
41+
42+
* Users of the `statsd` receiver, please refer to GitHub Issue - [Warning: StatsD Receiver → EMF Exporter
43+
Metric Pipeline Breaking Change](https://github.com/aws-observability/aws-otel-collector/issues/2249) for information on a breaking change.
44+
* Users of the `awscontainerinsightreceiver`, please refer to the [GitHub Issue - Warning: Container Image Default User Change → Important
45+
consideration for AWSContainerInsightReceiver](https://github.com/aws-observability/aws-otel-collector/issues/2317) for more information on a breaking change.
46+
* Users of the `prometheusremotewrite` and `prometheus` exporters, please refer to our [migration guide](/docs/migrating-to-collector-v0.35.0) and
47+
[GitHub Issue - Warning: ADOT Collector v0.35.0 breaking changes - Normalization of metrics in prometheus exporters](https://github.com/aws-observability/aws-otel-collector/issues/2367)
48+
49+
Detailed release notes are available via - [GitHub](https://github.com/aws-observability/aws-otel-collector/releases).
50+
All code changes are upstream in the respective OpenTelemetry project components.
51+
52+
**Download**
53+
54+
Detailed technical documentation is available on the [ADOT developer site](https://aws-otel.github.io/),
55+
and you can [download the distribution](https://aws-otel.github.io/download) from
56+
[GitHub](https://github.com/aws-observability/aws-otel-collector/releases/tag/v0.35.1).
57+
You can also download the latest [ADOT Collector image](https://gallery.ecr.aws/aws-observability/aws-otel-collector)
58+
from the [Amazon Elastic Container Registry (Amazon ECR)](https://aws.amazon.com/ecr/) Public Gallery.
59+
60+
To learn more about how to use AWS Distro for OpenTelemetry (ADOT) to collect data for your observability solution,
61+
check out the hands-on [AWS Observability workshop](https://observability.workshop.aws/en/adot.html).
62+
Please file an [issue](https://github.com/aws-observability/aws-otel-community/issues) if you have any
63+
questions about the distribution, features, or its components.
64+
65+
We also welcome you to participate in the [OpenTelemetry project](https://github.com/open-telemetry).
66+
The project was [approved for incubation](https://www.cncf.io/blog/2021/08/26/opentelemetry-becomes-a-cncf-incubating-project/) status
67+
in August 2021 by the Cloud Native Computing Foundation Technical Oversight Committee (CNCF TOC). Learn more about
68+
[AWS Distro for OpenTelemetry](https://aws.amazon.com/blogs/opensource/category/management-tools/aws-distro-for-opentelemetry/) on the
69+
[AWS Open Source Blog](https://aws.amazon.com/blogs/opensource/category/management-tools/aws-distro-for-opentelemetry/), where we announced
70+
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
71+
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: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
---
2+
title: 'AWS Distro for OpenTelemetry v0.36.0'
3+
description:
4+
This blog post is the release announcement for ADOT Collector v0.36.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.36.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.89.0](https://github.com/open-telemetry/opentelemetry-collector/releases/tag/v0.89.0)
20+
* [OpenTelemetry Collector v0.90.0](https://github.com/open-telemetry/opentelemetry-collector/releases/tag/v0.90.0)
21+
* [OpenTelemetry Collector Contrib v0.89.0](https://github.com/open-telemetry/opentelemetry-collector-contrib/releases/tag/v0.89.0)
22+
* [OpenTelemetry Collector Contrib v0.90.0](https://github.com/open-telemetry/opentelemetry-collector-contrib/releases/tag/v0.90.0)
23+
24+
**New Components**
25+
26+
The following components filelog receiver, filestorage extension, and AWS CloudwatchLogs exporter are enabled by default and
27+
can be used with no command line changes.
28+
29+
Detailed release notes are available via - [GitHub](https://github.com/aws-observability/aws-otel-collector/releases).
30+
All code changes are upstream in the respective OpenTelemetry project components.
31+
32+
**Download**
33+
34+
Detailed technical documentation is available on the [ADOT developer site](https://aws-otel.github.io/),
35+
and you can [download the distribution](https://aws-otel.github.io/download) from
36+
[GitHub](https://github.com/aws-observability/aws-otel-collector/releases/tag/v0.35.0).
37+
You can also download the latest [ADOT Collector image](https://gallery.ecr.aws/aws-observability/aws-otel-collector)
38+
from the [Amazon Elastic Container Registry (Amazon ECR)](https://aws.amazon.com/ecr/) Public Gallery.
39+
40+
To learn more about how to use AWS Distro for OpenTelemetry (ADOT) to collect data for your observability solution,
41+
check out the hands-on [AWS Observability workshop](https://observability.workshop.aws/en/adot.html).
42+
Please file an [issue](https://github.com/aws-observability/aws-otel-community/issues) if you have any
43+
questions about the distribution, features, or its components.
44+
45+
We also welcome you to participate in the [OpenTelemetry project](https://github.com/open-telemetry).
46+
The project was [approved for incubation](https://www.cncf.io/blog/2021/08/26/opentelemetry-becomes-a-cncf-incubating-project/) status
47+
in August 2021 by the Cloud Native Computing Foundation Technical Oversight Committee (CNCF TOC). Learn more about
48+
[AWS Distro for OpenTelemetry](https://aws.amazon.com/blogs/opensource/category/management-tools/aws-distro-for-opentelemetry/) on the
49+
[AWS Open Source Blog](https://aws.amazon.com/blogs/opensource/category/management-tools/aws-distro-for-opentelemetry/), where we announced
50+
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
51+
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: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
- version: 'AWS Distro for OpenTelemetry Collector Version 0.36.0'
2+
releaseDate: 'December-08-2023'
3+
license: 'Apache-2.0'
4+
releaseNotesLink: 'https://github.com/aws-observability/aws-otel-collector/releases/tag/v0.36.0'
5+
documentationLink: 'https://github.com/aws-observability/aws-otel-collector/blob/v0.36.0/README.md'
6+
downloadLink: 'https://gallery.ecr.aws/aws-observability/aws-otel-collector'
7+
- version: 'AWS Distro for OpenTelemetry Collector Version 0.35.1'
8+
releaseDate: 'December-06-2023'
9+
license: 'Apache-2.0'
10+
releaseNotesLink: 'https://github.com/aws-observability/aws-otel-collector/releases/tag/v0.35.1'
11+
documentationLink: 'https://github.com/aws-observability/aws-otel-collector/blob/v0.35.1/README.md'
12+
downloadLink: 'https://gallery.ecr.aws/aws-observability/aws-otel-collector'
113
- version: 'AWS Distro for OpenTelemetry Collector Version 0.35.0'
214
releaseDate: 'November-02-2023'
315
license: 'Apache-2.0'

src/docs/getting-started/adot-eks-add-on/update-and-cleanup.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description:
55
path: '/docs/getting-started/adot-eks-add-on/update-and-cleanup'
66
---
77

8-
## Update the AWS Distro for OpenTelemetry \(ADOT\) Operator<a name="adot-update"></a>
8+
## Update the AWS Distro for OpenTelemetry \(ADOT\) Operator
99

1010
Amazon EKS does not automatically update ADOT on your cluster\. You must initiate the update and then Amazon EKS updates the Amazon EKS add\-on for you\.
1111

@@ -46,7 +46,7 @@ be added to deploy an ADOT Collector during add\-on installation\. You may also
4646
The *PRESERVE* option preserves any custom settings that you've set for the add\-on\. For more information about other options for this setting, see [update\-addon](https://docs.aws.amazon.com/cli/latest/reference/eks/update-addon.html) in the
4747
Amazon EKS Command Line Reference\. For more information about Amazon EKS add\-on configuration management, see [Kubernetes field management](https://docs.aws.amazon.com/eks/latest/userguide/kubernetes-field-management.html)\.
4848

49-
## Remove the AWS Distro for OpenTelemetry \(ADOT\) Operator<a name="adot-remove"></a>
49+
## Remove the AWS Distro for OpenTelemetry \(ADOT\) Operator
5050
+ You must delete the ADOT Collector resource separately from the ADOT Collector\. In this command, specify the YAML file that you used to deploy the ADOT Collector:
5151

5252
```
@@ -85,6 +85,6 @@ The troubleshooting guide can be found [here](/docs/getting-started/adot-eks-add
8585

8686
### [Add-on Advanced Configuration](/docs/getting-started/adot-eks-add-on/add-on-configuration)
8787

88-
### [Collector Configuration Introduction](/docs/getting-started/adot-eks-add-on/config-intro)
88+
### [Collector Configuration Introduction](/docs/getting-started/adot-eks-add-on/config-collector-intro)
8989

9090
## [Next Topic: Return to the Beginning of the Guide](/docs/getting-started/adot-eks-add-on)

0 commit comments

Comments
 (0)