rnewson commented on issue #5886:
URL: https://github.com/apache/couchdb/issues/5886#issuecomment-3923118820
so couchdb can load these when you try in remsh, interesting!
```
{ok,[{[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">>}]}]},
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]