Change-Id: I45a5a855f81c975a8a13d73f18ab9de3ddecf7cd Former-commit-id:804f526206
[formerlydef0464898
] [formerlyb9f317bbd0
[formerly ca2f288876b80fe5e491f335fb6b22b20a468fca]] Former-commit-id:b9f317bbd0
Former-commit-id:15f96b75a5
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>
|