Uses of Class
io.prometheus.client.Metrics.Bucket
Packages that use Metrics.Bucket
-
Uses of Metrics.Bucket in io.prometheus.client
Fields in io.prometheus.client with type parameters of type Metrics.BucketModifier and TypeFieldDescriptionstatic final com.google.protobuf.Parser<Metrics.Bucket>Metrics.Bucket.PARSERDeprecated.Methods in io.prometheus.client that return Metrics.BucketModifier and TypeMethodDescriptionMetrics.Bucket.Builder.build()Metrics.Bucket.Builder.buildPartial()Metrics.Histogram.Builder.getBucket(int index) Buckets for the conventional histogram.Metrics.Histogram.getBucket(int index) Buckets for the conventional histogram.Metrics.HistogramOrBuilder.getBucket(int index) Buckets for the conventional histogram.static Metrics.BucketMetrics.Bucket.getDefaultInstance()Metrics.Bucket.Builder.getDefaultInstanceForType()Metrics.Bucket.getDefaultInstanceForType()static Metrics.BucketMetrics.Bucket.parseDelimitedFrom(InputStream input) static Metrics.BucketMetrics.Bucket.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Metrics.BucketMetrics.Bucket.parseFrom(byte[] data) static Metrics.BucketMetrics.Bucket.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Metrics.BucketMetrics.Bucket.parseFrom(com.google.protobuf.ByteString data) static Metrics.BucketMetrics.Bucket.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Metrics.BucketMetrics.Bucket.parseFrom(com.google.protobuf.CodedInputStream input) static Metrics.BucketMetrics.Bucket.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Metrics.BucketMetrics.Bucket.parseFrom(InputStream input) static Metrics.BucketMetrics.Bucket.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Metrics.BucketMetrics.Bucket.parseFrom(ByteBuffer data) static Metrics.BucketMetrics.Bucket.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.prometheus.client that return types with arguments of type Metrics.BucketModifier and TypeMethodDescriptionMetrics.Histogram.Builder.getBucketList()Buckets for the conventional histogram.Metrics.Histogram.getBucketList()Buckets for the conventional histogram.Metrics.HistogramOrBuilder.getBucketList()Buckets for the conventional histogram.com.google.protobuf.Parser<Metrics.Bucket>Metrics.Bucket.getParserForType()static com.google.protobuf.Parser<Metrics.Bucket>Metrics.Bucket.parser()Methods in io.prometheus.client with parameters of type Metrics.BucketModifier and TypeMethodDescriptionMetrics.Histogram.Builder.addBucket(int index, Metrics.Bucket value) Buckets for the conventional histogram.Metrics.Histogram.Builder.addBucket(Metrics.Bucket value) Buckets for the conventional histogram.Metrics.Bucket.Builder.mergeFrom(Metrics.Bucket other) static Metrics.Bucket.BuilderMetrics.Bucket.newBuilder(Metrics.Bucket prototype) Metrics.Histogram.Builder.setBucket(int index, Metrics.Bucket value) Buckets for the conventional histogram.Method parameters in io.prometheus.client with type arguments of type Metrics.BucketModifier and TypeMethodDescriptionMetrics.Histogram.Builder.addAllBucket(Iterable<? extends Metrics.Bucket> values) Buckets for the conventional histogram.