Skip to content

Commit 3a60fe4

Browse files
committed
chore(builder): remove unused metering lock metric
1 parent c251047 commit 3a60fe4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

crates/builder/core/src/metrics.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,6 @@ pub struct BuilderMetrics {
9696
pub metering_known_transaction: Counter,
9797
/// Count of the number of times transactions did not have any metering information
9898
pub metering_unknown_transaction: Counter,
99-
/// Count of the number of times we were unable to resolve metering information due to locking
100-
pub metering_locked_transaction: Counter,
10199

102100
// === DA Size Limit Metrics (always enforced, operator-configured) ===
103101
/// Transactions rejected by per-tx DA size limit

0 commit comments

Comments
 (0)