Skip to content

Commit 3da6246

Browse files
eth/catalyst: add getBlobs metrics
1 parent 03ca37b commit 3da6246

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eth/catalyst/api.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -530,7 +530,7 @@ func (api *ConsensusAPI) GetBlobsV2(hashes []common.Hash) ([]*engine.BlobAndProo
530530
getBlobsV2RequestMiss.Inc(1)
531531
return nil, nil
532532
}
533-
getBlobsV2RequestMiss.Inc(1)
533+
getBlobsV2RequestHit.Inc(1)
534534

535535
// pull up the blob hashes
536536
var (

0 commit comments

Comments
 (0)