You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@samza.apache.org by "Chinmay Soman (JIRA)" <ji...@apache.org> on 2014/09/06 01:42:29 UTC

[jira] [Created] (SAMZA-407) Add metrics for counting exceptions by type

Chinmay Soman created SAMZA-407:
-----------------------------------

             Summary: Add metrics for counting exceptions by type
                 Key: SAMZA-407
                 URL: https://issues.apache.org/jira/browse/SAMZA-407
             Project: Samza
          Issue Type: Improvement
          Components: container
    Affects Versions: 0.8.0
            Reporter: Chinmay Soman
             Fix For: 0.8.0


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



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)