public class MetricValue extends Object
Constructor and Description |
---|
MetricValue() |
Modifier and Type | Method and Description |
---|---|
Double |
_count()
Get the number of values for the metric.
|
Double |
average()
Get the average value of the metric.
|
Double |
maximum()
Get the max value of the metric.
|
Double |
minimum()
Get the min value of the metric.
|
org.joda.time.DateTime |
timestamp()
Get the metric timestamp (ISO-8601 format).
|
Double |
total()
Get the total value of the metric.
|
public Double _count()
public Double average()
public Double maximum()
public Double minimum()
public org.joda.time.DateTime timestamp()
public Double total()
Copyright © 2019. All rights reserved.