Class SummarySnapshot.SummaryDataPointSnapshot.Builder
Object
DataPointSnapshot.Builder<T>
Builder
- Enclosing class:
- SummarySnapshot.SummaryDataPointSnapshot
public static class SummarySnapshot.SummaryDataPointSnapshot.Builder
extends DataPointSnapshot.Builder<T>
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
count
(long count) createdTimestampMillis
(long createdTimestampMillis) sum
(double sum) Methods inherited from class DataPointSnapshot.Builder
labels, scrapeTimestampMillis
-
Method Details
-
quantiles
-
count
-
build
-
sum
-
exemplars
-
createdTimestampMillis
public SummarySnapshot.SummaryDataPointSnapshot.Builder createdTimestampMillis(long createdTimestampMillis)
-