Skip to content

Commit 353a535

Browse files
authored
Merge branch 'main' into updatedoc
2 parents 04afdbb + 64c1bfa commit 353a535

File tree

12 files changed

+147
-54
lines changed

12 files changed

+147
-54
lines changed

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.22.1 is now available"
10+
author: "Pavan Sai Vasireddy"
11+
date: "09-November-2022"
12+
body:
13+
"AWS Distro for OpenTelemetry v0.22.1 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.22.1"
16+
17+
- title: "AWS Distro for OpenTelemetry v0.23.0 is now available"
18+
author: "Paurush Garg"
19+
date: "02-November-2022"
20+
body:
21+
"AWS Distro for OpenTelemetry v0.23.0 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.23.0"
24+
925
- title: "AWS Distro for OpenTelemetry Lambda Layers are now available with ADOT Collector v0.22.0"
1026
author: "Pavan Sai Vasireddy"
1127
date: "06-OCT-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.22.1'
3+
description:
4+
This blog post is the release announcement for ADOT v0.22.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/) v0.22.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 Go standard library prior to version 1.18.8 (CVE-2022-41716), used by the AWS Distribution for Open Telemetry (ADOT) Collector prior to v0.22.0
20+
21+
We have prepared a new release of the ADOT Collector, 0.22.1 using Go 1.18.8. There are no functional changes from ADOT Collector v0.22.0. We recommend that customers update their ADOT Collector to at least v0.22.1, at the earliest opportunity. See https://aws-otel.github.io/docs/getting-started/collector for information on deploying the ADOT Collector.
22+
23+
Reference: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-41716
24+
25+
**Release Highlights**
26+
27+
* Recompile with Go 1.18.8 to mitigate CVE-2022-41716.
28+
29+
Detailed release notes are on [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.22.1).
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.
Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
---
2+
title: 'AWS Distro for OpenTelemetry v0.23.0'
3+
description:
4+
This blog post is the release announcement for ADOT v0.23.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/) v0.23.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.62.1](https://github.com/open-telemetry/opentelemetry-collector/releases/tag/v0.62.1)
20+
* OpenTelemetry Collector [v0.62.0](https://github.com/open-telemetry/opentelemetry-collector/releases/tag/v0.62.0)
21+
22+
Detailed release notes are on [GitHub](https://github.com/aws-observability/aws-otel-collector/releases).
23+
All code changes are upstream in the respective OpenTelemetry project components.
24+
25+
**Download**
26+
27+
Detailed technical documentation is available on the [ADOT developer site](https://aws-otel.github.io/),
28+
and you can [download the distribution](https://aws-otel.github.io/download) from
29+
[GitHub](https://github.com/aws-observability/aws-otel-collector/releases/tag/v0.23.0).
30+
You can also download the latest [ADOT Collector image](https://gallery.ecr.aws/aws-observability/aws-otel-collector)
31+
from the [Amazon Elastic Container Registry (Amazon ECR)](https://aws.amazon.com/ecr/) Public Gallery.
32+
33+
To learn more about how to use AWS Distro for OpenTelemetry (ADOT) to collect data for your observability solution,
34+
check out the hands-on [AWS Observability workshop](https://observability.workshop.aws/en/adot.html).
35+
Please file an [issue](https://github.com/aws-observability/aws-otel-community/issues) if you have any
36+
questions about the distribution, features, or its components.
37+
38+
We also welcome you to participate in the [OpenTelemetry project](https://github.com/open-telemetry).
39+
The project was [approved for incubation](https://www.cncf.io/blog/2021/08/26/opentelemetry-becomes-a-cncf-incubating-project/) status
40+
in August 2021 by the Cloud Native Computing Foundation Technical Oversight Committee (CNCF TOC). Learn more about
41+
[AWS Distro for OpenTelemetry](https://aws.amazon.com/blogs/opensource/category/management-tools/aws-distro-for-opentelemetry/) on the
42+
[AWS Open Source Blog](https://aws.amazon.com/blogs/opensource/category/management-tools/aws-distro-for-opentelemetry/), where we announced
43+
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
44+
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: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
- version: 'AWS Distro for OpenTelemetry Collector Version 0.22.1'
2+
releaseDate: 'November-09-2022'
3+
license: 'Apache-2.0'
4+
releaseNotesLink: 'https://github.com/aws-observability/aws-otel-collector/releases/tag/v0.22.1'
5+
documentationLink: 'https://github.com/aws-observability/aws-otel-collector/blob/v0.22.1/README.md'
6+
downloadLink: 'https://gallery.ecr.aws/aws-observability/aws-otel-collector'
7+
8+
- version: 'AWS Distro for OpenTelemetry Collector Version 0.23.0'
9+
releaseDate: 'November-02-2022'
10+
license: 'Apache-2.0'
11+
releaseNotesLink: 'https://github.com/aws-observability/aws-otel-collector/releases/tag/v0.23.0'
12+
documentationLink: 'https://github.com/aws-observability/aws-otel-collector/blob/v0.23.0/README.md'
13+
downloadLink: 'https://gallery.ecr.aws/aws-observability/aws-otel-collector'
14+
115
- version: 'AWS Distro for OpenTelemetry Collector Version 0.22.0'
216
releaseDate: 'October-05-2022'
317
license: 'Apache-2.0'

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

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -65,18 +65,11 @@ This layer includes a reduced version of the [AWS Distro for OpenTelemetry Colle
6565
Note: Lambda layers are a regionalized resource, meaning that they can only be used in the Region in which they are published.
6666
Make sure to use the layer in the same region as your Lambda functions.
6767

68-
Find the supported regions and AMD64 (x86_64) layer ARN in the table below for the ARNs to consume.
68+
Find the supported regions and amd64(x86_64)/arm64 layer ARN in the table below for the ARNs to consume.
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-amd64-ver-0-61-0:1 | Contains the [ADOT Collector for Lambda v0.22.0](https://github.com/aws-observability/aws-otel-collector/releases/tag/pkg%2Flambdacomponents%2Fv0.22.0)|
73-
74-
Find the supported regions and ARM64 layer ARN in the table below for the ARNs to consume.
75-
76-
|Supported Regions |Lambda layer ARN format | Contents |
77-
|---------------------|-------------------------|----------|
78-
| ap-northeast-1<br/>ap-south-1<br/>ap-southeast-1<br/>ap-southeast-2<br/>eu-central-1<br/>eu-west-1<br/>eu-west-2<br/>us-east-1<br/>us-east-2<br/>us-west-2 | arn:aws:lambda:<region\>:901920570463:layer:aws-otel-collector-arm64-ver-0-61-0:1 | Contains the [ADOT Collector for Lambda v0.22.0](https://github.com/aws-observability/aws-otel-collector/releases/tag/pkg%2Flambdacomponents%2Fv0.22.0)|
79-
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-62-1:1 | Contains the [ADOT Collector for Lambda v0.23.0](https://github.com/aws-observability/aws-otel-collector/releases/tag/pkg%2Flambdacomponents%2Fv0.23.0)|
8073

8174
### Enable Tracing
8275
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: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -83,17 +83,11 @@ This layer includes a reduced version of the [AWS Distro for OpenTelemetry Colle
8383
Note: Lambda layers are a regionalized resource, meaning that they can only be used in the Region in which they are published.
8484
Make sure to use the layer in the same region as your Lambda functions.
8585

86-
Find the supported regions and AMD64 (x86_64) layer ARN in the table below for the ARNs to consume.
86+
Find the supported regions and amd64(x86_64)/arm64 layer ARN in the table below for the ARNs to consume.
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-amd64-ver-0-61-0:1 | Contains the [ADOT Collector for Lambda v0.22.0](https://github.com/aws-observability/aws-otel-collector/releases/tag/pkg%2Flambdacomponents%2Fv0.22.0)|
91-
92-
Find the supported regions and ARM64 layer ARN in the table below for the ARNs to consume.
93-
94-
|Supported Regions |Lambda layer ARN format | Contents |
95-
|---------------------|-------------------------|----------|
96-
| ap-northeast-1<br/>ap-south-1<br/>ap-southeast-1<br/>ap-southeast-2<br/>eu-central-1<br/>eu-west-1<br/>eu-west-2<br/>us-east-1<br/>us-east-2<br/>us-west-2 | arn:aws:lambda:<region\>:901920570463:layer:aws-otel-collector-arm64-ver-0-61-0:1 | Contains the [ADOT Collector for Lambda v0.22.0](https://github.com/aws-observability/aws-otel-collector/releases/tag/pkg%2Flambdacomponents%2Fv0.22.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-62-1:1 | Contains the [ADOT Collector for Lambda v0.23.0](https://github.com/aws-observability/aws-otel-collector/releases/tag/pkg%2Flambdacomponents%2Fv0.23.0)|
9791

9892
### Enable Tracing
9993
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: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -25,17 +25,11 @@ In this section, we consume the Lambda layer for use with Java Lambda Functions.
2525

2626
Note: Lambda layers are a regionalized resource, meaning that they can only be used in the region in which they are published. Make sure to use the layer in the same region as your Lambda functions.
2727

28-
Find the supported regions and AMD64 (x86_64) layer ARN in the table below for the ARNs to consume.
28+
Find the supported regions and amd64(x86_64)/arm64 layer ARN in the table below for the ARNs to consume.
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-amd64-ver-1-18-0:1 | Contains [ADOT Java Auto-Instrumentation Agent v1.18.0](https://github.com/aws-observability/aws-otel-java-instrumentation/releases/tag/v1.18.0) <br/><br/> Contains the [ADOT Collector for Lambda v0.22.0](https://github.com/aws-observability/aws-otel-collector/releases/tag/pkg%2Flambdacomponents%2Fv0.22.0)|
33-
34-
Find the supported regions and ARM64 layer ARN in the table below for the ARNs to consume.
35-
36-
|Supported Regions |Lambda layer ARN format | Contents |
37-
|---------------------|-------------------------|----------|
38-
| ap-northeast-1<br/>ap-south-1<br/>ap-southeast-1<br/>ap-southeast-2<br/>eu-central-1<br/>eu-west-1<br/>eu-west-2<br/>us-east-1<br/>us-east-2<br/>us-west-2 | arn:aws:lambda:<region\>:901920570463:layer:aws-otel-java-agent-arm64-ver-1-18-0:1 | Contains [ADOT Java Auto-Instrumentation Agent v1.18.0](https://github.com/aws-observability/aws-otel-java-instrumentation/releases/tag/v1.18.0) <br/><br/> Contains the [ADOT Collector for Lambda v0.22.0](https://github.com/aws-observability/aws-otel-collector/releases/tag/pkg%2Flambdacomponents%2Fv0.22.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-19-2:1 | Contains [ADOT Java Auto-Instrumentation Agent v1.19.2](https://github.com/aws-observability/aws-otel-java-instrumentation/releases/tag/v1.19.2) <br/><br/> Contains the [ADOT Collector for Lambda v0.23.0](https://github.com/aws-observability/aws-otel-collector/releases/tag/pkg%2Flambdacomponents%2Fv0.23.0)|
3933

4034
### Enable auto-instrumentation for your Lambda function
4135

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

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -35,17 +35,14 @@ In this section, we consume the Lambda layer for use with Java Lambda Functions.
3535
Note: Lambda layers are a regionalized resource, meaning that they can only be used in the Region in which they are published.
3636
Make sure to use the layer in the same region as your Lambda functions.
3737

38-
Find the supported regions and AMD64 (x86_64) layer ARN in the table below for the ARNs to consume.
38+
Find the supported regions and amd64(x86_64)/arm64 layer ARN in the table below for the ARNs to consume.
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-amd64-ver-1-18-0:1 | Contains [OpenTelemetry for Java v1.18.0](https://github.com/open-telemetry/opentelemetry-java/releases/tag/v1.18.0) with [Java Instrumentation v1.18.0](https://github.com/open-telemetry/opentelemetry-java-instrumentation/releases/tag/v1.18.0) <br/><br/> Contains the [ADOT Collector for Lambda v0.22.0](https://github.com/aws-observability/aws-otel-collector/releases/tag/pkg%2Flambdacomponents%2Fv0.22.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-19-0:1 | Contains [OpenTelemetry for Java v1.19.0](https://github.com/open-telemetry/opentelemetry-java/releases/tag/v1.19.0) with [Java Instrumentation v1.19.2](https://github.com/open-telemetry/opentelemetry-java-instrumentation/releases/tag/v1.19.2) <br/><br/> Contains the [ADOT Collector for Lambda v0.23.0](https://github.com/aws-observability/aws-otel-collector/releases/tag/pkg%2Flambdacomponents%2Fv0.23.0) |
4343

44-
Find the supported regions and ARM64 layer ARN in the table below for the ARNs to consume.
45-
46-
|Supported Regions |Lambda layer ARN format | Contents |
47-
|---------------------|-------------------------|----------|
48-
| ap-northeast-1<br/>ap-south-1<br/>ap-southeast-1<br/>ap-southeast-2<br/>eu-central-1<br/>eu-west-1<br/>eu-west-2<br/>us-east-1<br/>us-east-2<br/>us-west-2 | arn:aws:lambda:<region\>:901920570463:layer:aws-otel-java-wrapper-arm64-ver-1-18-0:1 | Contains [OpenTelemetry for Java v1.18.0](https://github.com/open-telemetry/opentelemetry-java/releases/tag/v1.18.0) with [Java Instrumentation v1.18.0](https://github.com/open-telemetry/opentelemetry-java-instrumentation/releases/tag/v1.18.0) <br/><br/> Contains the [ADOT Collector for Lambda v0.22.0](https://github.com/aws-observability/aws-otel-collector/releases/tag/pkg%2Flambdacomponents%2Fv0.22.0) |
44+
**Note**
45+
The arm64 lambda Layer for the region ca-central-1 is arn:aws:lambda:ca-central-1:901920570463:layer:aws-otel-java-wrapper-arm64-ver-1-19-0:2
4946

5047
### Enable auto-instrumentation for your Lambda function
5148
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)