Skip to content

Commit 3462cef

Browse files
authored
Merge branch 'main' into updatedoc
2 parents eedc464 + 9436089 commit 3462cef

26 files changed

+694
-278
lines changed

src/config/sideBarData.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,6 @@ export const sideBarData = [
124124
{label: "AppDynamics", link: "/docs/components/otlp-exporter#appdynamics"},
125125
{label: "Datadog", link: "/docs/partners/datadog"},
126126
{label: "Dynatrace", link: "/docs/partners/dynatrace"},
127-
{label: "Grafana Labs", link: "/docs/components/otlp-exporter#grafana-labs"},
128127
{label: "Honeycomb", link: "/docs/components/otlp-exporter#honeycomb"},
129128
{label: "Lightstep", link: "/docs/components/otlp-exporter#lightstep"},
130129
{label: "Logz.io", link: "/docs/partners/logzio"},

src/content/BlogPosts/blogPosts.yaml

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

88
blogs:
9+
- title: "AWS Distro for OpenTelemetry Lambda Layers are now available with ADOT Collector v0.24.0"
10+
author: "Anthony Mirabella"
11+
date: "22-DEC-2022"
12+
body:
13+
"ADOT Lambda Layers now distribute ADOT Collector v0.24.0 with new layers supporting AMD64 and ARM64 Lambda functions"
14+
link: "/docs/ReleaseBlogs/aws-distro-for-opentelemetry-lambda-layer-v0.24.0"
15+
- title: "ADOT for EKS add-ons announces advanced configuration for Collector deployment"
16+
author: "Eric Hsueh"
17+
date: "12-December-2022"
18+
body:
19+
"This blog post announces the addition of Collector deployment to ADOT for EKS add-ons using add-ons advanced configuration."
20+
link: "/docs/adot-eks-add-on-collector-deployment"
21+
22+
- title: "AWS Distro for OpenTelemetry v0.23.1 is now available"
23+
author: "Huy Vo"
24+
date: "09-December-2022"
25+
body:
26+
"AWS Distro for OpenTelemetry v0.23.1 is now available. You can download the latest AWS Distro for OpenTelemetry Collector image
27+
from the Amazon Elastic Container Registry (Amazon ECR) Public Gallery."
28+
link: "/docs/ReleaseBlogs/aws-distro-for-opentelemetry-collector-v0.23.1"
29+
30+
- title: "AWS Distro for OpenTelemetry v0.24.1 is now available"
31+
author: "Bryan Aguilar"
32+
date: "08-December-2022"
33+
body:
34+
"AWS Distro for OpenTelemetry v0.24.1 is now available. You can download the latest AWS Distro for OpenTelemetry Collector image
35+
from the Amazon Elastic Container Registry (Amazon ECR) Public Gallery."
36+
link: "/docs/ReleaseBlogs/aws-distro-for-opentelemetry-collector-v0.24.1"
37+
38+
- title: "AWS Distro for OpenTelemetry v0.24.0 is now available"
39+
author: "Bryan Aguilar"
40+
date: "01-December-2022"
41+
body:
42+
"AWS Distro for OpenTelemetry v0.24.0 is now available. You can download the latest AWS Distro for OpenTelemetry Collector image
43+
from the Amazon Elastic Container Registry (Amazon ECR) Public Gallery."
44+
link: "/docs/ReleaseBlogs/aws-distro-for-opentelemetry-collector-v0.24.0"
45+
946
- title: "AWS Distro for OpenTelemetry v0.22.1 is now available"
1047
author: "Pavan Sai Vasireddy"
1148
date: "09-November-2022"
Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
---
2+
title: "AWS Distro for OpenTelemetry v0.23.1"
3+
description: This blog post is the release announcement for ADOT v0.23.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/) v0.23.1 is 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.18.9 (CVE-2022-41717), used by the AWS Distribution for OpenTelemetry (ADOT) Collector up to and including v0.23.0 and also v0.24.0.
19+
We have prepared two new releases of the ADOT Collector, v0.24.1 and v0.23.1 using Go 1.18.9. There are no functional changes from the previous patch versions. We recommend that customers update their
20+
ADOT Collector to at least v0.23.1 or v0.24.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://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-41717
23+
24+
**Release Highlights**
25+
26+
- Recompile with Go 1.18.9 to mitigate CVE-2022-41717.
27+
28+
Detailed release notes are on [GitHub](https://github.com/aws-observability/aws-otel-collector/releases).
29+
All code changes are upstream in the respective OpenTelemetry project components.
30+
31+
**Download**
32+
33+
Detailed technical documentation is available on the [ADOT developer site](https://aws-otel.github.io/),
34+
and you can [download the distribution](https://aws-otel.github.io/download) from
35+
[GitHub](https://github.com/aws-observability/aws-otel-collector/releases/tag/v0.23.1).
36+
You can also download the latest [ADOT Collector image](https://gallery.ecr.aws/aws-observability/aws-otel-collector)
37+
from the [Amazon Elastic Container Registry (Amazon ECR)](https://aws.amazon.com/ecr/) Public Gallery.
38+
39+
To learn more about how to use AWS Distro for OpenTelemetry (ADOT) to collect data for your observability solution,
40+
check out the hands-on [AWS Observability workshop](https://observability.workshop.aws/en/adot.html).
41+
Please file an [issue](https://github.com/aws-observability/aws-otel-community/issues) if you have any
42+
questions about the distribution, features, or its components.
43+
44+
We also welcome you to participate in the [OpenTelemetry project](https://github.com/open-telemetry).
45+
The project was [approved for incubation](https://www.cncf.io/blog/2021/08/26/opentelemetry-becomes-a-cncf-incubating-project/) status
46+
in August 2021 by the Cloud Native Computing Foundation Technical Oversight Committee (CNCF TOC). Learn more about
47+
[AWS Distro for OpenTelemetry](https://aws.amazon.com/blogs/opensource/category/management-tools/aws-distro-for-opentelemetry/) on the
48+
[AWS Open Source Blog](https://aws.amazon.com/blogs/opensource/category/management-tools/aws-distro-for-opentelemetry/), where we announced
49+
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
50+
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: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
---
2+
title: "AWS Distro for OpenTelemetry v0.24.0"
3+
description: This blog post is the release announcement for ADOT v0.24.0
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/) v0.24.0 is 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+
**Release Highlights**
17+
18+
- [OpenTelemetry Collector v0.66.0](https://github.com/open-telemetry/opentelemetry-collector/releases/tag/v0.66.0) - [OpenTelemetry Collector Contrib v0.66.0](https://github.com/open-telemetry/opentelemetry-collector-contrib/releases/tag/v0.66.0) Due to release issues
19+
in the upstream repositories `v0.66.0` and `v0.65.0` are functionally the same.
20+
- [OpenTelemetry Collector v0.65.0](https://github.com/open-telemetry/opentelemetry-collector/releases/tag/v0.65.0) - [OpenTelemetry Collector Contrib v0.65.0](https://github.com/open-telemetry/opentelemetry-collector-contrib/releases/tag/v0.65.0)
21+
- [OpenTelemetry Collector v0.64.1](https://github.com/open-telemetry/opentelemetry-collector/releases/tag/v0.64.1)
22+
- [OpenTelemetry Collector v0.64.0](https://github.com/open-telemetry/opentelemetry-collector/releases/tag/v0.64.0) - [OpenTelemetry Collector Contrib v0.64.0](https://github.com/open-telemetry/opentelemetry-collector-contrib/releases/tag/v0.64.0)
23+
- [OpenTelemetry Collector v0.63.1](https://github.com/open-telemetry/opentelemetry-collector/releases/tag/v0.63.1)
24+
- [OpenTelemetry Collector v0.63.0](https://github.com/open-telemetry/opentelemetry-collector/releases/tag/v0.63.0) - [OpenTelemetry Collector Contrib v0.63.0](https://github.com/open-telemetry/opentelemetry-collector-contrib/releases/tag/v0.63.0)
25+
26+
Detailed release notes are on [GitHub](https://github.com/aws-observability/aws-otel-collector/releases).
27+
All code changes are upstream in the respective OpenTelemetry project components.
28+
29+
**Download**
30+
31+
Detailed technical documentation is available on the [ADOT developer site](https://aws-otel.github.io/),
32+
and you can [download the distribution](https://aws-otel.github.io/download) from
33+
[GitHub](https://github.com/aws-observability/aws-otel-collector/releases/tag/v0.24.0).
34+
You can also download the latest [ADOT Collector image](https://gallery.ecr.aws/aws-observability/aws-otel-collector)
35+
from the [Amazon Elastic Container Registry (Amazon ECR)](https://aws.amazon.com/ecr/) Public Gallery.
36+
37+
To learn more about how to use AWS Distro for OpenTelemetry (ADOT) to collect data for your observability solution,
38+
check out the hands-on [AWS Observability workshop](https://observability.workshop.aws/en/adot.html).
39+
Please file an [issue](https://github.com/aws-observability/aws-otel-community/issues) if you have any
40+
questions about the distribution, features, or its components.
41+
42+
We also welcome you to participate in the [OpenTelemetry project](https://github.com/open-telemetry).
43+
The project was [approved for incubation](https://www.cncf.io/blog/2021/08/26/opentelemetry-becomes-a-cncf-incubating-project/) status
44+
in August 2021 by the Cloud Native Computing Foundation Technical Oversight Committee (CNCF TOC). Learn more about
45+
[AWS Distro for OpenTelemetry](https://aws.amazon.com/blogs/opensource/category/management-tools/aws-distro-for-opentelemetry/) on the
46+
[AWS Open Source Blog](https://aws.amazon.com/blogs/opensource/category/management-tools/aws-distro-for-opentelemetry/), where we announced
47+
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
48+
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: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
---
2+
title: "AWS Distro for OpenTelemetry v0.24.1"
3+
description: This blog post is the release announcement for ADOT v0.24.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/) v0.24.1 is 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.18.9 (CVE-2022-41717), used by the AWS Distribution for OpenTelemetry (ADOT) Collector up to and including v0.23.0 and also v0.24.0.
19+
We have prepared two new releases of the ADOT Collector, v0.24.1 and v0.23.1 using Go 1.18.9. There are no functional changes from the previous patch versions. We recommend that customers update their
20+
ADOT Collector to at least v0.23.1 or v0.24.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://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-41717
23+
24+
**Release Highlights**
25+
26+
- Recompile with Go 1.18.9 to mitigate CVE-2022-41717.
27+
28+
Detailed release notes are on [GitHub](https://github.com/aws-observability/aws-otel-collector/releases).
29+
All code changes are upstream in the respective OpenTelemetry project components.
30+
31+
**Download**
32+
33+
Detailed technical documentation is available on the [ADOT developer site](https://aws-otel.github.io/),
34+
and you can [download the distribution](https://aws-otel.github.io/download) from
35+
[GitHub](https://github.com/aws-observability/aws-otel-collector/releases/tag/v0.24.1).
36+
You can also download the latest [ADOT Collector image](https://gallery.ecr.aws/aws-observability/aws-otel-collector)
37+
from the [Amazon Elastic Container Registry (Amazon ECR)](https://aws.amazon.com/ecr/) Public Gallery.
38+
39+
To learn more about how to use AWS Distro for OpenTelemetry (ADOT) to collect data for your observability solution,
40+
check out the hands-on [AWS Observability workshop](https://observability.workshop.aws/en/adot.html).
41+
Please file an [issue](https://github.com/aws-observability/aws-otel-community/issues) if you have any
42+
questions about the distribution, features, or its components.
43+
44+
We also welcome you to participate in the [OpenTelemetry project](https://github.com/open-telemetry).
45+
The project was [approved for incubation](https://www.cncf.io/blog/2021/08/26/opentelemetry-becomes-a-cncf-incubating-project/) status
46+
in August 2021 by the Cloud Native Computing Foundation Technical Oversight Committee (CNCF TOC). Learn more about
47+
[AWS Distro for OpenTelemetry](https://aws.amazon.com/blogs/opensource/category/management-tools/aws-distro-for-opentelemetry/) on the
48+
[AWS Open Source Blog](https://aws.amazon.com/blogs/opensource/category/management-tools/aws-distro-for-opentelemetry/), where we announced
49+
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
50+
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: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
---
2+
title: 'AWS Distro for OpenTelemetry Lambda Layers that contains ADOT Collector v0.24.0 are now available'
3+
description:
4+
December 2022 release announcement for ADOT Lambda layers
5+
---
6+
7+
import SectionSeparator from "components/MdxSectionSeparator/sectionSeparator.jsx"
8+
9+
<SectionSeparator />
10+
11+
AWS Distro for OpenTelemetry Lambda Layers now supports AMD64 and ARM64 in the following AWS regions:
12+
13+
|Region | AMD64 | ARM64 |
14+
|-------------------------|-------|-------|
15+
|Asia Pacific (Mumbai) |||
16+
|Asia Pacific (Singapore) |||
17+
|Asia Pacific (Sydney) |||
18+
|Asia Pacific (Tokyo) |||
19+
|Asia pacific (Seoul) |||
20+
|Canada (Central) |||
21+
|Europe (Frankfurt) |||
22+
|Europe (Ireland) |||
23+
|Europe (London) |||
24+
|Europe (Stockholm) |||
25+
|Europe(Paris) |||
26+
|South America (Sao Paulo)|||
27+
|US East (N. Virginia) |||
28+
|US East (Ohio) |||
29+
|US West (N California) |||
30+
|US West (Oregon) |||
31+
32+
<SectionSeparator />
33+
34+
### Release Highlights
35+
36+
- Python layer [**aws-otel-python-<amd64|arm64>-ver-1-15-0**](https://aws-otel.github.io/docs/getting-started/lambda/lambda-python) contains OpenTelemetry Python `v1.15.0`
37+
- Nodejs layer [**aws-otel-nodejs-<amd64|arm64>-ver-1-8-0**](https://aws-otel.github.io/docs/getting-started/lambda/lambda-js) contains OpenTelemetry JavaScript Core `v1.8.0` with AWS Lambda Instrumentation `v0.34.0`
38+
- Java-Wrapper layer [**aws-otel-java-wrapper-<amd64|arm64>-ver-1-20-1**](https://aws-otel.github.io/docs/getting-started/lambda/lambda-java) contains OpenTelemetry Java `v1.20.1`
39+
- Java-Agent layer [**aws-otel-java-agent-<amd64|arm64>-ver-1-20-1**](https://aws-otel.github.io/docs/getting-started/lambda/lambda-java-auto-instr) contains AWS Distro for OpenTelemetry Java Instrumentation `v1.20.0`
40+
- Collector layer **aws-otel-collector-<amd64|arm64>-ver-0-66-0** contains ADOT Collector for Lambda `v0.24.0`. Compatible with [.NET](https://aws-otel.github.io/docs/getting-started/lambda/lambda-dotnet) and [Go](https://aws-otel.github.io/docs/getting-started/lambda/lambda-go) runtimes.
41+
42+
### Download
43+
44+
Learn more about AWS Distro for Open Telemetry Lambda support [here](https://aws-otel.github.io/docs/getting-started/lambda). All code changes are made upstream in the respective OpenTelemetry project components. Please file an [issue](https://github.com/aws-observability/aws-otel-community/issues) if you have any questions about the features, or its components.
45+
46+
We also welcome you to participate in the [OpenTelemetry project](https://github.com/open-telemetry). The project was [approved for incubation](https://www.cncf.io/blog/2021/08/26/opentelemetry-becomes-a-cncf-incubating-project/) status in August 2021 by the Cloud Native Computing Foundation Technical Oversight Committee (CNCF TOC).
47+
48+
More blog posts about
49+
[AWS Distro for OpenTelemetry](https://aws.amazon.com/blogs/opensource/category/management-tools/aws-distro-for-opentelemetry/) can be found on the
50+
[AWS Open Source Blog](https://aws.amazon.com/blogs/opensource/category/management-tools/aws-distro-for-opentelemetry/).
51+
52+
53+
### Author
54+
55+
[Anthony Mirabella](https://github.com/Aneurysm9) is a Senior SDE on the AWS Open-Source Observability team. He is a maintainer of the OpenTelemetry Go client library and Lambda extensions.
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
title: 'ADOT for EKS add-ons announces advanced configuration for Collector deployment'
3+
description:
4+
This blog post announces the addition of Collector deployment to ADOT for EKS add-ons using add-ons advanced configuration.
5+
6+
---
7+
8+
import SectionSeparator from "components/MdxSectionSeparator/sectionSeparator.jsx"
9+
10+
<SectionSeparator />
11+
12+
AWS Distro for OpenTelemetry (ADOT) for Elastic Kubernetes Service (EKS) add-ons has introduced the ability to deploy an ADOT Collector during add-on installation. You can learn how to install ADOT for EKS add-ons on your EKS cluster by following the [Getting Started with AWS Distro for OpenTelemetry using EKS Add-Ons](/docs/getting-started/adot-eks-add-on) guide.
13+
14+
<SectionSeparator />
15+
16+
Using the advanced configuration feature for EKS add-ons, customers can deploy a Collector to an AWS service of their choice, without the need to manage it themselves. Send traces to AWS X-Ray, or metrics to Amazon Managed Prometheus or Amazon CloudWatch, with this extended functionality of ADOT for EKS add-ons.
17+
18+
To learn about how the EKS add-ons advanced configuration feature can be used for ADOT, see the [EKS add-ons Advanced Configuration for ADOT](/docs/getting-started/adot-eks-add-on/add-on-configuration) section of the getting started guide. Visit the [EKS add-ons Advanced Configuration for ADOT: Collector Deployment](/docs/getting-started/adot-eks-add-on/add-on-configuration-collector-deployment) section of the guide for more information on using the advanced configuration feature to deploy an ADOT Collector.

src/content/Downloads/downloads.yaml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
- version: 'AWS Distro for OpenTelemetry Collector Version 0.23.1'
2+
releaseDate: 'December-09-2022'
3+
license: 'Apache-2.0'
4+
releaseNotesLink: 'https://github.com/aws-observability/aws-otel-collector/releases/tag/v0.23.1'
5+
documentationLink: 'https://github.com/aws-observability/aws-otel-collector/blob/v0.23.1/README.md'
6+
downloadLink: 'https://gallery.ecr.aws/aws-observability/aws-otel-collector'
7+
8+
- version: 'AWS Distro for OpenTelemetry Collector Version 0.24.1'
9+
releaseDate: 'December-08-2022'
10+
license: 'Apache-2.0'
11+
releaseNotesLink: 'https://github.com/aws-observability/aws-otel-collector/releases/tag/v0.24.1'
12+
documentationLink: 'https://github.com/aws-observability/aws-otel-collector/blob/v0.24.1/README.md'
13+
downloadLink: 'https://gallery.ecr.aws/aws-observability/aws-otel-collector'
14+
15+
- version: 'AWS Distro for OpenTelemetry Collector Version 0.24.0'
16+
releaseDate: 'December-01-2022'
17+
license: 'Apache-2.0'
18+
releaseNotesLink: 'https://github.com/aws-observability/aws-otel-collector/releases/tag/v0.24.0'
19+
documentationLink: 'https://github.com/aws-observability/aws-otel-collector/blob/v0.24.0/README.md'
20+
downloadLink: 'https://gallery.ecr.aws/aws-observability/aws-otel-collector'
21+
122
- version: 'AWS Distro for OpenTelemetry Collector Version 0.22.1'
223
releaseDate: 'November-09-2022'
324
license: 'Apache-2.0'

0 commit comments

Comments
 (0)