From bf4c999789283fbba548b31e57e9653d18f95b13 Mon Sep 17 00:00:00 2001 From: irrun Date: Thu, 11 Jul 2024 11:08:14 +0800 Subject: [PATCH] chore: remove metric --- miner/bid_simulator.go | 1 - 1 file changed, 1 deletion(-) diff --git a/miner/bid_simulator.go b/miner/bid_simulator.go index 56c77f9208..0dca51d20e 100644 --- a/miner/bid_simulator.go +++ b/miner/bid_simulator.go @@ -544,7 +544,6 @@ func (b *bidSimulator) simBid(interruptCh chan int32, bidRuntime *BidRuntime) { if success { bidRuntime.duration = time.Since(simStart) bidSimTimer.UpdateSince(simStart) - metrics.GetOrRegisterCounter(fmt.Sprintf("bid/sim/count/%d", bidRuntime.bid.BlockNumber), nil).Inc(1) // only recommit self bid when newBidCh is empty if len(b.newBidCh) > 0 {