Description
Currently, the container does not expose any metrics for tracking the number of exceptions happening in the process() method.
We can catch all these exceptions and maintain a count per exception type (before rethrowing the exception). These metrics can then be exposed for further monitoring