We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c251047 commit 3a60fe4Copy full SHA for 3a60fe4
crates/builder/core/src/metrics.rs
@@ -96,8 +96,6 @@ pub struct BuilderMetrics {
96
pub metering_known_transaction: Counter,
97
/// Count of the number of times transactions did not have any metering information
98
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,
101
102
// === DA Size Limit Metrics (always enforced, operator-configured) ===
103
/// Transactions rejected by per-tx DA size limit
0 commit comments