[switchyard-issues] [JBoss JIRA] (SWITCHYARD-701) Remove internally generated events from collected system metrics

Rob Cernich (JIRA) jira-events at lists.jboss.org
Fri Mar 16 13:25:47 EDT 2012


Rob Cernich created SWITCHYARD-701:
--------------------------------------

             Summary: Remove internally generated events from collected system metrics
                 Key: SWITCHYARD-701
                 URL: https://issues.jboss.org/browse/SWITCHYARD-701
             Project: SwitchYard
          Issue Type: Enhancement
          Components: admin, console
            Reporter: Rob Cernich
            Assignee: Rob Cernich
             Fix For: 0.4


Currently, system metrics include all messages processed by the system, including internally generated messages used to invoke referenced services.  The resulting metrics are not completely intuitive (e.g. send in a soap message, but see two or more messages processed in the system metrics).  In addition to message counts, total time metrics do not add up either, as the service time does not include the time spent invoking references.

One proposal:
# System message count should only include messages received through gateways.
# Timings for services should be the total time spent processing the message, including time spent in any referenced services.

I think we should only focus on first level reference for the 0.4 release.  Longer term, we should look at a hierarchical view.  We may also look at other types of aggregation within a service (e.g. by operation).

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the switchyard-issues mailing list