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

Documentation
                You can create your custom metric. Create bean with your own class, which implements interface MetricCalculator.
                Now you can set id of this bean as attribute 'calculator'.
                Set name of metric to see correct it in your report.
            
Properties
This component is not nillable.

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


Nested Element Summary
metricAggregatorAbstractmetric-aggregator
          

Attribute Summary
 xsd:stringcalculator
          
 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

calculator

Type:
xsd:string
Use:
required
Form:
unqualified

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-custom" substitutionGroup="metric" type="metric-custom">
</xsd:element>


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