Skip to content

Commit

Permalink
rename
Browse files Browse the repository at this point in the history
  • Loading branch information
Aleksandr Zalialov committed Feb 5, 2025
1 parent 57d752e commit 19d0dcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ydb/core/tablet_flat/flat_executor_counters.h
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ namespace NTabletFlatExecutor {
XX(DB_COMMITTED_TX_COUNT, "DbCommittedTxCount") \
XX(DB_REMOVED_TX_COUNT, "DbRemovedTxCount") \
XX(DB_REMOVED_COMMITTED_TXS, "DbRemovedCommittedTxs") \
XX(TABLET_START_TIME_US, "StartTimeUs") \
XX(TABLET_START_TIME_US, "LastStartTimeUs") \

// don't change order!
#define FLAT_EXECUTOR_CUMULATIVE_COUNTERS_MAP(XX) \
Expand Down

0 comments on commit 19d0dcc

Please sign in to comment.