diff --git a/snow/consensus/snowman/metrics.go b/snow/consensus/snowman/metrics.go index 1f57354b7cc7..6e5159d6c1a5 100644 --- a/snow/consensus/snowman/metrics.go +++ b/snow/consensus/snowman/metrics.go @@ -132,11 +132,6 @@ func newMetrics( Name: "blks_build_accept_latency", Help: "time (in ns) from the timestamp of a block to the time it was accepted", }), - buildLatencyAccepted: prometheus.NewGauge(prometheus.GaugeOpts{ - Namespace: namespace, - Name: "blks_build_accept_latency", - Help: "time (in ns) from the timestamp of a block to the time it was accepted", - }), blockSizeRejectedSum: prometheus.NewGauge(prometheus.GaugeOpts{ Namespace: namespace,