Skip to content

Commit 9f8df81

Browse files
Merge branch 'main' into dependabot/npm_and_yarn/webpack-5.76.1
2 parents 181b6b7 + af377c8 commit 9f8df81

15 files changed

+645
-123
lines changed

src/config/sideBarData.js

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ export const sideBarData = [
8686
{label: "ECS", link: "/docs/setup/ecs"},
8787
{label: "ECS Console Setup", link: "/docs/getting-started/ecs-configurations/ecs-console-setup"},
8888
{label: "EC2", link: "/docs/setup/ec2"},
89-
{label: "EKS", link: "/docs/setup/eks"},
89+
{label: "EKS", link: "/docs/getting-started/adot-eks-add-on"},
9090
{label: "On-Premises", link: "/docs/setup/on-premises"},
9191
{label: "Debian", link: "/docs/setup/build-collector-as-debian"},
9292
{label: "RPM", link: "/docs/setup/build-collector-as-rpm"},
@@ -98,18 +98,20 @@ export const sideBarData = [
9898
{
9999
node: {
100100
id: nextId(),
101-
label: "Components",
101+
label: "ADOT Collector Components",
102102
items: [
103+
{label: "CloudWatch EMF Exporter", link: "/docs/getting-started/cloudwatch-metrics#cloudwatch-emf-exporter-awsemf"},
104+
{label: "Confmap Providers", link: "/docs/components/confmap-providers"},
105+
{label: "ECS Container Metrics Receiver", link: "/docs/components/ecs-metrics-receiver"},
106+
{label: "File Exporter", link: "/docs/components/misc-exporters#file-exporter"},
107+
{label: "Jaeger Receiver", link: "/docs/components/jaeger-zipkin-receiver#jaeger-receiver"},
108+
{label: "Kafka Receiver/Expoter", link: "/docs/components/kafka-receiver-exporter"},
109+
{label: "Logging Exporter", link: "/docs/components/misc-exporters#logging-exporter"},
103110
{label: "OTLP Exporters", link: "/docs/components/otlp-exporter"},
104111
{label: "Prometheus Exporters", link: "/docs/components/prometheus-exporters"},
105-
{label: "CloudWatch EMF Exporter", link: "/docs/getting-started/cloudwatch-metrics#cloudwatch-emf-exporter-awsemf"},
112+
{label: "StatsD Receiver", link: "/docs/components/statsd-receiver"},
106113
{label: "X-Ray Exporter", link: "/docs/getting-started/x-ray#configuring-the-aws-x-ray-exporter"},
107-
{label: "Logging Exporter", link: "/docs/components/misc-exporters#logging-exporter"},
108-
{label: "File Exporter", link: "/docs/components/misc-exporters#file-exporter"},
109-
{label: "ECS Container Metrics Receiver", link: "/docs/components/ecs-metrics-receiver"},
110114
{label: "X-Ray Receiver", link: "/docs/components/x-ray-receiver"},
111-
{label: "StatsD Receiver", link: "/docs/components/statsd-receiver"},
112-
{label: "Jaeger Receiver", link: "/docs/components/jaeger-zipkin-receiver#jaeger-receiver"},
113115
{label: "Zipkin Receiver", link: "/docs/components/jaeger-zipkin-receiver#zipkin-receiver"},
114116
],
115117
link: "/docs/null"

src/content/BlogPosts/blogPosts.yaml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,22 @@ description:
66
path: /blog
77

88
blogs:
9+
- title: "AWS Distro for OpenTelemetry v0.28.0 is now available"
10+
author: "Raphael Silva"
11+
date: "07-Apr-2023"
12+
body:
13+
"AWS Distro for OpenTelemetry v0.28.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.28.0"
16+
17+
- title: "AWS Distro for OpenTelemetry v0.27.1 is now available"
18+
author: "Bryan Aguilar"
19+
date: "05-Apr-2023"
20+
body:
21+
"AWS Distro for OpenTelemetry v0.27.1 is now available. You can download the latest AWS Distro for OpenTelemetry Collector image
22+
from the Amazon Elastic Container Registry (Amazon ECR) Public Gallery."
23+
link: "/docs/ReleaseBlogs/aws-distro-for-opentelemetry-collector-v0.27.1"
24+
925
- title: "AWS Distro for OpenTelemetry Lambda Layers are now available with ADOT Collector v0.27.0"
1026
author: "Raphael Silva"
1127
date: "10-Mar-2023"
Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
---
2+
title: "AWS Distro for OpenTelemetry Collector v0.27.1"
3+
description: This blog post is the release announcement for ADOT Collector v0.27.1
4+
---
5+
6+
import SectionSeparator from "components/MdxSectionSeparator/sectionSeparator.jsx";
7+
8+
<SectionSeparator />
9+
10+
[AWS Distro for OpenTelemetry (ADOT)](https://aws-otel.github.io/) Collector v0.27.1 are now available.
11+
You can download the latest [ADOT Collector image](https://gallery.ecr.aws/aws-observability/aws-otel-collector) from the
12+
[Amazon Elastic Container Registry (Amazon ECR)](https://aws.amazon.com/ecr/) Public Gallery.
13+
14+
<SectionSeparator />
15+
16+
# Notice
17+
18+
We are aware of a potential vulnerability in CVE-2023-24534 and CVE-2023-24536. The affected packages were used by the AWS Distribution for OpenTelemetry (ADOT) Collector up to and including v0.27.0.
19+
We have prepared the new patch release of the ADOT Collector, v0.27.1 updating packages affected by this vulnerability. There are no functional changes from the previous patch version. We recommend
20+
that customers update their ADOT Collector to at least v0.27.1 at the earliest opportunity. See https://aws-otel.github.io/docs/getting-started/collector for information on deploying the ADOT Collector.
21+
22+
Reference: [CVE-2023-24534](https://github.com/golang/go/issues/58975) [CVE-2023-24536](https://github.com/golang/go/issues/59153)
23+
24+
**Release Highlights**
25+
26+
- Use Go version 1.19.8 in build toolchain
27+
28+
Detailed release notes are on [GitHub](https://github.com/aws-observability/aws-otel-collector/releases).
29+
30+
**Download**
31+
32+
Detailed technical documentation is available on the [ADOT developer site](https://aws-otel.github.io/),
33+
and you can [download the distribution](https://aws-otel.github.io/download) from
34+
[GitHub](https://github.com/aws-observability/aws-otel-collector/releases/tag/v0.27.1).
35+
You can also download the latest [ADOT Collector image](https://gallery.ecr.aws/aws-observability/aws-otel-collector)
36+
from the [Amazon Elastic Container Registry (Amazon ECR)](https://aws.amazon.com/ecr/) Public Gallery.
37+
38+
To learn more about how to use AWS Distro for OpenTelemetry (ADOT) to collect data for your observability solution,
39+
check out the hands-on [AWS Observability workshop](https://observability.workshop.aws/en/adot.html).
40+
Please file an [issue](https://github.com/aws-observability/aws-otel-community/issues) if you have any
41+
questions about the distribution, features, or its components.
42+
43+
We also welcome you to participate in the [OpenTelemetry project](https://github.com/open-telemetry).
44+
The project was [approved for incubation](https://www.cncf.io/blog/2021/08/26/opentelemetry-becomes-a-cncf-incubating-project/) status
45+
in August 2021 by the Cloud Native Computing Foundation Technical Oversight Committee (CNCF TOC). Learn more about
46+
[AWS Distro for OpenTelemetry](https://aws.amazon.com/blogs/opensource/category/management-tools/aws-distro-for-opentelemetry/) on the
47+
[AWS Open Source Blog](https://aws.amazon.com/blogs/opensource/category/management-tools/aws-distro-for-opentelemetry/), where we announced
48+
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
49+
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: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
---
2+
title: 'AWS Distro for OpenTelemetry v0.28.0'
3+
description:
4+
This blog post is the release announcement for ADOT Collector v0.28.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.28.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+
**Release Highlights**
18+
19+
* OpenTelemetry Collector [v0.73.0](https://github.com/open-telemetry/opentelemetry-collector/releases/tag/v0.73.0)
20+
* OpenTelemetry Collector [v0.74.0](https://github.com/open-telemetry/opentelemetry-collector/releases/tag/v0.74.0)
21+
* Add support to Kafka receiver and Kafka exporter. More details can be found [here](https://aws-otel.github.io/docs/components/kafka-receiver-exporter).
22+
* Add support to new confmap providers: s3, HTTP and HTTPS. More details can be found [here](https://aws-otel.github.io/docs/components/confmap-providers).
23+
24+
25+
Detailed release notes are on [GitHub](https://github.com/aws-observability/aws-otel-collector/releases).
26+
All code changes are upstream in the respective OpenTelemetry project components.
27+
28+
**Download**
29+
30+
Detailed technical documentation is available on the [ADOT developer site](https://aws-otel.github.io/),
31+
and you can [download the distribution](https://aws-otel.github.io/download) from
32+
[GitHub](https://github.com/aws-observability/aws-otel-collector/releases/tag/v0.28.0).
33+
You can also download the latest [ADOT Collector image](https://gallery.ecr.aws/aws-observability/aws-otel-collector)
34+
from the [Amazon Elastic Container Registry (Amazon ECR)](https://aws.amazon.com/ecr/) Public Gallery.
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.

src/content/Downloads/downloads.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
- version: 'AWS Distro for OpenTelemetry Collector Version 0.28.0'
2+
releaseDate: 'April-07-2023'
3+
license: 'Apache-2.0'
4+
releaseNotesLink: 'https://github.com/aws-observability/aws-otel-collector/releases/tag/v0.28.0'
5+
documentationLink: 'https://github.com/aws-observability/aws-otel-collector/blob/v0.28.0/README.md'
6+
downloadLink: 'https://gallery.ecr.aws/aws-observability/aws-otel-collector'
7+
- version: 'AWS Distro for OpenTelemetry Collector Version 0.27.1'
8+
releaseDate: 'April-05-2023'
9+
license: 'Apache-2.0'
10+
releaseNotesLink: 'https://github.com/aws-observability/aws-otel-collector/releases/tag/v0.27.1'
11+
documentationLink: 'https://github.com/aws-observability/aws-otel-collector/blob/v0.27.1/README.md'
12+
downloadLink: 'https://gallery.ecr.aws/aws-observability/aws-otel-collector'
13+
114
- version: 'AWS Distro for OpenTelemetry Collector Version 0.26.2'
215
releaseDate: 'March-04-2023'
316
license: 'Apache-2.0'

0 commit comments

Comments
 (0)