2.20. Data-Class: MetricDefinitionAggregate
An aggregate of metrics data for a given metric definition (for a group)
Name | Type | Description |
---|---|---|
min | Double | Minimum value for the data |
avg | Double | Average value for the data |
max | Double | Maximum value for the data |
definitionId | Integer | Id of the metric *definition* |
minTimeStamp | long | Timestamp of the earliest data point in the list |
maxTimeStamp | long | Timestamp for the latest data point in the list |