Skip to content

Commit 42244e3

Browse files
Merge branch 'main' into dependabot/npm_and_yarn/sideway/formula-3.0.1
2 parents 2257760 + af377c8 commit 42244e3

37 files changed

+1077
-167
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: 70 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,79 @@ 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+
25+
- title: "AWS Distro for OpenTelemetry Lambda Layers are now available with ADOT Collector v0.27.0"
26+
author: "Raphael Silva"
27+
date: "10-Mar-2023"
28+
body:
29+
"ADOT Lambda Layers now distribute ADOT Collector v0.27.0 with new layers supporting AMD64 and ARM64 Lambda functions"
30+
link: "/docs/ReleaseBlogs/aws-distro-for-opentelemetry-lambda-layer-v0.27.0"
31+
32+
- title: "AWS Distro for OpenTelemetry v0.26.2 is now available"
33+
author: "Paurush Garg"
34+
date: "04-Mar-2023"
35+
body:
36+
"AWS Distro for OpenTelemetry v0.26.2 is now available. You can download the latest AWS Distro for OpenTelemetry Collector image
37+
from the Amazon Elastic Container Registry (Amazon ECR) Public Gallery."
38+
link: "/docs/ReleaseBlogs/aws-distro-for-opentelemetry-collector-v0.26.2"
39+
40+
- title: "AWS Distro for OpenTelemetry v0.27.0 is now available"
41+
author: "Huy Vo"
42+
date: "03-Mar-2023"
43+
body:
44+
"AWS Distro for OpenTelemetry v0.27.0 is now available. You can download the latest AWS Distro for OpenTelemetry Collector image
45+
from the Amazon Elastic Container Registry (Amazon ECR) Public Gallery."
46+
link: "/docs/ReleaseBlogs/aws-distro-for-opentelemetry-collector-v0.27.0"
47+
48+
- title: "AWS Distro for OpenTelemetry Lambda announces removal of prometheusexporter from March 2023 release"
49+
author: "Kausik Amancherla"
50+
date: "01-March-2023"
51+
body:
52+
"This blog post announces the removal of prometheusexporter in AWS Distro for OpenTelemetry Lambda."
53+
link: "/docs/adot-lambda-remove-prometheusexporter"
54+
55+
- title: "AWS Distro for OpenTelemetry Lambda Layers are now available with ADOT Collector v0.26.0"
56+
author: "Kausik Amancherla"
57+
date: "22-Feb-2023"
58+
body:
59+
"ADOT Lambda Layers now distribute ADOT Collector v0.26.0 with new layers supporting AMD64 and ARM64 Lambda functions"
60+
link: "/docs/ReleaseBlogs/aws-distro-for-opentelemetry-lambda-layer-v0.26.0"
61+
62+
- title: "AWS Distro for OpenTelemetry unifies ingestion with OpenTelemetry Protocol Exporter"
63+
author: "Michael Hausenblas"
64+
date: "17-Feb-2023"
65+
body:
66+
"Why and how we plan to migrate all partner integrations in the ADOT collector to OTLP."
67+
link: "/docs/move-to-otlp"
68+
69+
- title: "AWS Distro for OpenTelemetry Collector v0.26.1 and v0.25.1 are now available"
70+
author: "Pavan Sai Vasireddy"
71+
date: "16-Feb-2023"
72+
body:
73+
"AWS Distro for OpenTelemetry Collector v0.26.1 and v0.25.1 are now available. You can download the latest AWS Distro for OpenTelemetry Collector image
74+
from the Amazon Elastic Container Registry (Amazon ECR) Public Gallery."
75+
link: "/docs/ReleaseBlogs/aws-distro-for-opentelemetry-collector-v0.25.1-and-v0.26.1"
76+
977
- title: "AWS Distro for OpenTelemetry v0.26.0 is now available"
1078
author: "Bryan Aguilar"
1179
date: "02-Feb-2023"
1280
body:
13-
"AWS Distro for OpenTelemetry v0.25.0 is now available. You can download the latest AWS Distro for OpenTelemetry Collector image
81+
"AWS Distro for OpenTelemetry v0.26.0 is now available. You can download the latest AWS Distro for OpenTelemetry Collector image
1482
from the Amazon Elastic Container Registry (Amazon ECR) Public Gallery."
1583
link: "/docs/ReleaseBlogs/aws-distro-for-opentelemetry-collector-v0.26.0"
1684

@@ -35,6 +103,7 @@ blogs:
35103
body:
36104
"ADOT Lambda Layers now distribute ADOT Collector v0.24.0 with new layers supporting AMD64 and ARM64 Lambda functions"
37105
link: "/docs/ReleaseBlogs/aws-distro-for-opentelemetry-lambda-layer-v0.24.0"
106+
38107
- title: "ADOT for EKS add-ons announces advanced configuration for Collector deployment"
39108
author: "Eric Hsueh"
40109
date: "12-December-2022"
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.26.1 and v0.25.1"
3+
description: This blog post is the release announcement for ADOT Collector v0.26.1 and v0.25.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.26.1 and v0.25.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 issue in the Go standard library prior to version 1.19.6, used by the AWS Distribution for OpenTelemetry (ADOT) Collector up to and including v0.25.0 and also v0.26.0.
19+
We have prepared two new releases of the ADOT Collector, v0.26.1 and v0.25.1 using Go 1.19.6. There are no functional changes from the previous patch versions. We recommend that customers update their
20+
ADOT Collector to at least v0.26.1 or v0.25.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: https://groups.google.com/g/golang-announce/c/V0aBFqaFs_E/m/CnYKgKwBBQAJ
23+
24+
**Release Highlights**
25+
26+
- Recompile with Go 1.19.6 to mitigate CVE-2022-41722, CVE-2022-41723 and CVE-2022-41724
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.26.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 Collector v0.26.2"
3+
description: This blog post is the release announcement for ADOT Collector v0.26.2
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.26.2 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 GO-2023-1571. The affected packages were used by the AWS Distribution for OpenTelemetry (ADOT) Collector up to and including v0.26.1. We have prepared the new patch release of the ADOT Collector, v0.26.2 updating packages affected by this vulnerability. There are no functional changes from the previous patch version. We recommend that customers update their ADOT Collector to at least v0.26.2 at the earliest opportunity. See https://aws-otel.github.io/docs/getting-started/collector for information on deploying the ADOT Collector.
19+
20+
Reference: https://pkg.go.dev/vuln/GO-2023-1571
21+
22+
**Release Highlights**
23+
24+
- Updated golang.org/x/net to v0.7.0 to mitigate vulnerability found in report: GO-2023-1571
25+
26+
Detailed release notes are on [GitHub](https://github.com/aws-observability/aws-otel-collector/releases).
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.26.2).
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.
Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
---
2+
title: 'AWS Distro for OpenTelemetry v0.27.0'
3+
description:
4+
This blog post is the release announcement for ADOT Collector v0.27.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.27.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.71.0](https://github.com/open-telemetry/opentelemetry-collector/releases/tag/v0.71.0)
20+
* OpenTelemetry Collector [v0.72.0](https://github.com/open-telemetry/opentelemetry-collector/releases/tag/v0.72.0)
21+
22+
23+
Detailed release notes are on [GitHub](https://github.com/aws-observability/aws-otel-collector/releases).
24+
All code changes are upstream in the respective OpenTelemetry project components.
25+
26+
**Download**
27+
28+
Detailed technical documentation is available on the [ADOT developer site](https://aws-otel.github.io/),
29+
and you can [download the distribution](https://aws-otel.github.io/download) from
30+
[GitHub](https://github.com/aws-observability/aws-otel-collector/releases/tag/v0.27.0).
31+
You can also download the latest [ADOT Collector image](https://gallery.ecr.aws/aws-observability/aws-otel-collector)
32+
from the [Amazon Elastic Container Registry (Amazon ECR)](https://aws.amazon.com/ecr/) Public Gallery.
33+
34+
To learn more about how to use AWS Distro for OpenTelemetry (ADOT) to collect data for your observability solution,
35+
check out the hands-on [AWS Observability workshop](https://observability.workshop.aws/en/adot.html).
36+
Please file an [issue](https://github.com/aws-observability/aws-otel-community/issues) if you have any
37+
questions about the distribution, features, or its components.
38+
39+
We also welcome you to participate in the [OpenTelemetry project](https://github.com/open-telemetry).
40+
The project was [approved for incubation](https://www.cncf.io/blog/2021/08/26/opentelemetry-becomes-a-cncf-incubating-project/) status
41+
in August 2021 by the Cloud Native Computing Foundation Technical Oversight Committee (CNCF TOC). Learn more about
42+
[AWS Distro for OpenTelemetry](https://aws.amazon.com/blogs/opensource/category/management-tools/aws-distro-for-opentelemetry/) on the
43+
[AWS Open Source Blog](https://aws.amazon.com/blogs/opensource/category/management-tools/aws-distro-for-opentelemetry/), where we announced
44+
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
45+
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.

0 commit comments

Comments
 (0)