Skip to content

Commit

Permalink
counting severe is noise, disabled
Browse files Browse the repository at this point in the history
  • Loading branch information
tuantrannav committed Jan 10, 2024
1 parent 7e6e013 commit 60259fa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ class River(rapidsConnection: RapidsConnection, private val riverMetrics: RiverM

private fun onSevere(error: MessageProblems.MessageException, context: MessageContext) {
listeners.forEach {
riverMetrics.messageCounter(context.rapidName(), it.name(), "severe")
//riverMetrics.messageCounter(context.rapidName(), it.name(), "severe") // No point of counting this.
it.onSevere(error, context)
}
}
Expand Down

0 comments on commit 60259fa

Please sign in to comment.