Skip to content

Commit fc77608

Browse files
Merge branch 'main' into lambdadocchnage
2 parents 9b041c2 + b59a43c commit fc77608

File tree

5 files changed

+75
-30
lines changed

5 files changed

+75
-30
lines changed

package-lock.json

Lines changed: 8 additions & 27 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"react-dom": "^16.13.1",
5353
"react-helmet": "^5.2.0",
5454
"react-icon": "^1.0.0",
55-
"react-icons": "^3.5.0",
55+
"react-icons": "^4.4.0",
5656
"react-id-generator": "^3.0.1",
5757
"react-router-dom": "^6.3.0",
5858
"react-slick": "^0.29.0",

src/content/BlogPosts/blogPosts.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ description:
66
path: /blog
77

88
blogs:
9+
- title: "AWS Distro for OpenTelemetry Lambda Layers are now available with ADOT Collector v0.21.0"
10+
author: "Kausik Amancherla"
11+
date: "12-September-2022"
12+
body:
13+
"ADOT Lambda Layers distribute ADOT Collector v0.21.0 with new layers supporting AMD64 and ARM64 Lambda functions"
14+
link: "/docs/ReleaseBlogs/aws-distro-for-opentelemetry-lambda-layer-v0.21.0"
915
- title: "AWS Distro for OpenTelemetry v0.21.1 is now available"
1016
author: "Bryan Aguilar"
1117
date: 07-September-2022"
@@ -21,7 +27,6 @@ blogs:
2127
"AWS Distro for OpenTelemetry v0.20.1 is now available. You can download the latest AWS Distro for OpenTelemetry Collector image
2228
from the Amazon Elastic Container Registry (Amazon ECR) Public Gallery."
2329
link: "/docs/ReleaseBlogs/aws-distro-for-opentelemetry-collector-v0.20.1"
24-
2530
- title: "AWS Distro for OpenTelemetry v0.21.0 is now available"
2631
author: "Eric Hsueh"
2732
date: "30-August-2022"
Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,59 @@
1+
---
2+
title: 'AWS Distro for OpenTelemetry Lambda Layers that contains ADOT Collector v0.21.0 are now available'
3+
description:
4+
August 2022 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) || N/A |
20+
|Canada (Central) || N/A |
21+
|Europe (Frankfurt) |||
22+
|Europe (Ireland) |||
23+
|Europe (London) |||
24+
|Europe (Stockholm) || N/A |
25+
|Europe(Paris) || N/A |
26+
|South America (Sao Paulo)|| N/A |
27+
|US East (N. Virginia) |||
28+
|US East (Ohio) |||
29+
|US West (N California) || N/A |
30+
|US West (Oregon) |||
31+
32+
<SectionSeparator />
33+
34+
### Release Highlights
35+
36+
- Python layer [**aws-otel-python-<amd64|arm64>-ver-1-12-0**](https://aws-otel.github.io/docs/getting-started/lambda/lambda-python) contains OpenTelemetry Python `v1.12.0` with the AWS Python Extension `v2.0.1`
37+
- Nodejs layer [**aws-otel-nodejs-<amd64|arm64>-ver-1-6-0**](https://aws-otel.github.io/docs/getting-started/lambda/lambda-js) contains OpenTelemetry JavaScript Core `v1.6.0` with AWS Lambda Instrumentation `v0.33.0`
38+
- Java-Wrapper layer [**aws-otel-java-wrapper-<amd64|arm64>-ver-1-17-0**](https://aws-otel.github.io/docs/getting-started/lambda/lambda-java) contains OpenTelemetry Java `v1.17.0`
39+
- Java-Agent layer [**aws-otel-java-agent-<amd64|arm64>-ver-1-17-0**](https://aws-otel.github.io/docs/getting-started/lambda/lambda-java-auto-instr) contains AWS Distro OpenTelemetry Java instrumentation `v1.17.0`
40+
- Collector layer **aws-otel-collector-<amd64|arm64>-ver-0-58-0** contains ADOT Collector for Lambda `v0.21.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+
Learn more about AWS Distro for OpenTelemetry on the AWS Open Source Blog, where we announced 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 and [general availability for metrics](https://aws.amazon.com/blogs/opensource/aws-distro-for-opentelemetry-is-now-generally-available-for-metrics/) in May 2022.
47+
48+
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).
49+
50+
More blog posts about
51+
[AWS Distro for OpenTelemetry](https://aws.amazon.com/blogs/opensource/category/management-tools/aws-distro-for-opentelemetry/) can be found on the
52+
[AWS Open Source Blog](https://aws.amazon.com/blogs/opensource/category/management-tools/aws-distro-for-opentelemetry/).
53+
54+
55+
56+
### Author
57+
58+
59+
[Kausik Amancherla](https://github.com/kausik-A)

src/docs/getting-started/x-ray.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ exporters:
9898
| Status.StatusCode | throttle | <ul><li> When StatusCode = Error then error is set to true for a 429 HTTP response. The exception stack trace is captured in the exception field. Any other values of StatusCode result in throttle being set to false. </li></ul> |
9999
| Event | exception | <ul><li> This field is populated by span exception events when the StatusCode = Error ; all other span events are dropped. </li></ul> |
100100
| Link | N/A | <ul><li> Not currently supported by the exporter. </li></ul> |
101-
| cloud.provider and cloud.platform | origin | <ul><li> If value of cloud.provider attribute key within span resource attributes = “aws", then the exporter copies the value from cloud.platform attribute key to the origin field, if the cloud.platform key is one of the following supported values: AppRunner, EKS, EB, ECS and EC2. Any other cloud.platform key values then origin will not be set. </li></ul> |
101+
| cloud.provider and cloud.platform | origin | <ul><li> If value of `cloud.provider` attribute key within span resource attributes = “aws", then the exporter copies the value from cloud.platform attribute key to the origin field, if the cloud.platform key is one of the following supported values: `aws_app_runner`, `aws_eks`, `aws_elastic_beanstalk`, `aws_ecs` and `aws_ec2`. Any other cloud.platform key values then origin will not be set. </li></ul> |
102102
| rpc.system and aws.service | namespace | <ul><li> If namespace has not yet been set, and one of the following conditions is true, then namespace will be set to "aws": - rpc.system attribute key = "aws-api" - aws.service attribute key is not empty. </li><li> If namespace has not yet been set, and spankind = "client", then namespace is set to "remote". In all other cases, namespace is not set. </li></ul> |
103103
| peer.service, aws.service, db.service, service.name, span.kind, and span name | name | <ul><li> Name field is set to peer.service if not empty. </li><li> If peer.service is empty and aws.service attribute key is not empty, name is set to aws.service. </li><li> If aws.service is empty and db.service attribute key is not empty, name is set to db.service. </li><li> If none of these attribute keys has a value, and span.kind = "Server", then name is set to value of service.name attribute key. </li><li> If none of the prior conditions are met, name is set to the name of the span. </li></ul> |
104104
| pdata.SpanKindServer | type | <ul><li> If span.kind = "Server" then the exporter creates an X-Ray segment. Otherwise a subsegment is created. </li></ul> |

0 commit comments

Comments
 (0)