mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-11-09 11:34:51 +00:00
This adds counters to equiv. cache reads & writes. Reads are labeled by hit/miss, while writes are labeled to indicate whether the write was discarded. This will give us visibility into, - hit rate of cache reads - ratio of reads to writes - rate of discarded writes