Skip to content

Bump elasticsearch_exporter v1.10.0 -> v1.11.0#136

Merged
paweljw merged 2 commits into
mainfrom
pawel/bump-elasticsearch
Jul 13, 2026
Merged

Bump elasticsearch_exporter v1.10.0 -> v1.11.0#136
paweljw merged 2 commits into
mainfrom
pawel/bump-elasticsearch

Conversation

@paweljw

@paweljw paweljw commented Jul 13, 2026

Copy link
Copy Markdown
Member

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).

paweljw added 2 commits July 13, 2026 11:37
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).
@paweljw
paweljw merged commit 929cd6e into main Jul 13, 2026
9 checks passed
@paweljw
paweljw deleted the pawel/bump-elasticsearch branch July 13, 2026 13:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant