grafana/pyroscope

Add an instance-level inflight bytes limit to the distributor

Aberta

#5.437 aberto em 28 de jul. de 2026

 (1 comentário) (0 reação) (0 responsável)C (528 forks)batch import
good first issue

Métricas do repositório

Stars
 (9.041 estrelas)
Métricas de merge de PR
 (Mesclagem média 5d 7h) (62 fundiu PRs em 30d)

Description

An application-level flag such as -distributor.max-inflight-bytes can protect distributors from being OOMKilled when segment writers experience slowdowns or outages.

Prior art:

Should be opt-in and apply for both the regular (sync) and the async write path.

Guia do colaborador