Uses of Class
prometheus.Types.Histogram.Builder
Packages that use Types.Histogram.Builder
-
Uses of Types.Histogram.Builder in prometheus
Methods in prometheus that return Types.Histogram.BuilderModifier and TypeMethodDescriptionTypes.Histogram.Builder.addAllCustomValues(Iterable<? extends Double> values) custom_values are not part of the specification, DO NOT use in remote write clients.Types.Histogram.Builder.addAllNegativeCounts(Iterable<? extends Double> values) Absolute count of each bucket.Types.Histogram.Builder.addAllNegativeDeltas(Iterable<? extends Long> values) Use either "negative_deltas" or "negative_counts", the former for regular histograms with integer counts, the latter for float histograms.Types.Histogram.Builder.addAllNegativeSpans(Iterable<? extends Types.BucketSpan> values) Negative Buckets.Types.Histogram.Builder.addAllPositiveCounts(Iterable<? extends Double> values) Absolute count of each bucket.Types.Histogram.Builder.addAllPositiveDeltas(Iterable<? extends Long> values) Use either "positive_deltas" or "positive_counts", the former for regular histograms with integer counts, the latter for float histograms.Types.Histogram.Builder.addAllPositiveSpans(Iterable<? extends Types.BucketSpan> values) Positive Buckets.Types.Histogram.Builder.addCustomValues(double value) custom_values are not part of the specification, DO NOT use in remote write clients.Types.TimeSeries.Builder.addHistogramsBuilder()repeated .prometheus.Histogram histograms = 4 [(.gogoproto.nullable) = false];Types.TimeSeries.Builder.addHistogramsBuilder(int index) repeated .prometheus.Histogram histograms = 4 [(.gogoproto.nullable) = false];Types.Histogram.Builder.addNegativeCounts(double value) Absolute count of each bucket.Types.Histogram.Builder.addNegativeDeltas(long value) Use either "negative_deltas" or "negative_counts", the former for regular histograms with integer counts, the latter for float histograms.Types.Histogram.Builder.addNegativeSpans(int index, Types.BucketSpan value) Negative Buckets.Types.Histogram.Builder.addNegativeSpans(int index, Types.BucketSpan.Builder builderForValue) Negative Buckets.Types.Histogram.Builder.addNegativeSpans(Types.BucketSpan value) Negative Buckets.Types.Histogram.Builder.addNegativeSpans(Types.BucketSpan.Builder builderForValue) Negative Buckets.Types.Histogram.Builder.addPositiveCounts(double value) Absolute count of each bucket.Types.Histogram.Builder.addPositiveDeltas(long value) Use either "positive_deltas" or "positive_counts", the former for regular histograms with integer counts, the latter for float histograms.Types.Histogram.Builder.addPositiveSpans(int index, Types.BucketSpan value) Positive Buckets.Types.Histogram.Builder.addPositiveSpans(int index, Types.BucketSpan.Builder builderForValue) Positive Buckets.Types.Histogram.Builder.addPositiveSpans(Types.BucketSpan value) Positive Buckets.Types.Histogram.Builder.addPositiveSpans(Types.BucketSpan.Builder builderForValue) Positive Buckets.Types.Histogram.Builder.clear()Types.Histogram.Builder.clearCount()Types.Histogram.Builder.clearCountFloat()double count_float = 2;Types.Histogram.Builder.clearCountInt()uint64 count_int = 1;Types.Histogram.Builder.clearCustomValues()custom_values are not part of the specification, DO NOT use in remote write clients.Types.Histogram.Builder.clearNegativeCounts()Absolute count of each bucket.Types.Histogram.Builder.clearNegativeDeltas()Use either "negative_deltas" or "negative_counts", the former for regular histograms with integer counts, the latter for float histograms.Types.Histogram.Builder.clearNegativeSpans()Negative Buckets.Types.Histogram.Builder.clearPositiveCounts()Absolute count of each bucket.Types.Histogram.Builder.clearPositiveDeltas()Use either "positive_deltas" or "positive_counts", the former for regular histograms with integer counts, the latter for float histograms.Types.Histogram.Builder.clearPositiveSpans()Positive Buckets.Types.Histogram.Builder.clearResetHint().prometheus.Histogram.ResetHint reset_hint = 14;Types.Histogram.Builder.clearSchema()The schema defines the bucket schema.Types.Histogram.Builder.clearSum()Sum of observations in the histogram.Types.Histogram.Builder.clearTimestamp()timestamp is in ms format, see model/timestamp/timestamp.go for conversion from time.Time to Prometheus timestamp.Types.Histogram.Builder.clearZeroCount()Types.Histogram.Builder.clearZeroCountFloat()double zero_count_float = 7;Types.Histogram.Builder.clearZeroCountInt()uint64 zero_count_int = 6;Types.Histogram.Builder.clearZeroThreshold()Breadth of the zero bucket.Types.TimeSeries.Builder.getHistogramsBuilder(int index) repeated .prometheus.Histogram histograms = 4 [(.gogoproto.nullable) = false];Types.Histogram.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Types.Histogram.Builder.mergeFrom(com.google.protobuf.Message other) Types.Histogram.Builder.mergeFrom(Types.Histogram other) static Types.Histogram.BuilderTypes.Histogram.newBuilder()static Types.Histogram.BuilderTypes.Histogram.newBuilder(Types.Histogram prototype) Types.Histogram.newBuilderForType()protected Types.Histogram.BuilderTypes.Histogram.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) Types.Histogram.Builder.removeNegativeSpans(int index) Negative Buckets.Types.Histogram.Builder.removePositiveSpans(int index) Positive Buckets.Types.Histogram.Builder.setCountFloat(double value) double count_float = 2;Types.Histogram.Builder.setCountInt(long value) uint64 count_int = 1;Types.Histogram.Builder.setCustomValues(int index, double value) custom_values are not part of the specification, DO NOT use in remote write clients.Types.Histogram.Builder.setNegativeCounts(int index, double value) Absolute count of each bucket.Types.Histogram.Builder.setNegativeDeltas(int index, long value) Use either "negative_deltas" or "negative_counts", the former for regular histograms with integer counts, the latter for float histograms.Types.Histogram.Builder.setNegativeSpans(int index, Types.BucketSpan value) Negative Buckets.Types.Histogram.Builder.setNegativeSpans(int index, Types.BucketSpan.Builder builderForValue) Negative Buckets.Types.Histogram.Builder.setPositiveCounts(int index, double value) Absolute count of each bucket.Types.Histogram.Builder.setPositiveDeltas(int index, long value) Use either "positive_deltas" or "positive_counts", the former for regular histograms with integer counts, the latter for float histograms.Types.Histogram.Builder.setPositiveSpans(int index, Types.BucketSpan value) Positive Buckets.Types.Histogram.Builder.setPositiveSpans(int index, Types.BucketSpan.Builder builderForValue) Positive Buckets.Types.Histogram.Builder.setResetHint(Types.Histogram.ResetHint value) .prometheus.Histogram.ResetHint reset_hint = 14;Types.Histogram.Builder.setResetHintValue(int value) .prometheus.Histogram.ResetHint reset_hint = 14;Types.Histogram.Builder.setSchema(int value) The schema defines the bucket schema.Types.Histogram.Builder.setSum(double value) Sum of observations in the histogram.Types.Histogram.Builder.setTimestamp(long value) timestamp is in ms format, see model/timestamp/timestamp.go for conversion from time.Time to Prometheus timestamp.Types.Histogram.Builder.setZeroCountFloat(double value) double zero_count_float = 7;Types.Histogram.Builder.setZeroCountInt(long value) uint64 zero_count_int = 6;Types.Histogram.Builder.setZeroThreshold(double value) Breadth of the zero bucket.Types.Histogram.toBuilder()Methods in prometheus that return types with arguments of type Types.Histogram.BuilderModifier and TypeMethodDescriptionTypes.TimeSeries.Builder.getHistogramsBuilderList()repeated .prometheus.Histogram histograms = 4 [(.gogoproto.nullable) = false];Methods in prometheus with parameters of type Types.Histogram.BuilderModifier and TypeMethodDescriptionTypes.TimeSeries.Builder.addHistograms(int index, Types.Histogram.Builder builderForValue) repeated .prometheus.Histogram histograms = 4 [(.gogoproto.nullable) = false];Types.TimeSeries.Builder.addHistograms(Types.Histogram.Builder builderForValue) repeated .prometheus.Histogram histograms = 4 [(.gogoproto.nullable) = false];Types.TimeSeries.Builder.setHistograms(int index, Types.Histogram.Builder builderForValue) repeated .prometheus.Histogram histograms = 4 [(.gogoproto.nullable) = false];