Class GaugeSnapshot.Builder
- Enclosing class:
- GaugeSnapshot
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
dataPoint
(GaugeSnapshot.GaugeDataPointSnapshot dataPoint) Add a data point.Methods inherited from class MetricSnapshot.Builder
help, name, unit
-
Method Details
-
dataPoint
Add a data point. This can be called multiple times to add multiple data points. -
build
- Specified by:
build
in classMetricSnapshot.Builder<GaugeSnapshot.Builder>
-