Skip to content

Commit

Permalink
Add Blog Post
Browse files Browse the repository at this point in the history
  • Loading branch information
vasireddy99 committed Jul 25, 2023
1 parent a88a9a9 commit 7db0af6
Show file tree
Hide file tree
Showing 2 changed files with 64 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/content/BlogPosts/blogPosts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ description:
path: /blog

blogs:
- title: "AWS Distro for OpenTelemetry Lambda Layers are now available with ADOT Collector v0.31.0"
author: "Pavan Sai Vasireddy"
date: "25-July-2023"
body:
"ADOT Lambda Layers now distribute ADOT Collector v0.31.0 with new layers supporting AMD64 and ARM64 Lambda functions"
link: "/docs/ReleaseBlogs/aws-distro-for-opentelemetry-lambda-layer-v0.31.0"

- title: "AWS Distro for OpenTelemetry v0.31.0 is now available"
author: "Bryan Aguilar"
date: "20-July-2023"
Expand Down Expand Up @@ -73,6 +80,7 @@ blogs:
"AWS Distro for OpenTelemetry v0.29.1 is now available. You can download the latest AWS Distro for OpenTelemetry Collector image
from the Amazon Elastic Container Registry (Amazon ECR) Public Gallery."
link: "/docs/ReleaseBlogs/aws-distro-for-opentelemetry-collector-v0.29.1"

- title: "AWS Distro for OpenTelemetry Java Instrumentation v1.26.0 is now available"
author: "Raphael Silva"
date: "18-May-2023"
Expand All @@ -95,6 +103,7 @@ blogs:
"AWS Distro for OpenTelemetry v0.29.0 is now available. You can download the latest AWS Distro for OpenTelemetry Collector image
from the Amazon Elastic Container Registry (Amazon ECR) Public Gallery."
link: "/docs/ReleaseBlogs/aws-distro-for-opentelemetry-collector-v0.29.0"

- title: "AWS Distro for OpenTelemetry Lambda Layers are now available with ADOT Collector v0.28.0"
author: "Pavan Sai Vasireddy"
date: "25-April-2023"
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
---
title: 'AWS Distro for OpenTelemetry Lambda Layers that contains ADOT Collector v0.31.0 are now available'
description:
Julye 2023 release announcement for ADOT Lambda layers
---

import SectionSeparator from "components/MdxSectionSeparator/sectionSeparator.jsx"

<SectionSeparator />

AWS Distro for OpenTelemetry Lambda Layers now supports AMD64 and ARM64 in the following AWS regions:

|Region | AMD64 | ARM64 |
|-------------------------|-------|-------|
|Asia Pacific (Mumbai) |||
|Asia Pacific (Singapore) |||
|Asia Pacific (Sydney) |||
|Asia Pacific (Tokyo) |||
|Asia pacific (Seoul) |||
|Canada (Central) |||
|Europe (Frankfurt) |||
|Europe (Ireland) |||
|Europe (London) |||
|Europe (Stockholm) |||
|Europe(Paris) |||
|South America (Sao Paulo)|||
|US East (N. Virginia) |||
|US East (Ohio) |||
|US West (N California) |||
|US West (Oregon) |||

<SectionSeparator />

### Release Highlights

- Python layer [**aws-otel-python-<amd64|arm64>-ver-1-19-0**](https://aws-otel.github.io/docs/getting-started/lambda/lambda-python) contains OpenTelemetry Python `v1.19.0` and ADOT Collector for Lambda `v0.31.0`
- Nodejs layer [**aws-otel-nodejs-<amd64|arm64>-ver-1-15-0**](https://aws-otel.github.io/docs/getting-started/lambda/lambda-js) contains OpenTelemetry JavaScript Core `v1.15.0` with AWS Lambda Instrumentation `v0.36.0` and ADOT Collector for Lambda `v0.31.0`
- Java-Wrapper layer [**aws-otel-java-wrapper-<amd64|arm64>-ver-1-28-0**](https://aws-otel.github.io/docs/getting-started/lambda/lambda-java) contains OpenTelemetry Java `v1.28.0` and ADOT Collector for Lambda `v0.31.0`
- Java-Agent layer [**aws-otel-java-agent-<amd64|arm64>-ver-1-28-0**](https://aws-otel.github.io/docs/getting-started/lambda/lambda-java-auto-instr) contains AWS Distro for OpenTelemetry Java Instrumentation `v1.28.0` and ADOT Collector for Lambda `v0.31.0`
- Collector layer **aws-otel-collector-<amd64|arm64>-ver-0-80-1** contains ADOT Collector for Lambda `v0.31.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.

### Download

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.

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).

More blog posts about
[AWS Distro for OpenTelemetry](https://aws.amazon.com/blogs/opensource/category/management-tools/aws-distro-for-opentelemetry/) can be found on the
[AWS Open Source Blog](https://aws.amazon.com/blogs/opensource/category/management-tools/aws-distro-for-opentelemetry/).


### Author

[Pavan Sai Vasireddy](https://github.com/vasireddy99) 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.

0 comments on commit 7db0af6

Please sign in to comment.