Class CounterSnapshot.CounterDataPointSnapshot.Builder
- Enclosing class:
- CounterSnapshot.CounterDataPointSnapshot
public static class CounterSnapshot.CounterDataPointSnapshot.Builder
extends DataPointSnapshot.Builder<CounterSnapshot.CounterDataPointSnapshot.Builder>
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
createdTimestampMillis
(long createdTimestampMillis) value
(double value) Counter value.Methods inherited from class DataPointSnapshot.Builder
labels, scrapeTimestampMillis
-
Method Details
-
value
Counter value. This is required. The value must not be negative. -
exemplar
-
createdTimestampMillis
public CounterSnapshot.CounterDataPointSnapshot.Builder createdTimestampMillis(long createdTimestampMillis) -
build
-