Skip to content

Commit 3bd45b6

Browse files
chore: add log on critical error metric increase
1 parent 4988dbc commit 3bd45b6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

common/src/metrics/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -361,6 +361,7 @@ impl Metrics {
361361
}
362362

363363
pub fn inc_critical_errors(&self) {
364+
tracing::debug!("Incrementing critical errors metric");
364365
self.critical_errors.inc();
365366
}
366367

0 commit comments

Comments
 (0)