http://www.griddynamics.com/schema/jagger
element metric-success-rate

Documentation
                This metric calculates success rate and number of fails
            
Properties
This component is not nillable.

Model
<metric-success-rate
  id = xsd:ID
  parent = xsd:string
  plotData = xsd:string : false
  saveSummary = xsd:string : true>
metric-aggregator*
</metric-success-rate>


Nested Element Summary
metricAggregatorAbstractmetric-aggregator
          

Attribute Summary
 xsd:IDid
          
 xsd:stringparent
          
 xsd:stringplotData
           When set to 'true' detailed data 'metric vs time' will be saved to DB and displayed in report and WebUI plots  
 xsd:stringsaveSummary
          When set to 'true' metric summary will be saved to DB and displayed in report and WebUI summary page. 

Attribute Detail

id

Type:
xsd:ID
Use:
optional
Form:
unqualified

parent

Type:
xsd:string
Use:
optional
Form:
unqualified

plotData

When set to 'true' detailed data 'metric vs time' will be saved to DB and displayed in report and WebUI plots

Type:
xsd:string
Default:
false
Use:
optional
Form:
unqualified

saveSummary

When set to 'true' metric summary will be saved to DB and displayed in report and WebUI summary page. Summary is calculated with use of aggregator. It can be mean, sigma, max, min values or some values calculated by custom aggregator

Type:
xsd:string
Default:
true
Use:
optional
Form:
unqualified

Source
<xsd:element name="metric-success-rate" substitutionGroup="metric" type="metric-success-rate">
</xsd:element>


Submit a bug or a feature.
Created by xsddoc, a sub project of xframe, hosted at http://xframe.sourceforge.net.