Skip to content

feat(apollo_consensus): add CONSENSUS_CONFLICTING_VOTES_RATE alert #7042

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

Open
wants to merge 1 commit into
base: guyn/alerts/metric_conflicting_votes
Choose a base branch
from

Conversation

guy-starkware
Copy link
Contributor

No description provided.

@reviewable-StarkWare
Copy link

This change is Reviewable

@guy-starkware guy-starkware force-pushed the guyn/alerts/alert_conflicting_votes branch from 1f59a7b to 912d46b Compare June 8, 2025 10:15
@guy-starkware guy-starkware force-pushed the guyn/alerts/metric_conflicting_votes branch from 5ae8799 to cc46bb1 Compare June 8, 2025 10:15
Copy link
Contributor

@asmaastarkware asmaastarkware left a comment

Choose a reason for hiding this comment

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

Reviewed 2 of 2 files at r1, all commit messages.
Reviewable status: all files reviewed, 1 unresolved discussion (waiting on @guy-starkware)


crates/apollo_dashboard/src/alert_definitions.rs line 195 at r1 (raw file):

    title: "Consensus conflicting votes rate",
    alert_group: AlertGroup::Consensus,
    expr: formatcp!("rate({}[1m])", CONSENSUS_VOTES_NUM_SENT_MESSAGES.get_name_with_filter()),

Personally, I prefer using the same time window across CONSENSUS_VOTES_NUM_SENT_MESSAGES_ALERT and the other related alerts for consistency

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.

3 participants