Skip to content

Commit

Permalink
Fix metric name
Browse files Browse the repository at this point in the history
  • Loading branch information
yngvar-antonsson committed Apr 27, 2024
1 parent 014c6e9 commit a413862
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions metrics/tarantool/memtx.lua
Original file line number Diff line number Diff line change
Expand Up @@ -147,8 +147,8 @@ local function update()
utils.set_gauge('memtx_index_total',
'Total amount of memory allocated for indexing data',
memtx_stat_3.index.total, nil, nil, {default = true})
collectors_list.memtx_index_extents_read_view =
utils.set_gauge('memtx_index_extents_read_view',
collectors_list.memtx_index_read_view =
utils.set_gauge('memtx_index_read_view',
'Memory held for read views',
memtx_stat_3.index.read_view, nil, nil, {default = true})

Expand Down

0 comments on commit a413862

Please sign in to comment.