Skip to content

Commit 40230a8

Browse files
authored
Merge branch 'main' into updatedoc
2 parents 3462cef + ddbd5ce commit 40230a8

17 files changed

+149
-32
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737

3838
steps:
3939
- name: Checkout repository
40-
uses: actions/checkout@v3.1.0
40+
uses: actions/checkout@v3.3.0
4141

4242
- name: Initialize CodeQL
4343
uses: github/codeql-action/init@v2

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
publish-smoke-test:
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@v3.1.0
16+
- uses: actions/checkout@v3.3.0
1717
- uses: enriikke/gatsby-gh-pages-action@v2
1818
env:
1919
GH_API_KEY: ${{ secrets.GITHUB_TOKEN }}
@@ -25,7 +25,7 @@ jobs:
2525
needs: publish-smoke-test
2626
steps:
2727
- name: Checkout Smoke Test Branch
28-
uses: actions/checkout@v3.1.0
28+
uses: actions/checkout@v3.3.0
2929
with:
3030
path: smoke-test
3131
ref: smoke-test
@@ -35,7 +35,7 @@ jobs:
3535
echo $ST_LC
3636
echo "SMOKE_TEST_LINE_COUNT=$ST_LC" >> $GITHUB_ENV
3737
- name: Checkout Published Branch
38-
uses: actions/checkout@v3.1.0
38+
uses: actions/checkout@v3.3.0
3939
with:
4040
path: published
4141
ref: gh-pages
@@ -58,7 +58,7 @@ jobs:
5858
needs: verify-smoke-test
5959
runs-on: ubuntu-latest
6060
steps:
61-
- uses: actions/checkout@v3.1.0
61+
- uses: actions/checkout@v3.3.0
6262
with:
6363
ref: gh-pages
6464
- name: merge commit push

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- ubuntu-latest
1717
- windows-latest
1818
steps:
19-
- uses: actions/checkout@v3.1.0
19+
- uses: actions/checkout@v3.3.0
2020
- uses: actions/setup-node@v3
2121
with:
2222
node-version: '16'

src/content/BlogPosts/blogPosts.yaml

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

88
blogs:
9+
- title: "AWS Distro for OpenTelemetry Lambda Layers are now available with ADOT Collector v0.25.0"
10+
author: "Bryan Aguilar"
11+
date: "11-Jan-2023"
12+
body:
13+
"ADOT Lambda Layers now distribute ADOT Collector v0.25.0 with new layers supporting AMD64 and ARM64 Lambda functions"
14+
link: "/docs/ReleaseBlogs/aws-distro-for-opentelemetry-lambda-layer-v0.25.0"
15+
16+
- title: "AWS Distro for OpenTelemetry v0.25.0 is now available"
17+
author: "Paurush Garg"
18+
date: "10-Jan-2023"
19+
body:
20+
"AWS Distro for OpenTelemetry v0.25.0 is now available. You can download the latest AWS Distro for OpenTelemetry Collector image
21+
from the Amazon Elastic Container Registry (Amazon ECR) Public Gallery."
22+
link: "/docs/ReleaseBlogs/aws-distro-for-opentelemetry-collector-v0.25.0"
23+
924
- title: "AWS Distro for OpenTelemetry Lambda Layers are now available with ADOT Collector v0.24.0"
1025
author: "Anthony Mirabella"
1126
date: "22-DEC-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.25.0'
3+
description:
4+
This blog post is the release announcement for ADOT v0.25.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.25.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.68.0](https://github.com/open-telemetry/opentelemetry-collector/releases/tag/v0.68.0)
20+
* OpenTelemetry Collector [v0.67.0](https://github.com/open-telemetry/opentelemetry-collector/releases/tag/v0.67.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.25.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.
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.25.0 are now available'
3+
description:
4+
January 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-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-21-0**](https://aws-otel.github.io/docs/getting-started/lambda/lambda-java) contains OpenTelemetry Java `v1.21.0`
39+
- Java-Agent layer [**aws-otel-java-agent-<amd64|arm64>-ver-1-21-0**](https://aws-otel.github.io/docs/getting-started/lambda/lambda-java-auto-instr) contains AWS Distro for OpenTelemetry Java Instrumentation `v1.21.0`
40+
- Collector layer **aws-otel-collector-<amd64|arm64>-ver-0-68-0** contains ADOT Collector for Lambda `v0.25.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.

src/content/Downloads/downloads.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
- version: 'AWS Distro for OpenTelemetry Collector Version 0.25.0'
2+
releaseDate: 'January-10-2023'
3+
license: 'Apache-2.0'
4+
releaseNotesLink: 'https://github.com/aws-observability/aws-otel-collector/releases/tag/v0.25.0'
5+
documentationLink: 'https://github.com/aws-observability/aws-otel-collector/blob/v0.25.0/README.md'
6+
downloadLink: 'https://gallery.ecr.aws/aws-observability/aws-otel-collector'
7+
18
- version: 'AWS Distro for OpenTelemetry Collector Version 0.23.1'
29
releaseDate: 'December-09-2022'
310
license: 'Apache-2.0'

src/docs/getting-started/java-sdk/trace-auto-instr.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ artifact, any usage of it will be disabled by the agent.
9393
##### For Gradle:
9494
```kotlin lineNumbers=true
9595
dependencies {
96-
implementation("io.opentelemetry:opentelemetry-api:1.20.1")
96+
implementation("io.opentelemetry:opentelemetry-api:1.21.0")
9797
}
9898
```
9999

@@ -103,7 +103,7 @@ dependencies {
103103
<dependency>
104104
<groupId>io.opentelemetry</groupId>
105105
<artifactId>opentelemetry-api</artifactId>
106-
<version>1.20.1</version>
106+
<version>1.21.0</version>
107107
</dependency>
108108
</dependencies>
109109
```

src/docs/getting-started/java-sdk/trace-manual-instr.mdx

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ to align dependency versions for non-contrib components.
3737
##### For Gradle:
3838
```kotlin lineNumbers=true
3939
dependencies {
40-
api(platform("io.opentelemetry:opentelemetry-bom:1.20.1"))
40+
api(platform("io.opentelemetry:opentelemetry-bom:1.21.0"))
4141

4242
implementation("io.opentelemetry:opentelemetry-api")
4343
implementation("io.opentelemetry:opentelemetry-exporter-otlp")
@@ -46,7 +46,7 @@ dependencies {
4646

4747
implementation("io.opentelemetry:opentelemetry-extension-aws")
4848
implementation("io.opentelemetry:opentelemetry-sdk-extension-aws")
49-
implementation("io.opentelemetry.contrib:opentelemetry-aws-xray:1.20.1")
49+
implementation("io.opentelemetry.contrib:opentelemetry-aws-xray:1.21.0")
5050
}
5151
```
5252

@@ -57,7 +57,7 @@ dependencies {
5757
<dependency>
5858
<groupId>io.opentelemetry</groupId>
5959
<artifactId>opentelemetry-bom</artifactId>
60-
<version>1.20.1</version>
60+
<version>1.21.0</version>
6161
<type>pom</type>
6262
<scope>import</scope>
6363
<dependency>
@@ -87,7 +87,7 @@ dependencies {
8787
<dependency>
8888
<groupId>io.opentelemetry.contrib</groupId>
8989
<artifactId>opentelemetry-aws-xray</artifactId>
90-
<version>1.20.1</version>
90+
<version>1.21.0</version>
9191
</dependency>
9292
</dependencies>
9393
```
@@ -211,7 +211,7 @@ library instrumentation. When using this, do not include `opentelemetry-bom`.
211211
##### For Gradle:
212212
```kotlin lineNumbers=true
213213
dependencies {
214-
api(platform("io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:1.20.2-alpha"))
214+
api(platform("io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:1.21.0-alpha"))
215215

216216
implementation("io.opentelemetry:opentelemetry-api")
217217
implementation("io.opentelemetry:opentelemetry-exporter-otlp")
@@ -230,7 +230,7 @@ dependencies {
230230
<dependency>
231231
<groupId>io.opentelemetry.instrumentation</groupId>
232232
<artifactId>opentelemetry-instrumentation-bom-alpha</artifactId>
233-
<version>1.20.2-alpha</version>
233+
<version>1.21.0-alpha</version>
234234
<type>pom</type>
235235
<scope>import</scope>
236236
<dependency>
@@ -264,7 +264,7 @@ The `opentelemetry-instrumentation-aws-sdk-2.2` artifact provides instrumentatio
264264
##### For Gradle:
265265
```java lineNumbers=true
266266
dependencies {
267-
api(platform("io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:1.20.2-alpha"))\
267+
api(platform("io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:1.21.0-alpha"))\
268268

269269
implementation("io.opentelemetry.instrumentation:opentelemetry-aws-sdk-2.2")
270270

@@ -279,7 +279,7 @@ dependencies {
279279
<dependency>
280280
<groupId>io.opentelemetry.instrumentation</groupId>
281281
<artifactId>opentelemetry-instrumentation-bom-alpha</artifactId>
282-
<version>1.20.2-alpha</version>
282+
<version>1.21.0-alpha</version>
283283
<type>pom</type>
284284
<scope>import</scope>
285285
<dependency>

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-66-0:1 | Contains the [ADOT Collector for Lambda v0.24.0](https://github.com/aws-observability/aws-otel-collector/releases/tag/pkg%2Flambdacomponents%2Fv0.24.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-68-0:1 | Contains the [ADOT Collector for Lambda v0.25.0](https://github.com/aws-observability/aws-otel-collector/releases/tag/pkg%2Flambdacomponents%2Fv0.25.1)|
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.

0 commit comments

Comments
 (0)