Skip to content

Commit

Permalink
Update metrics/tarantool/memtx.lua
Browse files Browse the repository at this point in the history
Co-authored-by: Georgy Moiseev <moiseev.georgii@gmail.com>
  • Loading branch information
yngvar-antonsson and DifferentialOrange authored Apr 27, 2024
1 parent 4d4a15e commit 263eccf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metrics/tarantool/memtx.lua
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ local function update()
collectors_list.memtx_tuples_data_read_view =
utils.set_gauge('memtx_tuples_data_read_view',
'Memory held for read views',
memtx_stat_3.data.read_view, {kind = "read_view"}, nil, {default = true})
memtx_stat_3.data.read_view, nil, nil, {default = true})
collectors_list.memtx_tuples_data_garbage =
utils.set_gauge('memtx_tuples_data_garbage',
'Memory that is unused and scheduled to be freed',
Expand Down

0 comments on commit 263eccf

Please sign in to comment.