Skip to content

Commit 1a8a179

Browse files
committed
Add path
1 parent c71a0ab commit 1a8a179

File tree

2 files changed

+23
-0
lines changed

2 files changed

+23
-0
lines changed

src/content/BlogPosts/blogPosts.yaml

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

88
blogs:
9+
- title: "AWS managed OpenTelemetry Lambda Layers announces removal of prometheusexporter from March 2023 release"
10+
author: "Kausik Amancherla"
11+
date: "01-March-2023"
12+
body:
13+
"This blog post announces the removal of prometheusexporter in AWS managed OpenTelemetry Lambda Layers."
14+
link: "/content/Blogs/adot-lambda-remove-prometheusexporter"
15+
916
- title: "AWS Distro for OpenTelemetry Lambda Layers are now available with ADOT Collector v0.26.0"
1017
author: "Kausik Amancherla"
1118
date: "22-Feb-2023"
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
title: 'AWS managed OpenTelemetry Lambda Layers announces removal of prometheusexporter from March 2023 release'
3+
description:
4+
This blog post announces the removal of prometheusexporter in AWS managed OpenTelemetry Lambda Layers.
5+
6+
---
7+
8+
import SectionSeparator from "components/MdxSectionSeparator/sectionSeparator.jsx"
9+
10+
<SectionSeparator />
11+
12+
AWS managed OpenTelemetry Lambda Layers announces removal of `prometheusexporter` from March 2023 release in favour of using `prometheusremotewriteexporter` as the default exporter to send telemetry data to Prometheus.
13+
14+
<SectionSeparator />
15+
16+
Customers are advised to change their collector configuration to use `prometheusremotewriteexporter` by the **end of March 2023**. The instructions to set the exporter are mentioned [in our documentation](https://aws-otel.github.io/docs/getting-started/advanced-prometheus-remote-write-configurations#prometheus-remote-write-exporter-configurations) and [OTEL upstream](https://github.com/open-telemetry/opentelemetry-collector-contrib/blob/main/exporter/prometheusremotewriteexporter/README.md#getting-started). If you have any questions on the migration to the new exporter, please feel free to [file an issue.](https://github.com/aws-observability/aws-otel-lambda/issues)

0 commit comments

Comments
 (0)