Migrate to new metrics after deprecation in 0.15.0
DifferentialOrange opened this issue · 0 comments
DifferentialOrange commented
Some LuaJit metrics were renamed. See tarantool/metrics CHANGELOG.
Added
lj_gc_allocated_total
lj_gc_freed_total
lj_gc_steps_atomic_total
lj_gc_steps_finalize_total
lj_gc_steps_pause_total
lj_gc_steps_propagate_total
lj_gc_steps_sweep_total
lj_gc_steps_sweepstring_total
lj_jit_snap_restore_total
lj_jit_trace_abort_total
lj_strhash_hit_total
lj_strhash_miss_total
Deprecated
lj_gc_allocated
lj_gc_freed
lj_gc_steps_atomic
lj_gc_steps_finalize
lj_gc_steps_pause
lj_gc_steps_propagate
lj_gc_steps_sweep
lj_gc_steps_sweepstring
lj_jit_snap_restore
lj_jit_trace_abort
lj_strhash_hit
lj_strhash_miss
We should wait until project migrate to 0.15.0 (or 0.15.1 with fixed tarantool/metrics#399).