Module io.prometheus.metrics.model
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 alled multiple times to add multiple data points. -
build
-