micrometer-metrics/micrometer

Add cache utilization to basic cache metrics

Open

#4,321 创建于 2023年11月7日

在 GitHub 查看
 (11 评论) (1 反应) (0 负责人)Java (935 fork)batch import
help wanted

仓库指标

Star
 (4,220 star)
PR 合并指标
 (平均合并 1天 21小时) (30 天内合并 100 个 PR)

描述

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.

贡献者指南