Class DoubleGaugeData
java.lang.Object
io.opentelemetry.sdk.metrics.data.DoubleGaugeData
- All Implemented Interfaces:
Data<DoublePointData>,GaugeData<DoublePointData>
@Immutable
public abstract class DoubleGaugeData
extends Object
implements GaugeData<DoublePointData>
GaugeData recorded uses doubles.-
Method Summary
Modifier and TypeMethodDescriptionstatic DoubleGaugeDatacreate(Collection<DoublePointData> points) abstract Collection<DoublePointData>Returns the dataPointDatas for this metric.