http://www.griddynamics.com/schema/jagger
complexType metricAbstract

Super Types
{http://www.w3.org/2001/XMLSchema}anyType
|
+--{http://www.griddynamics.com/schema/jagger}identifiedType (restriction)
|
+--{http://www.griddynamics.com/schema/jagger}basicType (extension)
|
+--{http://www.griddynamics.com/schema/jagger}workloadCollectorAbstract (extension)
|
+--{http://www.griddynamics.com/schema/jagger}metricAbstract (extension)

Documentation
            Metric is a kind of collector, which calculate some information from responses. The result is a sum of all calculations.
            Possible types of metric : metric-success-rate, metric-not-null-response, metric-custom, metric-ref.
        
Properties
This component is not nillable.

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


Nested Element Summary
metricAggregatorAbstractmetric-aggregator
          

Attribute Summary
 xsd:IDid
           Id of the element  
 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

Id of the element

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

Sub Types
{http://www.griddynamics.com/schema/jagger}metricAbstract (extension)
|
+--{http://www.griddynamics.com/schema/jagger}metric-custom (extension)
|
+--{http://www.griddynamics.com/schema/jagger}metric-not-null-response (extension)
|
+--{http://www.griddynamics.com/schema/jagger}metric-ref (extension)
|
+--{http://www.griddynamics.com/schema/jagger}metric-success-rate (extension)

Source
<xsd:complexType abstract="true" name="metricAbstract">
<xsd:complexContent>
<xsd:extension base="workloadCollectorAbstract">
<xsd:choice>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="metric-aggregator" type="metricAggregatorAbstract"/>
</xsd:choice>
<xsd:attribute default="false" name="plotData" type="xsd:string">
</xsd:attribute>
<xsd:attribute default="true" name="saveSummary" type="xsd:string">
</xsd:attribute>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>


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