micrometer-metrics/micrometer

Add cache utilization to basic cache metrics

开放

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

 (11 条评论) (1 个反应) (0 位负责人)Java (1,133 个派生)batch import
help wanted

仓库指标

星标
 (4,882 个星标)
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.

贡献者指南