Peer review comments Change-Id: I991b3fe21f1b458f45907bdc3b4716afc348992c Former-commit-id:897262630c
[formerly0b044dba9c
] [formerly9c1e0ab639
[formerly 1334488810c13f02e692c234a52d8f0f505a5846]] Former-commit-id:9c1e0ab639
Former-commit-id:079ec4b6dd
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>
|