Issue #1317 - Fix problem in edexProcessStats.xml

Change-Id: I6fc99ac9447b47101ca6f8e7acec705dd7235e03

Former-commit-id: 24aa44a46d [formerly 248db814c1] [formerly 0e32ab85db] [formerly e14b372f42 [formerly 0e32ab85db [formerly 756c1b6b22cdf91c44f4bb1ec75dca8bb8074eef]]]
Former-commit-id: e14b372f42
Former-commit-id: 965fd4a7f301467fa40bb5165f739960f012cec8 [formerly 363aa7bec6]
Former-commit-id: b91dca252e
This commit is contained in:
Mike Duff 2012-11-13 11:44:02 -06:00
parent e4283e3ccd
commit 5aadd96ae5

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>