Interface GaugeData<T extends PointData>

All Known Implementing Classes:
DoubleGaugeData, LongGaugeData

@Immutable public interface GaugeData<T extends PointData>
A gauge metric point.

See: https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/metrics/datamodel.md#gauge

  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the data PointDatas for this metric.
  • Method Details

    • getPoints

      Collection<T> getPoints()
      Returns the data PointDatas for this metric.
      Returns:
      the data PointDatas for this metric, or empty Collection if no points.