micrometer-metrics/micrometer

Add cache utilization to basic cache metrics

Open

#4321 aperta il 7 nov 2023

Vedi su GitHub
 (11 commenti) (1 reazione) (0 assegnatari)Java (935 fork)batch import
help wanted

Metriche repository

Star
 (4220 star)
Metriche merge PR
 (Merge medio 1g 21h) (100 PR mergiate in 30 g)

Descrizione

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.

Guida contributor