Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add PeerDAS custody columns metric #14815

Open
wants to merge 4 commits into
base: peerDAS
Choose a base branch
from

Conversation

KatyaRyazantseva
Copy link

What type of PR is this?

Feature

What does this PR do? Why is it needed?
This PR adds gossip verification metrics align with the PeerDAS metrics specs:

  • beacon_custody_columns_count_total

Which issues(s) does this PR fix?

Fixes (partially) #14129

Other notes for review

Acknowledgements

@KatyaRyazantseva KatyaRyazantseva requested a review from a team as a code owner January 20, 2025 21:27
@KatyaRyazantseva KatyaRyazantseva requested review from potuz, rkapka and nisdas and removed request for a team January 20, 2025 21:27
@@ -33,4 +33,8 @@ var (
Name: "blob_disk_bytes",
Help: "Approximate number of bytes occupied by blobs in storage",
})
custodyColumnWrittenCounter = promauto.NewGauge(prometheus.GaugeOpts{
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why using a gauge for a counter?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants