Class MetricData.LongGaugeData
- java.lang.Object
-
- io.opentelemetry.sdk.metrics.data.MetricData.LongGaugeData
-
- Enclosing class:
- MetricData
@Immutable public abstract static class MetricData.LongGaugeData extends Object
-
-
Constructor Summary
Constructors Constructor Description LongGaugeData()
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description static MetricData.LongGaugeDatacreate(List<MetricData.Point> points)abstract Collection<MetricData.Point>getPoints()Returns the dataMetricData.Points for this metric.
-
-
-
Method Detail
-
create
public static MetricData.LongGaugeData create(List<MetricData.Point> points)
-
getPoints
public abstract Collection<MetricData.Point> getPoints()
Returns the dataMetricData.Points for this metric.- Returns:
- the data
MetricData.Points for this metric, or emptyCollectionif no points.
-
-