[jboss-svn-commits] JBL Code SVN: r30790 - in labs/jbossesb/branches/JBESB_4_7_CP/product/tools/jonplugin: as5/src/main/resources/META-INF and 1 other directory.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Mon Dec 21 14:38:15 EST 2009


Author: tcunning
Date: 2009-12-21 14:38:14 -0500 (Mon, 21 Dec 2009)
New Revision: 30790

Modified:
   labs/jbossesb/branches/JBESB_4_7_CP/product/tools/jonplugin/as4/src/main/resources/META-INF/rhq-plugin.xml
   labs/jbossesb/branches/JBESB_4_7_CP/product/tools/jonplugin/as5/src/main/resources/META-INF/rhq-plugin.xml
Log:
JBESB-3077
Fix the action level processing time line.


Modified: labs/jbossesb/branches/JBESB_4_7_CP/product/tools/jonplugin/as4/src/main/resources/META-INF/rhq-plugin.xml
===================================================================
--- labs/jbossesb/branches/JBESB_4_7_CP/product/tools/jonplugin/as4/src/main/resources/META-INF/rhq-plugin.xml	2009-12-21 18:57:17 UTC (rev 30789)
+++ labs/jbossesb/branches/JBESB_4_7_CP/product/tools/jonplugin/as4/src/main/resources/META-INF/rhq-plugin.xml	2009-12-21 19:38:14 UTC (rev 30790)
@@ -214,7 +214,7 @@
 displayType="summary" defaultOn="true" measurementType="dynamic"/>
 	 	<metric displayName="Overall Bytes Processed" property="bytesSuccessful"  units="bytes" category="utilization" displayType="summary" defaultOn="true" measurementType="dynamic"/>
 		<metric displayName="Overall Bytes Failed" property="overallBytesFailed"  units="bytes" category="utilization" displayType="summary" defaultOn="true" measurementType="dynamic"/>
-	        <metric displayName="Processing Time" property="processingTime" units="milliseconds" defaultOn="true" category="performance"/>
+	        <metric displayName="Processing Time" property="processingTime" units="milliseconds" category="utilization" displayType="summary" defaultOn="true" measurementType="dynamic"/>
          	<help>
              	<![CDATA[
                  JBoss ESB Actions are the actions executed within a service.

Modified: labs/jbossesb/branches/JBESB_4_7_CP/product/tools/jonplugin/as5/src/main/resources/META-INF/rhq-plugin.xml
===================================================================
--- labs/jbossesb/branches/JBESB_4_7_CP/product/tools/jonplugin/as5/src/main/resources/META-INF/rhq-plugin.xml	2009-12-21 18:57:17 UTC (rev 30789)
+++ labs/jbossesb/branches/JBESB_4_7_CP/product/tools/jonplugin/as5/src/main/resources/META-INF/rhq-plugin.xml	2009-12-21 19:38:14 UTC (rev 30790)
@@ -210,7 +210,7 @@
 displayType="summary" defaultOn="true" measurementType="dynamic"/>
 	 	<metric displayName="Overall Bytes Processed" property="bytesSuccessful"  units="bytes" category="utilization" displayType="summary" defaultOn="true" measurementType="dynamic"/>
 		<metric displayName="Overall Bytes Failed" property="overallBytesFailed"  units="bytes" category="utilization" displayType="summary" defaultOn="true" measurementType="dynamic"/>
-	        <metric displayName="Processing Time" property="processingTime" units="milliseconds" defaultOn="true" category="performance"/>
+                <metric displayName="Processing Time" property="processingTime" units="milliseconds" category="utilization" displayType="summary" defaultOn="true" measurementType="dynamic"/>
          	<help>
              	<![CDATA[
                  JBoss ESB Actions are the actions executed within a service.



More information about the jboss-svn-commits mailing list