Issue #1317 - Fix problem in edexProcessStats.xml

Change-Id: I6fc99ac9447b47101ca6f8e7acec705dd7235e03

Former-commit-id: 0e32ab85db [formerly 756c1b6b22cdf91c44f4bb1ec75dca8bb8074eef]
Former-commit-id: e14b372f42
This commit is contained in:
Mike Duff 2012-11-13 11:44:02 -06:00
parent 30c70cc181
commit 363aa7bec6

View file

@ -3,9 +3,9 @@
<statisticsEvent type="com.raytheon.uf.common.event.ProcessEvent"
displayName="Processing Events" category="Data Ingest Events">
<statisticsGroup name="pluginName" displayName="Data Type" />
<statisticsAggregate field="processingTimeMilliseconds"
<statisticsAggregate field="processingTime"
displayName="Processing Time" unit="ms" />
<statisticsAggregate field="processingLatencyMilliseconds"
<statisticsAggregate field="processingLatency"
displayName="Processing Latency" unit="ms" />
</statisticsEvent>
</statisticsConfig>