awips2/edexOsgi/com.raytheon.uf.edex.registry.ebxml/utility/edex_static/base/stats/registryProcessStats.xml
Mike Duff 7e421afc03 Issue #1523 - Finalize registry and data delivery stats
Former-commit-id: cbfd355219 [formerly 9c033e6484] [formerly 561e83454f [formerly d691b22ff903b2231e2a04747a8b4f93174ec4e3]]
Former-commit-id: 561e83454f
Former-commit-id: 29939914a2
2013-01-23 14:40:23 -06:00

14 lines
714 B
XML

<statisticsConfig>
<!-- Event Type should be fully qualified name of stat event -->
<statisticsEvent type="com.raytheon.uf.common.registry.event.RegistryStatisticsEvent"
displayName="Registry Statistics" category="Registry">
<statisticsGroup name="owner" displayName="Transaction Owner" />
<statisticsGroup name="status" displayName="Transaction Status" />
<statisticsGroup name="type" displayName="Transaction Type" />
<!--
Display unit options are ms, Seconds, Minutes, Hours
-->
<statisticsAggregate field="duration"
displayName="Total Registry Duration" displayUnit="Minutes" />
</statisticsEvent>
</statisticsConfig>