Skip to content

Commit

Permalink
use singular spelling for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
kasey committed Feb 13, 2024
1 parent de8f998 commit 958b967
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion beacon-chain/db/filesystem/metrics.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ var (
Help: "Number of BlobSidecar files pruned.",
})
blobsWrittenCounter = promauto.NewCounter(prometheus.CounterOpts{
Name: "blobs_written",
Name: "blob_written",
Help: "Number of BlobSidecar files written.",
})
blobDiskCount = promauto.NewGauge(prometheus.GaugeOpts{
Expand Down

0 comments on commit 958b967

Please sign in to comment.