From 42feeb719fcebc49152aa950559150a765d08a41 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20J=2E=20Wal?= Date: Mon, 13 Jul 2026 11:00:27 +0200 Subject: [PATCH 1/2] Bump elasticsearch_exporter v1.10.0 -> v1.11.0 Fixes the idle-connection leak in the exporter's multi-target feature (prometheus-community/elasticsearch_exporter#1136): v1.10.0 opens ~1 keep-alive socket to Elasticsearch per scrape and never closes it, so the ebpf container's RSS ratchets up unbounded (observed ~6000 ESTABLISHED conns / 420MB after 24h, resets to a few MB on restart). v1.11.0 also streams the /_all/_stats decode for ~10x lower peak memory per scrape (#1159). --- ebpf/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ebpf/Dockerfile b/ebpf/Dockerfile index 5d9b5c9..094f2c5 100644 --- a/ebpf/Dockerfile +++ b/ebpf/Dockerfile @@ -43,7 +43,7 @@ FROM prometheuscommunity/postgres-exporter:v0.18.1 AS postgres-exporter FROM danielqsj/kafka-exporter:v1.9.0 AS kafka-exporter # Add elasticsearch exporter to the image -FROM quay.io/prometheuscommunity/elasticsearch-exporter:v1.10.0 AS elasticsearch-exporter +FROM quay.io/prometheuscommunity/elasticsearch-exporter:v1.11.0 AS elasticsearch-exporter # Add pgbouncer exporter to the image FROM prometheuscommunity/pgbouncer-exporter:v0.12.0 AS pgbouncer-exporter From 929cd6ebdcc3eea78f32a2466d003bbedf574e8d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20J=2E=20Wal?= Date: Mon, 13 Jul 2026 11:39:06 +0200 Subject: [PATCH 2/2] Bump COLLECTOR_VERSION to 1.1.29 --- collector/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collector/Dockerfile b/collector/Dockerfile index baaa781..d661965 100644 --- a/collector/Dockerfile +++ b/collector/Dockerfile @@ -59,7 +59,7 @@ RUN mkdir -p /versions/0-default \ # Set environment variables ENV BASE_URL=https://telemetry.betterstack.com ENV CLUSTER_COLLECTOR=false -ENV COLLECTOR_VERSION=1.1.28 +ENV COLLECTOR_VERSION=1.1.29 ENV VECTOR_VERSION=0.47.0 ENV OBI_VERSION=0.10.0 ENV CLUSTER_AGENT_VERSION=1.6.1