micrometer-metrics/micrometer

Add cache utilization to basic cache metrics

Open

#4 321 ouverte le 7 nov. 2023

Voir sur GitHub
 (11 commentaires) (1 réaction) (0 assignés)Java (935 forks)batch import
help wanted

Métriques du dépôt

Stars
 (4 220 stars)
Métriques de merge PR
 (Merge moyen 1j 21h) (100 PRs mergées en 30 j)

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