Uses of Class
io.prometheus.metrics.expositionformats.generated.com_google_protobuf_4_33_0.Metrics.BucketSpan.Builder
Packages that use Metrics.BucketSpan.Builder
-
Uses of Metrics.BucketSpan.Builder in io.prometheus.metrics.expositionformats.generated.com_google_protobuf_4_33_0
Methods in io.prometheus.metrics.expositionformats.generated.com_google_protobuf_4_33_0 that return Metrics.BucketSpan.BuilderModifier and TypeMethodDescriptionMetrics.Histogram.Builder.addNegativeSpanBuilder()Negative buckets for the native histogram.Metrics.Histogram.Builder.addNegativeSpanBuilder(int index) Negative buckets for the native histogram.Metrics.Histogram.Builder.addPositiveSpanBuilder()Positive buckets for the native histogram.Metrics.Histogram.Builder.addPositiveSpanBuilder(int index) Positive buckets for the native histogram.Metrics.BucketSpan.Builder.clear()Metrics.BucketSpan.Builder.clearLength()Length of consecutive buckets.Metrics.BucketSpan.Builder.clearOffset()Gap to previous span, or starting point for 1st span (which can be negative).Metrics.Histogram.Builder.getNegativeSpanBuilder(int index) Negative buckets for the native histogram.Metrics.Histogram.Builder.getPositiveSpanBuilder(int index) Positive buckets for the native histogram.Metrics.BucketSpan.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Metrics.BucketSpan.Builder.mergeFrom(com.google.protobuf.Message other) Metrics.BucketSpan.Builder.mergeFrom(Metrics.BucketSpan other) static Metrics.BucketSpan.BuilderMetrics.BucketSpan.newBuilder()static Metrics.BucketSpan.BuilderMetrics.BucketSpan.newBuilder(Metrics.BucketSpan prototype) Metrics.BucketSpan.newBuilderForType()protected Metrics.BucketSpan.BuilderMetrics.BucketSpan.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) Metrics.BucketSpan.Builder.setLength(int value) Length of consecutive buckets.Metrics.BucketSpan.Builder.setOffset(int value) Gap to previous span, or starting point for 1st span (which can be negative).Metrics.BucketSpan.toBuilder()Methods in io.prometheus.metrics.expositionformats.generated.com_google_protobuf_4_33_0 that return types with arguments of type Metrics.BucketSpan.BuilderModifier and TypeMethodDescriptionMetrics.Histogram.Builder.getNegativeSpanBuilderList()Negative buckets for the native histogram.Metrics.Histogram.Builder.getPositiveSpanBuilderList()Positive buckets for the native histogram.Methods in io.prometheus.metrics.expositionformats.generated.com_google_protobuf_4_33_0 with parameters of type Metrics.BucketSpan.BuilderModifier and TypeMethodDescriptionMetrics.Histogram.Builder.addNegativeSpan(int index, Metrics.BucketSpan.Builder builderForValue) Negative buckets for the native histogram.Metrics.Histogram.Builder.addNegativeSpan(Metrics.BucketSpan.Builder builderForValue) Negative 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.Builder builderForValue) Positive buckets for the native histogram.Metrics.Histogram.Builder.setNegativeSpan(int index, Metrics.BucketSpan.Builder builderForValue) Negative buckets for the native histogram.Metrics.Histogram.Builder.setPositiveSpan(int index, Metrics.BucketSpan.Builder builderForValue) Positive buckets for the native histogram.