You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-`groupcache_cache_bytes{group,type="main|hot"}`: Gauge of current bytes in use
26
27
-`groupcache_cache_evictions_nonexpired_total{group,type="main|hot"}`: Count of cache evictions for non-expired keys due to memory full
27
28
-`groupcache_cache_evictions_total{group,type="main|hot"}`: Count of cache evictions
28
29
-`groupcache_cache_gets_total{group,type="main|hot"}`: Count of cache gets
29
30
-`groupcache_cache_hits_total{group,type="main|hot"}`: Count of cache hits
30
31
-`groupcache_cache_items{group,type="main|hot"}`: Gauge of current items in use
32
+
33
+
### Exported from groupcache's `Stats()`
31
34
-`groupcache_get_from_peers_latency_lower{group}`: Represent slowest duration to request value from peers
32
35
-`groupcache_gets_total{group}`: Count of cache gets (including from peers, from either main or hot caches)
33
36
-`groupcache_hits_total{group}`: Count of cache hits (from either main or hot caches)
@@ -39,6 +42,6 @@ group := groupcache.NewGroup("mygroup", cacheSize, getter)
39
42
-`groupcache_peer_loads_total{group}`: Count of loads or cache hits from peers
40
43
-`groupcache_server_requests_total{group}`: Count of gets received from peers
41
44
42
-
# Attribution
45
+
##Attribution
43
46
44
-
This package source was copied from https://github.com/udhos/groupcache_exporter. See LICENSE for MIT license details impacting the contents of this package directory in addition to the LICENSE at the root of this repo for co-existing Apache license details.
47
+
This package source originated from https://github.com/udhos/groupcache_exporter. See LICENSE for MIT license details impacting the contents of this package directory in addition to the LICENSE at the root of this repo for co-existing Apache license details.
0 commit comments