Uses of Class
io.prometheus.metrics.expositionformats.generated.com_google_protobuf_4_31_1.Metrics.Histogram.Builder
Packages that use Metrics.Histogram.Builder
-
Uses of Metrics.Histogram.Builder in io.prometheus.metrics.expositionformats.generated.com_google_protobuf_4_31_1
Methods in io.prometheus.metrics.expositionformats.generated.com_google_protobuf_4_31_1 that return Metrics.Histogram.BuilderModifier and TypeMethodDescriptionMetrics.Histogram.Builder.addAllBucket(Iterable<? extends Metrics.Bucket> values) Buckets for the conventional histogram.Metrics.Histogram.Builder.addAllExemplars(Iterable<? extends Metrics.Exemplar> values) Only used for native histograms.Metrics.Histogram.Builder.addAllNegativeCount(Iterable<? extends Double> values) Absolute count of each bucket.Metrics.Histogram.Builder.addAllNegativeDelta(Iterable<? extends Long> values) Use either "negative_delta" or "negative_count", the former for regular histograms with integer counts, the latter for float histograms.Metrics.Histogram.Builder.addAllNegativeSpan(Iterable<? extends Metrics.BucketSpan> values) Negative buckets for the native histogram.Metrics.Histogram.Builder.addAllPositiveCount(Iterable<? extends Double> values) Absolute count of each bucket.Metrics.Histogram.Builder.addAllPositiveDelta(Iterable<? extends Long> values) Use either "positive_delta" or "positive_count", the former for regular histograms with integer counts, the latter for float histograms.Metrics.Histogram.Builder.addAllPositiveSpan(Iterable<? extends Metrics.BucketSpan> values) Positive buckets for the native histogram.Metrics.Histogram.Builder.addBucket(int index, Metrics.Bucket value) Buckets for the conventional histogram.Metrics.Histogram.Builder.addBucket(int index, Metrics.Bucket.Builder builderForValue) Buckets for the conventional histogram.Metrics.Histogram.Builder.addBucket(Metrics.Bucket value) Buckets for the conventional histogram.Metrics.Histogram.Builder.addBucket(Metrics.Bucket.Builder builderForValue) Buckets for the conventional histogram.Metrics.Histogram.Builder.addExemplars(int index, Metrics.Exemplar value) Only used for native histograms.Metrics.Histogram.Builder.addExemplars(int index, Metrics.Exemplar.Builder builderForValue) Only used for native histograms.Metrics.Histogram.Builder.addExemplars(Metrics.Exemplar value) Only used for native histograms.Metrics.Histogram.Builder.addExemplars(Metrics.Exemplar.Builder builderForValue) Only used for native histograms.Metrics.Histogram.Builder.addNegativeCount(double value) Absolute count of each bucket.Metrics.Histogram.Builder.addNegativeDelta(long value) Use either "negative_delta" or "negative_count", the former for regular histograms with integer counts, the latter for float histograms.Metrics.Histogram.Builder.addNegativeSpan(int index, Metrics.BucketSpan value) Negative buckets for the native histogram.Metrics.Histogram.Builder.addNegativeSpan(int index, Metrics.BucketSpan.Builder builderForValue) Negative buckets for the native histogram.Metrics.Histogram.Builder.addNegativeSpan(Metrics.BucketSpan value) Negative buckets for the native histogram.Metrics.Histogram.Builder.addNegativeSpan(Metrics.BucketSpan.Builder builderForValue) Negative buckets for the native histogram.Metrics.Histogram.Builder.addPositiveCount(double value) Absolute count of each bucket.Metrics.Histogram.Builder.addPositiveDelta(long value) Use either "positive_delta" or "positive_count", the former for regular histograms with integer counts, the latter for float histograms.Metrics.Histogram.Builder.addPositiveSpan(int index, Metrics.BucketSpan value) Positive buckets for the native histogram.Metrics.Histogram.Builder.addPositiveSpan(int index, Metrics.BucketSpan.Builder builderForValue) Positive buckets for the native histogram.Metrics.Histogram.Builder.addPositiveSpan(Metrics.BucketSpan value) Positive buckets for the native histogram.Metrics.Histogram.Builder.addPositiveSpan(Metrics.BucketSpan.Builder builderForValue) Positive buckets for the native histogram.Metrics.Histogram.Builder.clear()Metrics.Histogram.Builder.clearBucket()Buckets for the conventional histogram.Metrics.Histogram.Builder.clearCreatedTimestamp()optional .google.protobuf.Timestamp created_timestamp = 15;Metrics.Histogram.Builder.clearExemplars()Only used for native histograms.Metrics.Histogram.Builder.clearNegativeCount()Absolute count of each bucket.Metrics.Histogram.Builder.clearNegativeDelta()Use either "negative_delta" or "negative_count", the former for regular histograms with integer counts, the latter for float histograms.Metrics.Histogram.Builder.clearNegativeSpan()Negative buckets for the native histogram.Metrics.Histogram.Builder.clearPositiveCount()Absolute count of each bucket.Metrics.Histogram.Builder.clearPositiveDelta()Use either "positive_delta" or "positive_count", the former for regular histograms with integer counts, the latter for float histograms.Metrics.Histogram.Builder.clearPositiveSpan()Positive buckets for the native histogram.Metrics.Histogram.Builder.clearSampleCount()optional uint64 sample_count = 1;Metrics.Histogram.Builder.clearSampleCountFloat()Overrides sample_count if > 0.Metrics.Histogram.Builder.clearSampleSum()optional double sample_sum = 2;Metrics.Histogram.Builder.clearSchema()schema defines the bucket schema.Metrics.Histogram.Builder.clearZeroCount()Count in zero bucket.Metrics.Histogram.Builder.clearZeroCountFloat()Overrides sb_zero_count if > 0.Metrics.Histogram.Builder.clearZeroThreshold()Breadth of the zero bucket.Metrics.Metric.Builder.getHistogramBuilder()optional .io.prometheus.client.Histogram histogram = 7;Metrics.Histogram.Builder.mergeCreatedTimestamp(com.google.protobuf.Timestamp value) optional .google.protobuf.Timestamp created_timestamp = 15;Metrics.Histogram.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Metrics.Histogram.Builder.mergeFrom(com.google.protobuf.Message other) Metrics.Histogram.Builder.mergeFrom(Metrics.Histogram other) static Metrics.Histogram.BuilderMetrics.Histogram.newBuilder()static Metrics.Histogram.BuilderMetrics.Histogram.newBuilder(Metrics.Histogram prototype) Metrics.Histogram.newBuilderForType()protected Metrics.Histogram.BuilderMetrics.Histogram.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) Metrics.Histogram.Builder.removeBucket(int index) Buckets for the conventional histogram.Metrics.Histogram.Builder.removeExemplars(int index) Only used for native histograms.Metrics.Histogram.Builder.removeNegativeSpan(int index) Negative buckets for the native histogram.Metrics.Histogram.Builder.removePositiveSpan(int index) Positive buckets for the native histogram.Metrics.Histogram.Builder.setBucket(int index, Metrics.Bucket value) Buckets for the conventional histogram.Metrics.Histogram.Builder.setBucket(int index, Metrics.Bucket.Builder builderForValue) Buckets for the conventional histogram.Metrics.Histogram.Builder.setCreatedTimestamp(com.google.protobuf.Timestamp value) optional .google.protobuf.Timestamp created_timestamp = 15;Metrics.Histogram.Builder.setCreatedTimestamp(com.google.protobuf.Timestamp.Builder builderForValue) optional .google.protobuf.Timestamp created_timestamp = 15;Metrics.Histogram.Builder.setExemplars(int index, Metrics.Exemplar value) Only used for native histograms.Metrics.Histogram.Builder.setExemplars(int index, Metrics.Exemplar.Builder builderForValue) Only used for native histograms.Metrics.Histogram.Builder.setNegativeCount(int index, double value) Absolute count of each bucket.Metrics.Histogram.Builder.setNegativeDelta(int index, long value) Use either "negative_delta" or "negative_count", the former for regular histograms with integer counts, the latter for float histograms.Metrics.Histogram.Builder.setNegativeSpan(int index, Metrics.BucketSpan value) Negative buckets for the native histogram.Metrics.Histogram.Builder.setNegativeSpan(int index, Metrics.BucketSpan.Builder builderForValue) Negative buckets for the native histogram.Metrics.Histogram.Builder.setPositiveCount(int index, double value) Absolute count of each bucket.Metrics.Histogram.Builder.setPositiveDelta(int index, long value) Use either "positive_delta" or "positive_count", the former for regular histograms with integer counts, the latter for float histograms.Metrics.Histogram.Builder.setPositiveSpan(int index, Metrics.BucketSpan value) Positive buckets for the native histogram.Metrics.Histogram.Builder.setPositiveSpan(int index, Metrics.BucketSpan.Builder builderForValue) Positive buckets for the native histogram.Metrics.Histogram.Builder.setSampleCount(long value) optional uint64 sample_count = 1;Metrics.Histogram.Builder.setSampleCountFloat(double value) Overrides sample_count if > 0.Metrics.Histogram.Builder.setSampleSum(double value) optional double sample_sum = 2;Metrics.Histogram.Builder.setSchema(int value) schema defines the bucket schema.Metrics.Histogram.Builder.setZeroCount(long value) Count in zero bucket.Metrics.Histogram.Builder.setZeroCountFloat(double value) Overrides sb_zero_count if > 0.Metrics.Histogram.Builder.setZeroThreshold(double value) Breadth of the zero bucket.Metrics.Histogram.toBuilder()Methods in io.prometheus.metrics.expositionformats.generated.com_google_protobuf_4_31_1 with parameters of type Metrics.Histogram.BuilderModifier and TypeMethodDescriptionMetrics.Metric.Builder.setHistogram(Metrics.Histogram.Builder builderForValue) optional .io.prometheus.client.Histogram histogram = 7;