tarantool / metrics

Metric collection library for Tarantool
MIT License
39 stars 24 forks source link

memtx MVCC memory monitoring #385

Closed panticonur closed 2 years ago

panticonur commented 2 years ago

Introduce memtx MVCC memory monitoring. One can get it with box.stat.memtx.tx() method or use index to access a particular statistic.

I didn't forget about

Close #373