Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update node/core/dispute-coordinator/src/metrics.rs
Co-authored-by: Andronik Ordian <[email protected]>
  • Loading branch information
drahnr and ordian authored Sep 14, 2021
commit b5e6defb516a4fda50e98b2e01c9070395147bcc
1 change: 0 additions & 1 deletion node/core/dispute-coordinator/src/metrics.rs
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ impl Metrics {

pub(crate) fn on_concluded_invalid(&self) {
if let Some(metrics) = &self.0 {
metrics.open.dec();
metrics.concluded.with_label_values(&["invalid"]).inc();
}
}
Expand Down