micrometer-metrics/micrometer

Add cache utilization to basic cache metrics

Ouverte

#4 321 ouverte le 7 nov. 2023

 (11 commentaires) (1 réaction) (0 personne assignée)Java (1 135 forks)batch import
help wanted

Métriques du dépôt

Stars
 (4 881 étoiles)
Métriques de merge PR
 (Métriques PR en attente)

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.

Guide contributeur