prometheus and graphite metrics are missing some cache stats
From cache it only exports cache.stats()
, but that only counts operations. Ideas:
-
cache.count()
is quite an important number -
utilized LMDB size in bytes might be even more interesting (computed by GC anyway), and could be paired to cache.current_size
Reported on gitter.
Edited by Lukas Jezek