summaryrefslogtreecommitdiff
path: root/src/mem3/priv/stats_descriptions.cfg
blob: 569d16ac350f01599c954204a976216080438787 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{[mem3, shard_cache, eviction], [
    {type, counter},
    {desc, <<"number of shard cache evictions">>}
]}.
{[mem3, shard_cache, hit], [
    {type, counter},
    {desc, <<"number of shard cache hits">>}
]}.
{[mem3, shard_cache, miss], [
    {type, counter},
    {desc, <<"number of shard cache misses">>}
]}.