Skip to content

Commit 438ce8a

Browse files
authored
Merge branch 'main' into patch-1
2 parents d345dfa + 1862edc commit 438ce8a

11 files changed

+200
-6
lines changed

src/content/BlogPosts/blogPosts.yaml

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

88
blogs:
9+
- title: "AWS Distro for OpenTelemetry v0.33.3 is now available"
10+
author: "Huy Vo"
11+
date: "12-October-2023"
12+
body:
13+
"AWS Distro for OpenTelemetry v0.33.3 is now available 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.33.3"
16+
17+
- title: "AWS Distro for OpenTelemetry Lambda Layers are now available with ADOT Collector v0.33.0"
18+
author: "Raphael Silva"
19+
date: "12-October-2023"
20+
body:
21+
"ADOT Lambda Layers now distribute ADOT Collector v0.33.0 with new layers supporting AMD64 and ARM64 Lambda functions"
22+
link: "/docs/ReleaseBlogs/aws-distro-for-opentelemetry-lambda-layer-v0.33.0"
23+
24+
- title: "AWS Distro for OpenTelemetry v0.33.2 and v0.32.2 are now available"
25+
author: "Kausik Amancherla"
26+
date: "10-October-2023"
27+
body:
28+
"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
29+
from the Amazon Elastic Container Registry (Amazon ECR) Public Gallery."
30+
link: "/docs/ReleaseBlogs/aws-distro-for-opentelemetry-collector-v0.33.2-and-v0.32.2"
31+
932
- title: "AWS Distro for OpenTelemetry EKS Add-on v0.80.0-eksbuild.2 and v0.78.0-eksbuild.2 are now available"
1033
author: "Pavan Sai Vasireddy"
1134
date: "26-September-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.33.2 and v0.32.2"
3+
description: This blog post is the release announcement for ADOT Collector v0.33.2 and v0.32.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.33.2 and v0.32.2 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.20.9, used by the AWS Distribution for OpenTelemetry (ADOT) Collector up to and including v0.33.1 and also v0.32.1.
19+
We have prepared two new releases of the ADOT Collector, v0.33.2 and v0.32.2 using Go 1.20.9. There are no functional changes from the previous patch versions. We recommend that customers update their
20+
ADOT Collector to at least v0.33.2 or v0.32.2 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/XBa1oHDevAo
23+
24+
**Release Highlights**
25+
26+
- Recompile with Go 1.20.9 to mitigate CVE-2023-39323
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.33.2).
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: 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.33.3"
3+
description: This blog post is the release announcement for ADOT Collector v0.33.3
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.33.3 is 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.20.10, used by the AWS Distribution for OpenTelemetry (ADOT) Collector up to and including v0.33.2.
19+
We have prepared a new release of the ADOT Collector, v0.33.3 using Go 1.20.10. There are no functional changes from the previous patch versions.
20+
We recommend that customers update their ADOT Collector to at least v0.33.3 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/iNNxDTCjZvo
23+
24+
**Release Highlights**
25+
26+
- Recompile with Go 1.20.10 to mitigate CVE-2023-39325
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.33.3).
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: 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.33.0 are now available'
3+
description:
4+
October 2023 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-20-0**](https://aws-otel.github.io/docs/getting-started/lambda/lambda-python) contains OpenTelemetry Python `v1.20.0` and ADOT Collector for Lambda `v0.33.0`
37+
- Nodejs layer [**aws-otel-nodejs-<amd64|arm64>-ver-1-16-0**](https://aws-otel.github.io/docs/getting-started/lambda/lambda-js) contains OpenTelemetry JavaScript Core `v1.16.0` with AWS Lambda Instrumentation `v0.37.0` and ADOT Collector for Lambda `v0.33.0`
38+
- Java-Wrapper layer [**aws-otel-java-wrapper-<amd64|arm64>-ver-1-30-0**](https://aws-otel.github.io/docs/getting-started/lambda/lambda-java) contains OpenTelemetry Java `v1.30.0` and ADOT Collector for Lambda `v0.33.0`
39+
- Java-Agent layer [**aws-otel-java-agent-<amd64|arm64>-ver-1-30-0**](https://aws-otel.github.io/docs/getting-started/lambda/lambda-java-auto-instr) contains AWS Distro for OpenTelemetry Java Instrumentation `v1.30.0` and ADOT Collector for Lambda `v0.33.0`
40+
- Collector layer **aws-otel-collector-<amd64|arm64>-ver-0-84-0** contains ADOT Collector for Lambda `v0.33.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+
[Raphael Silva](https://github.com/rapphil) is as a Software Development Engineer on the AWS OpenSource Observability team. He is passionate about monitoring and observability, currently focussed on release engineering for ADOT, building monitoring tools and contributing to open source.

src/content/Downloads/downloads.yaml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
- version: 'AWS Distro for OpenTelemetry Collector Version 0.33.3'
2+
releaseDate: 'October-12-2023'
3+
license: 'Apache-2.0'
4+
releaseNotesLink: 'https://github.com/aws-observability/aws-otel-collector/releases/tag/v0.33.3'
5+
documentationLink: 'https://github.com/aws-observability/aws-otel-collector/blob/v0.33.3/README.md'
6+
downloadLink: 'https://gallery.ecr.aws/aws-observability/aws-otel-collector'
7+
- version: 'AWS Distro for OpenTelemetry Collector Version 0.32.2'
8+
releaseDate: 'October-10-2023'
9+
license: 'Apache-2.0'
10+
releaseNotesLink: 'https://github.com/aws-observability/aws-otel-collector/releases/tag/v0.32.2'
11+
documentationLink: 'https://github.com/aws-observability/aws-otel-collector/blob/v0.32.2/README.md'
12+
downloadLink: 'https://gallery.ecr.aws/aws-observability/aws-otel-collector'
13+
- version: 'AWS Distro for OpenTelemetry Collector Version 0.33.2'
14+
releaseDate: 'October-07-2023'
15+
license: 'Apache-2.0'
16+
releaseNotesLink: 'https://github.com/aws-observability/aws-otel-collector/releases/tag/v0.33.2'
17+
documentationLink: 'https://github.com/aws-observability/aws-otel-collector/blob/v0.33.2/README.md'
18+
downloadLink: 'https://gallery.ecr.aws/aws-observability/aws-otel-collector'
119
- version: 'AWS Distro for OpenTelemetry Collector Version 0.33.1'
220
releaseDate: 'September-18-2023'
321
license: 'Apache-2.0'

src/docs/getting-started/lambda/lambda-dotnet.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ Find the supported regions and amd64(x86_64)/arm64 layer ARN in the table below
6969

7070
|Supported Regions |Lambda layer ARN format | Contents |
7171
|---------------------|-------------------------|----------|
72-
| ap-northeast-1<br/>ap-northeast-2<br/>ap-south-1<br/>ap-southeast-1<br/>ap-southeast-2<br/>ca-central-1<br/>eu-central-1<br/>eu-north-1<br/>eu-west-1<br/>eu-west-2<br/>eu-west-3<br/>sa-east-1<br/>us-east-1<br/>us-east-2<br/>us-west-1<br/>us-west-2 | arn:aws:lambda:<region\>:901920570463:layer:aws-otel-collector-<architecture\>-ver-0-82-0:1 | Contains ADOT Collector v0.32.0 |
72+
| ap-northeast-1<br/>ap-northeast-2<br/>ap-south-1<br/>ap-southeast-1<br/>ap-southeast-2<br/>ca-central-1<br/>eu-central-1<br/>eu-north-1<br/>eu-west-1<br/>eu-west-2<br/>eu-west-3<br/>sa-east-1<br/>us-east-1<br/>us-east-2<br/>us-west-1<br/>us-west-2 | arn:aws:lambda:<region\>:901920570463:layer:aws-otel-collector-<architecture\>-ver-0-84-0:1 | Contains ADOT Collector v0.33.0 |
7373

7474
### Enable Tracing
7575
Once you’ve instrumented the Lambda function code and deployed to Lambda service, you can follow the instructions below to apply Lambda layer.

src/docs/getting-started/lambda/lambda-go.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ Find the supported regions and amd64(x86_64)/arm64 layer ARN in the table below
8787

8888
|Supported Regions |Lambda layer ARN format | Contents |
8989
|---------------------|-------------------------|----------|
90-
| ap-northeast-1<br/>ap-northeast-2<br/>ap-south-1<br/>ap-southeast-1<br/>ap-southeast-2<br/>ca-central-1<br/>eu-central-1<br/>eu-north-1<br/>eu-west-1<br/>eu-west-2<br/>eu-west-3<br/>sa-east-1<br/>us-east-1<br/>us-east-2<br/>us-west-1<br/>us-west-2 | arn:aws:lambda:<region\>:901920570463:layer:aws-otel-collector-<architecture\>-ver-0-82-0:1 | Contains ADOT Collector v0.32.0 |
90+
| ap-northeast-1<br/>ap-northeast-2<br/>ap-south-1<br/>ap-southeast-1<br/>ap-southeast-2<br/>ca-central-1<br/>eu-central-1<br/>eu-north-1<br/>eu-west-1<br/>eu-west-2<br/>eu-west-3<br/>sa-east-1<br/>us-east-1<br/>us-east-2<br/>us-west-1<br/>us-west-2 | arn:aws:lambda:<region\>:901920570463:layer:aws-otel-collector-<architecture\>-ver-0-84-0:1 | Contains ADOT Collector v0.33.0 |
9191

9292
### Enable Tracing
9393
Once you’ve instrumented the Lambda function code and deployed to Lambda service, you can follow the instructions below to apply Lambda layer.

src/docs/getting-started/lambda/lambda-java-auto-instr.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Find the supported regions and amd64(x86_64)/arm64 layer ARN in the table below
2929

3030
|Supported Regions |Lambda layer ARN format | Contents |
3131
|---------------------|-------------------------|----------|
32-
| ap-northeast-1<br/>ap-northeast-2<br/>ap-south-1<br/>ap-southeast-1<br/>ap-southeast-2<br/>ca-central-1<br/>eu-central-1<br/>eu-north-1<br/>eu-west-1<br/>eu-west-2<br/>eu-west-3<br/>sa-east-1<br/>us-east-1<br/>us-east-2<br/>us-west-1<br/>us-west-2 | arn:aws:lambda:<region\>:901920570463:layer:aws-otel-java-agent-<architecture\>-ver-1-28-1:1 | Contains [ADOT Java Auto-Instrumentation Agent v1.28.1](https://github.com/aws-observability/aws-otel-java-instrumentation/releases/tag/v1.28.1) <br/><br/> Contains ADOT Collector v0.32.0 |
32+
| ap-northeast-1<br/>ap-northeast-2<br/>ap-south-1<br/>ap-southeast-1<br/>ap-southeast-2<br/>ca-central-1<br/>eu-central-1<br/>eu-north-1<br/>eu-west-1<br/>eu-west-2<br/>eu-west-3<br/>sa-east-1<br/>us-east-1<br/>us-east-2<br/>us-west-1<br/>us-west-2 | arn:aws:lambda:<region\>:901920570463:layer:aws-otel-java-agent-<architecture\>-ver-1-30-1:1 | Contains [ADOT Java Auto-Instrumentation Agent v1.30.0](https://github.com/aws-observability/aws-otel-java-instrumentation/releases/tag/v1.30.0) <br/><br/> Contains ADOT Collector v0.33.0 |
3333

3434
### Enable auto-instrumentation for your Lambda function
3535

src/docs/getting-started/lambda/lambda-java.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Find the supported regions and amd64(x86_64)/arm64 layer ARN in the table below
3939

4040
|Supported Regions |Lambda layer ARN format | Contents |
4141
|---------------------|-------------------------|----------|
42-
| ap-northeast-1<br/>ap-northeast-2<br/>ap-south-1<br/>ap-southeast-1<br/>ap-southeast-2<br/>ca-central-1<br/>eu-central-1<br/>eu-north-1<br/>eu-west-1<br/>eu-west-2<br/>eu-west-3<br/>sa-east-1<br/>us-east-1<br/>us-east-2<br/>us-west-1<br/>us-west-2 | arn:aws:lambda:<region\>:901920570463:layer:aws-otel-java-wrapper-<architecture\>-ver-1-28-1:1 | Contains [OpenTelemetry for Java v1.28.0](https://github.com/open-telemetry/opentelemetry-java/releases/tag/v1.28.0) with [Java Instrumentation v1.28.0](https://github.com/aws-observability/aws-otel-java-instrumentation/releases/tag/v1.28.1) <br/><br/> Contains ADOT Collector v0.32.0 |
42+
| ap-northeast-1<br/>ap-northeast-2<br/>ap-south-1<br/>ap-southeast-1<br/>ap-southeast-2<br/>ca-central-1<br/>eu-central-1<br/>eu-north-1<br/>eu-west-1<br/>eu-west-2<br/>eu-west-3<br/>sa-east-1<br/>us-east-1<br/>us-east-2<br/>us-west-1<br/>us-west-2 | arn:aws:lambda:<region\>:901920570463:layer:aws-otel-java-wrapper-<architecture\>-ver-1-30-0:1 | Contains [OpenTelemetry for Java v1.28.0](https://github.com/open-telemetry/opentelemetry-java/releases/tag/v1.30.0) with [Java Instrumentation v1.30.0](https://github.com/aws-observability/aws-otel-java-instrumentation/releases/tag/v1.30.0) <br/><br/> Contains ADOT Collector v0.33.0 |
4343

4444
### Enable auto-instrumentation for your Lambda function
4545
To enable the AWS Distro for OpenTelemetry in your Lambda function, you need to add and configure the layer, and then enable tracing.

0 commit comments

Comments
 (0)