Skip to content

Commit c86479f

Browse files
authored
Merge pull request #501 from Kausik-A/main
Add blogpost on removal of prometheusexporter from March 2023 lambda layer release
2 parents c71a0ab + da3e9db commit c86479f

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 Distro for OpenTelemetry Lambda 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 Distro for OpenTelemetry Lambda."
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 Distro for OpenTelemetry Lambda announces removal of prometheusexporter from March 2023 release'
3+
description:
4+
This blog post announces the removal of prometheusexporter in AWS Distro for OpenTelemetry Lambda.
5+
6+
---
7+
8+
import SectionSeparator from "components/MdxSectionSeparator/sectionSeparator.jsx"
9+
10+
<SectionSeparator />
11+
12+
AWS Distro for OpenTelemetry Lambda announces removal of [prometheusexporter](https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/exporter/prometheusexporter) from March 2023 Lambda layer release (v0.27.0) in favor of using [prometheusremotewriteexporter](https://github.com/open-telemetry/opentelemetry-collector-contrib/blob/main/exporter/prometheusremotewriteexporter/README.md) as the default exporter to send metrics to Prometheus.
13+
14+
<SectionSeparator />
15+
16+
We advise customers 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 [upstream OpenTelemetry](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)