Modified: ofbiz/trunk/framework/service/dtd/services.xsd URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/service/dtd/services.xsd?rev=1426605&r1=1426604&r2=1426605&view=diff ============================================================================== --- ofbiz/trunk/framework/service/dtd/services.xsd (original) +++ ofbiz/trunk/framework/service/dtd/services.xsd Fri Dec 28 18:32:23 2012 @@ -266,7 +266,7 @@ under the License. <xs:documentation> Calculate and maintain an average response time for this service. Service metrics can be used for monitoring and reporting. - <br/><br/> + The metric works by gathering statistics until a configurable maximum is reached (number of requests or elapsed time), then the average is calculated. A smoothing factor is used to smooth differences between calculations.
Modified: ofbiz/trunk/framework/webapp/dtd/site-conf.xsd URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/webapp/dtd/site-conf.xsd?rev=1426605&r1=1426604&r2=1426605&view=diff ============================================================================== --- ofbiz/trunk/framework/webapp/dtd/site-conf.xsd (original) +++ ofbiz/trunk/framework/webapp/dtd/site-conf.xsd Fri Dec 28 18:32:23 2012 @@ -343,7 +343,7 @@ under the License. Calculate and maintain an average response time for this request. Request metrics can be used for monitoring and reporting. Metrics can also be used to trigger an alternate response if the optional threshold attribute is used. - <br/><br/> + The metric works by gathering statistics until a configurable maximum is reached (number of requests or elapsed time), then the average is calculated. A smoothing factor is used to smooth differences between calculations.

