Former-commit-id:cbfd355219
[formerly9c033e6484
] [formerly561e83454f
[formerly d691b22ff903b2231e2a04747a8b4f93174ec4e3]] Former-commit-id:561e83454f
Former-commit-id:29939914a2
14 lines
714 B
XML
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>
|