Skip to content
This repository was archived by the owner on Jul 10, 2025. It is now read-only.

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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
e2e Run e2e workflow
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants