From 2439a480fdc814eae907773bc43bc5f82b399f5d Mon Sep 17 00:00:00 2001 From: Arthur Silva Sens Date: Wed, 22 Apr 2026 14:56:30 -0300 Subject: [PATCH 1/3] Add banner for Prom exporter vs Collector receiver survey Signed-off-by: Arthur Silva Sens --- docs-config.ts | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/docs-config.ts b/docs-config.ts index 985a1e8f4..b728af3d0 100644 --- a/docs-config.ts +++ b/docs-config.ts @@ -4,11 +4,10 @@ export default { siteUrl: "https://prometheus.io", announcement: { - text: "Take the [Prometheus User Survey (Edition 03.2026)](https://forms.gle/uuEsawKm7u9wCT4T8) and help the community prioritize future development!", - mobileText: - "[Prometheus User Survey (Edition 03.2026)](https://forms.gle/uuEsawKm7u9wCT4T8)", - startDate: "2026-03-24", - endDate: "2026-04-07", + text: "Do you use Prometheus and OpenTelemetry to monitor infrastructure? Please answer our 5m [survey](https://todo)!", + mobileText: "Prometheus+OTel infrastructure monitoring [survey](https://todo)!", + startDate: "2026-04-22", // TBD + endDate: "2026-05-22", // TBD }, kapa: { From f8c54da1f590cf242bcaf7f95396bcb99879be45 Mon Sep 17 00:00:00 2001 From: Arthur Silva Sens Date: Thu, 23 Apr 2026 10:48:37 -0300 Subject: [PATCH 2/3] Update survey links Signed-off-by: Arthur Silva Sens --- docs-config.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs-config.ts b/docs-config.ts index b728af3d0..cd07887d3 100644 --- a/docs-config.ts +++ b/docs-config.ts @@ -4,10 +4,10 @@ export default { siteUrl: "https://prometheus.io", announcement: { - text: "Do you use Prometheus and OpenTelemetry to monitor infrastructure? Please answer our 5m [survey](https://todo)!", - mobileText: "Prometheus+OTel infrastructure monitoring [survey](https://todo)!", - startDate: "2026-04-22", // TBD - endDate: "2026-05-22", // TBD + text: "Do you use Prometheus and OpenTelemetry to monitor infrastructure? Please answer our 5m [survey](https://docs.google.com/forms/d/e/1FAIpQLSfDfT0Y7Y9ZzlXM9GFnei0B8rCaa4ctVD4nhpzzJY7cfzrOrw/viewform)!", + mobileText: "Prometheus+OTel infrastructure monitoring [survey](https://docs.google.com/forms/d/e/1FAIpQLSfDfT0Y7Y9ZzlXM9GFnei0B8rCaa4ctVD4nhpzzJY7cfzrOrw/viewform)!", + startDate: "2026-04-23", + endDate: "2026-05-23", }, kapa: { From bffd9a92847a65ded62de879a4c9593e65292a3b Mon Sep 17 00:00:00 2001 From: Arthur Silva Sens Date: Thu, 23 Apr 2026 14:38:30 -0300 Subject: [PATCH 3/3] Address comments Signed-off-by: Arthur Silva Sens --- docs-config.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs-config.ts b/docs-config.ts index cd07887d3..33dd0e384 100644 --- a/docs-config.ts +++ b/docs-config.ts @@ -4,8 +4,8 @@ export default { siteUrl: "https://prometheus.io", announcement: { - text: "Do you use Prometheus and OpenTelemetry to monitor infrastructure? Please answer our 5m [survey](https://docs.google.com/forms/d/e/1FAIpQLSfDfT0Y7Y9ZzlXM9GFnei0B8rCaa4ctVD4nhpzzJY7cfzrOrw/viewform)!", - mobileText: "Prometheus+OTel infrastructure monitoring [survey](https://docs.google.com/forms/d/e/1FAIpQLSfDfT0Y7Y9ZzlXM9GFnei0B8rCaa4ctVD4nhpzzJY7cfzrOrw/viewform)!", + text: "Do you use Prometheus and OpenTelemetry to monitor infrastructure and applications? Please answer our 3-minutes [survey](https://docs.google.com/forms/d/e/1FAIpQLSfDfT0Y7Y9ZzlXM9GFnei0B8rCaa4ctVD4nhpzzJY7cfzrOrw/viewform)!", + mobileText: "Prometheus+OTel infrastructure and applications monitoring [survey](https://docs.google.com/forms/d/e/1FAIpQLSfDfT0Y7Y9ZzlXM9GFnei0B8rCaa4ctVD4nhpzzJY7cfzrOrw/viewform)!", startDate: "2026-04-23", endDate: "2026-05-23", },