-
Notifications
You must be signed in to change notification settings - Fork 52
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
base: guyn/alerts/metric_conflicting_votes
Are you sure you want to change the base?
feat(apollo_consensus): add CONSENSUS_CONFLICTING_VOTES_RATE alert #7042
Conversation
1f59a7b
to
912d46b
Compare
5ae8799
to
cc46bb1
Compare
There was a problem hiding this 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
No description provided.