Skip to content

Commit

Permalink
Improvement in Listerner error metrics Aspect
Browse files Browse the repository at this point in the history
Signed-off-by: “Nithin <[email protected]>
  • Loading branch information
“Nithin committed Apr 8, 2024
1 parent 3d09021 commit 9600b0c
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,12 @@ public Object interceptedKafkaMetricsEmissionAdvice(ProceedingJoinPoint proceedi

if (e instanceof UnrecognizedTransactionPayloadException) {
invalidInboundTransactionMessageCounter.increment();
throw e;
}

if (e instanceof ContractException) {
inboundTxnContractExceptionCounter.increment();
throw e;
}

inboundTxnProcessingFailureCounter.increment();
Expand Down

0 comments on commit 9600b0c

Please sign in to comment.