Interface GaugeData<T extends PointData>
- All Known Implementing Classes:
DoubleGaugeData,LongGaugeData
A gauge metric point.
See: https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/metrics/datamodel.md#gauge
-
Method Summary
-
Method Details
-
getPoints
Collection<T> getPoints()Returns the dataPointDatas for this metric.- Returns:
- the data
PointDatas for this metric, or emptyCollectionif no points.
-