Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Increase visibility of cache state and performance with Prometheus metrics.
Upstream deps must register metrics returned by
GetMetrics().Metrics
Peer to peer
groupcache_get_from_peer_latency{group}: The latency in seconds getting value from remote peergroupcache_set_peer_latency{group}: The latency in seconds during peer update after a SetCache stats
typedenotes cache typemainorhot.groupcache_stats_bytes{group, type}: The number of bytes stored in cachegroupcache_stats_items{group, type}: The number of items stored in cachegroupcache_stats_gets{group, type}: The count of get requestsgroupcache_stats_hits{group, type}: The count of cache hitsgroupcache_stats_evictions{group, type}: The count of cache evictions