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

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

Documentation
            Metric aggregator is a aggregation function for metric.
        
Properties
This component is not nillable.

Model
<...
  normalizeBy = time-units
  pointCount = xsd:string
  pointInterval = xsd:string>

</...>


Attribute Summary
 time-unitsnormalizeBy
           Tells whether values should be normalized by particular time unit.  
 xsd:stringpointCount
          Describes maximum points count on the plot. 
 xsd:stringpointInterval
          Describes aggregation interval size. 

Attribute Detail

normalizeBy

Tells whether values should be normalized by particular time unit.

Type:
time-units
Use:
optional
Form:
unqualified

pointCount

Describes maximum points count on the plot. !Note that 'pointInterval' attribute has higher priority then 'pointCount'.

Type:
xsd:string
Use:
optional
Form:
unqualified

pointInterval

Describes aggregation interval size. All values on that interval will be aggregated to one value. !Note that 'pointInterval' attribute has higher priority then 'pointCount'.

Type:
xsd:string
Use:
optional
Form:
unqualified

Sub Types
{http://www.griddynamics.com/schema/jagger}metricAggregatorAbstract (restriction)
|
+--{http://www.griddynamics.com/schema/jagger}metric-aggregator-avg (extension)
|
+--{http://www.griddynamics.com/schema/jagger}metric-aggregator-ref (extension)
|
+--{http://www.griddynamics.com/schema/jagger}metric-aggregator-std (extension)
|
+--{http://www.griddynamics.com/schema/jagger}metric-aggregator-sum (extension)

Source
<xsd:complexType abstract="true" name="metricAggregatorAbstract">
<xsd:attribute name="normalizeBy" type="time-units" use="optional">
</xsd:attribute>
<xsd:attribute name="pointCount" type="xsd:string" use="optional">
</xsd:attribute>
<xsd:attribute name="pointInterval" type="xsd:string" use="optional">
</xsd:attribute>
</xsd:complexType>


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