micrometer-metrics/micrometer

Add cache utilization to basic cache metrics

Aberta

#4.321 aberto em 7 de nov. de 2023

 (11 comentários) (1 reação) (0 responsável)Java (1.135 forks)batch import
help wanted

Métricas do repositório

Stars
 (4.881 estrelas)
Métricas de merge de PR
 (Métricas PR pendentes)

Description

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.

Guia do colaborador