grafana/pyroscope

Add an instance-level inflight bytes limit to the distributor

Offen

#5.437 geöffnet am 28.07.2026

 (1 Kommentar) (0 Reaktionen) (0 zugewiesene Personen)C (528 Forks)batch import
good first issue

Repository-Metriken

Stars
 (9.041 Sterne)
PR-Merge-Metriken
 (Durchschn. Merge 5T 7h) (62 gemergte PRs in 30 T)

Beschreibung

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.

Contributor Guide