Merge "Issue #1317 - Fix problem in edexProcessStats.xml" into development

Former-commit-id: 5fce4fde98 [formerly bde192a2c922a9bb239d1558794cf03ec6944118]
Former-commit-id: 548973dae0
This commit is contained in:
Lee Venable 2012-11-13 13:19:00 -06:00 committed by Gerrit Code Review
commit 89e28445e5

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>