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.

貢獻者指南