Former-commit-id:be96282207
[formerly0be473728a
] [formerlyaaac0b51e5
[formerly 1f109861760e5fbc9d7a13cc4f518341cbc31276]] Former-commit-id:aaac0b51e5
Former-commit-id:bc439aee4f
11 lines
521 B
XML
11 lines
521 B
XML
<statisticsConfig>
|
|
<!-- Event Type should be fully qualified name of stat event -->
|
|
<statisticsEvent type="com.raytheon.uf.common.stats.LoadEvent"
|
|
displayName="Load Time" category="FFMP Load Times">
|
|
<statisticsGroup name="type" displayName="Type" />
|
|
<!-- Processing time available display units:
|
|
ms, Seconds, Minutes, Hours -->
|
|
<statisticsAggregate field="loadTime"
|
|
displayName="Loading Time" displayUnit="ms" />
|
|
</statisticsEvent>
|
|
</statisticsConfig>
|