Skip to content

Commit

Permalink
mdbx more metrics (#614)
Browse files Browse the repository at this point in the history
  • Loading branch information
AskAlexSharov authored Aug 31, 2022
1 parent 22beae4 commit 1508952
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions kv/kv_interface.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,25 +57,6 @@ var (
GcOverflowMetric = metrics.NewCounter(`db_gc_overflow`) //nolint
GcPagesMetric = metrics.NewCounter(`db_gc_pages`) //nolint

TableScsLeaf = metrics.NewCounter(`table_scs_leaf`) //nolint
TableScsBranch = metrics.NewCounter(`table_scs_branch`) //nolint
TableScsEntries = metrics.NewCounter(`table_scs_entries`) //nolint
TableScsSize = metrics.NewCounter(`table_scs_size`) //nolint
TableStateLeaf = metrics.NewCounter(`table_state_leaf`) //nolint
TableStateBranch = metrics.NewCounter(`table_state_branch`) //nolint
TableStateEntries = metrics.NewCounter(`table_state_entries`) //nolint
TableStateSize = metrics.NewCounter(`table_state_size`) //nolint
TableLogLeaf = metrics.NewCounter(`table_log_leaf`) //nolint
TableLogBranch = metrics.NewCounter(`table_log_branch`) //nolint
TableLogOverflow = metrics.NewCounter(`table_log_overflow`) //nolint
TableLogEntries = metrics.NewCounter(`table_log_entries`) //nolint
TableLogSize = metrics.NewCounter(`table_log_size`) //nolint
TableTxLeaf = metrics.NewCounter(`table_tx_leaf`) //nolint
TableTxBranch = metrics.NewCounter(`table_tx_branch`) //nolint
TableTxOverflow = metrics.NewCounter(`table_tx_overflow`) //nolint
TableTxEntries = metrics.NewCounter(`table_tx_entries`) //nolint
TableTxSize = metrics.NewCounter(`table_tx_size`) //nolint

)

type DBVerbosityLvl int8
Expand Down

0 comments on commit 1508952

Please sign in to comment.