2013-02-07 15:39:02 -06:00
|
|
|
<statisticsConfig>
|
|
|
|
<!-- Event Type should be fully qualified name of stat event -->
|
|
|
|
<statisticsEvent type="com.raytheon.uf.common.stats.ProcessEvent"
|
|
|
|
displayName="Processing Events" category="Data Ingest Events">
|
2013-02-14 17:27:11 -06:00
|
|
|
<statisticsGroup name="dataType" displayName="Data Type" />
|
2013-02-07 15:39:02 -06:00
|
|
|
<!-- Processing time available display units:
|
|
|
|
ms, Seconds, Minutes, Hours -->
|
|
|
|
<statisticsAggregate field="processingTime"
|
|
|
|
displayName="Processing Time" displayUnit="ms" />
|
|
|
|
<statisticsAggregate field="processingLatency"
|
|
|
|
displayName="Processing Latency" displayUnit="ms" />
|
|
|
|
</statisticsEvent>
|
|
|
|
</statisticsConfig>
|