micrometer-metrics/micrometer

Add cache utilization to basic cache metrics

Open

#4.321 geöffnet am 7. Nov. 2023

Auf GitHub ansehen
 (11 Kommentare) (1 Reaktion) (0 zugewiesene Personen)Java (935 Forks)batch import
help wanted

Repository-Metriken

Stars
 (4.220 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 1T 21h) (100 gemergte PRs in 30 T)

Beschreibung

Issue #393 defines some standard cache metrics. However it lacks the cache utilization (in percent), that cannot be calculated from the existing exposed metrics either.

Monitoring the cache utilization is required to trigger early alerts to have enough time for a reconfiguration before the cache actually runs full, starts to evict elements and potentially slows down the system.

Contributor Guide