Skip to content

Commit 74a2e3e

Browse files
authored
Merge branch 'main' into dependabot/npm_and_yarn/react-datetime-3.2.0
2 parents ef44d70 + 7ced8a5 commit 74a2e3e

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+1151
-175
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.3.0
40+
uses: actions/checkout@v3.5.2
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.3.0
16+
- uses: actions/checkout@v3.5.2
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.3.0
28+
uses: actions/checkout@v3.5.2
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.3.0
38+
uses: actions/checkout@v3.5.2
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.3.0
61+
- uses: actions/checkout@v3.5.2
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.3.0
19+
- uses: actions/checkout@v3.5.2
2020
- uses: actions/setup-node@v3
2121
with:
2222
node-version: '16'
26.6 KB
Loading

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: 78 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,87 @@ description:
66
path: /blog
77

88
blogs:
9+
- title: "AWS Distro for OpenTelemetry Java Instrumentation v1.24.0 is now available"
10+
author: "Paurush Garg"
11+
date: "14-Apr-2023"
12+
body:
13+
"AWS Distro for OpenTelemetry Java Instrumentation v1.24.0 is now available. You can download the latest ADOT Java auto-instrumentation Docker image
14+
from the Amazon Elastic Container Registry (Amazon ECR) Public Gallery and the jar artifacts from the Maven Central Repository."
15+
link: "/docs/ReleaseBlogs/aws-distro-for-opentelemetry-java-instrumentation-v1.24.0"
16+
17+
- title: "AWS Distro for OpenTelemetry v0.28.0 is now available"
18+
author: "Raphael Silva"
19+
date: "07-Apr-2023"
20+
body:
21+
"AWS Distro for OpenTelemetry v0.28.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.28.0"
24+
25+
- title: "AWS Distro for OpenTelemetry v0.27.1 is now available"
26+
author: "Bryan Aguilar"
27+
date: "05-Apr-2023"
28+
body:
29+
"AWS Distro for OpenTelemetry v0.27.1 is now available. You can download the latest AWS Distro for OpenTelemetry Collector image
30+
from the Amazon Elastic Container Registry (Amazon ECR) Public Gallery."
31+
link: "/docs/ReleaseBlogs/aws-distro-for-opentelemetry-collector-v0.27.1"
32+
33+
- title: "AWS Distro for OpenTelemetry Lambda Layers are now available with ADOT Collector v0.27.0"
34+
author: "Raphael Silva"
35+
date: "10-Mar-2023"
36+
body:
37+
"ADOT Lambda Layers now distribute ADOT Collector v0.27.0 with new layers supporting AMD64 and ARM64 Lambda functions"
38+
link: "/docs/ReleaseBlogs/aws-distro-for-opentelemetry-lambda-layer-v0.27.0"
39+
40+
- title: "AWS Distro for OpenTelemetry v0.26.2 is now available"
41+
author: "Paurush Garg"
42+
date: "04-Mar-2023"
43+
body:
44+
"AWS Distro for OpenTelemetry v0.26.2 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.26.2"
47+
48+
- title: "AWS Distro for OpenTelemetry v0.27.0 is now available"
49+
author: "Huy Vo"
50+
date: "03-Mar-2023"
51+
body:
52+
"AWS Distro for OpenTelemetry v0.27.0 is now available. You can download the latest AWS Distro for OpenTelemetry Collector image
53+
from the Amazon Elastic Container Registry (Amazon ECR) Public Gallery."
54+
link: "/docs/ReleaseBlogs/aws-distro-for-opentelemetry-collector-v0.27.0"
55+
56+
- title: "AWS Distro for OpenTelemetry Lambda announces removal of prometheusexporter from March 2023 release"
57+
author: "Kausik Amancherla"
58+
date: "01-March-2023"
59+
body:
60+
"This blog post announces the removal of prometheusexporter in AWS Distro for OpenTelemetry Lambda."
61+
link: "/docs/adot-lambda-remove-prometheusexporter"
62+
63+
- title: "AWS Distro for OpenTelemetry Lambda Layers are now available with ADOT Collector v0.26.0"
64+
author: "Kausik Amancherla"
65+
date: "22-Feb-2023"
66+
body:
67+
"ADOT Lambda Layers now distribute ADOT Collector v0.26.0 with new layers supporting AMD64 and ARM64 Lambda functions"
68+
link: "/docs/ReleaseBlogs/aws-distro-for-opentelemetry-lambda-layer-v0.26.0"
69+
70+
- title: "AWS Distro for OpenTelemetry unifies ingestion with OpenTelemetry Protocol Exporter"
71+
author: "Michael Hausenblas"
72+
date: "17-Feb-2023"
73+
body:
74+
"Why and how we plan to migrate all partner integrations in the ADOT collector to OTLP."
75+
link: "/docs/move-to-otlp"
76+
77+
- title: "AWS Distro for OpenTelemetry Collector v0.26.1 and v0.25.1 are now available"
78+
author: "Pavan Sai Vasireddy"
79+
date: "16-Feb-2023"
80+
body:
81+
"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
82+
from the Amazon Elastic Container Registry (Amazon ECR) Public Gallery."
83+
link: "/docs/ReleaseBlogs/aws-distro-for-opentelemetry-collector-v0.25.1-and-v0.26.1"
84+
985
- title: "AWS Distro for OpenTelemetry v0.26.0 is now available"
1086
author: "Bryan Aguilar"
1187
date: "02-Feb-2023"
1288
body:
13-
"AWS Distro for OpenTelemetry v0.25.0 is now available. You can download the latest AWS Distro for OpenTelemetry Collector image
89+
"AWS Distro for OpenTelemetry v0.26.0 is now available. You can download the latest AWS Distro for OpenTelemetry Collector image
1490
from the Amazon Elastic Container Registry (Amazon ECR) Public Gallery."
1591
link: "/docs/ReleaseBlogs/aws-distro-for-opentelemetry-collector-v0.26.0"
1692

@@ -35,6 +111,7 @@ blogs:
35111
body:
36112
"ADOT Lambda Layers now distribute ADOT Collector v0.24.0 with new layers supporting AMD64 and ARM64 Lambda functions"
37113
link: "/docs/ReleaseBlogs/aws-distro-for-opentelemetry-lambda-layer-v0.24.0"
114+
38115
- title: "ADOT for EKS add-ons announces advanced configuration for Collector deployment"
39116
author: "Eric Hsueh"
40117
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)