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

feat(metrics): add CC metrics #2390

Merged
merged 1 commit into from
Oct 2, 2024
Merged

feat(metrics): add CC metrics #2390

merged 1 commit into from
Oct 2, 2024

Conversation

kmd-fl
Copy link
Contributor

@kmd-fl kmd-fl commented Oct 2, 2024

Description

Add more CC metrics:

    // max amount of proofs are allowed
    ccp_proofs_per_epoch_allowed_max: Gauge,
    // min amount of proofs are allowed
    ccp_proofs_per_epoch_allowed_min: Gauge,

    // CUs metrics
    cus_total: Gauge,
    cus_in_deals: Gauge,

    // Epoch Metrics
    current_epoch: Gauge,
    current_epoch_start_timestamp_sec: Gauge,
    current_epoch_duration_sec: Gauge,

@kmd-fl kmd-fl requested a review from folex October 2, 2024 12:34
@kmd-fl kmd-fl added the e2e Run e2e workflow label Oct 2, 2024
@kmd-fl kmd-fl merged commit 6cfa3a8 into master Oct 2, 2024
20 checks passed
@kmd-fl kmd-fl deleted the more-metrics branch October 2, 2024 14:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
e2e Run e2e workflow
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants