Uses of Class
io.prometheus.client.Metrics.BucketSpan
-
Packages that use Metrics.BucketSpan Package Description io.prometheus.client -
-
Uses of Metrics.BucketSpan in io.prometheus.client
Fields in io.prometheus.client with type parameters of type Metrics.BucketSpan Modifier and Type Field Description static com.google.protobuf.Parser<Metrics.BucketSpan>Metrics.BucketSpan. PARSERDeprecated.Methods in io.prometheus.client that return Metrics.BucketSpan Modifier and Type Method Description Metrics.BucketSpanMetrics.BucketSpan.Builder. build()Metrics.BucketSpanMetrics.BucketSpan.Builder. buildPartial()static Metrics.BucketSpanMetrics.BucketSpan. getDefaultInstance()Metrics.BucketSpanMetrics.BucketSpan.Builder. getDefaultInstanceForType()Metrics.BucketSpanMetrics.BucketSpan. getDefaultInstanceForType()Metrics.BucketSpanMetrics.Histogram.Builder. getNegativeSpan(int index)Negative buckets for the native histogram.Metrics.BucketSpanMetrics.Histogram. getNegativeSpan(int index)Negative buckets for the native histogram.Metrics.BucketSpanMetrics.HistogramOrBuilder. getNegativeSpan(int index)Negative buckets for the native histogram.Metrics.BucketSpanMetrics.Histogram.Builder. getPositiveSpan(int index)Positive buckets for the native histogram.Metrics.BucketSpanMetrics.Histogram. getPositiveSpan(int index)Positive buckets for the native histogram.Metrics.BucketSpanMetrics.HistogramOrBuilder. getPositiveSpan(int index)Positive buckets for the native histogram.static Metrics.BucketSpanMetrics.BucketSpan. parseDelimitedFrom(InputStream input)static Metrics.BucketSpanMetrics.BucketSpan. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Metrics.BucketSpanMetrics.BucketSpan. parseFrom(byte[] data)static Metrics.BucketSpanMetrics.BucketSpan. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Metrics.BucketSpanMetrics.BucketSpan. parseFrom(com.google.protobuf.ByteString data)static Metrics.BucketSpanMetrics.BucketSpan. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Metrics.BucketSpanMetrics.BucketSpan. parseFrom(com.google.protobuf.CodedInputStream input)static Metrics.BucketSpanMetrics.BucketSpan. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Metrics.BucketSpanMetrics.BucketSpan. parseFrom(InputStream input)static Metrics.BucketSpanMetrics.BucketSpan. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Metrics.BucketSpanMetrics.BucketSpan. parseFrom(ByteBuffer data)static Metrics.BucketSpanMetrics.BucketSpan. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in io.prometheus.client that return types with arguments of type Metrics.BucketSpan Modifier and Type Method Description List<Metrics.BucketSpan>Metrics.Histogram.Builder. getNegativeSpanList()Negative buckets for the native histogram.List<Metrics.BucketSpan>Metrics.Histogram. getNegativeSpanList()Negative buckets for the native histogram.List<Metrics.BucketSpan>Metrics.HistogramOrBuilder. getNegativeSpanList()Negative buckets for the native histogram.com.google.protobuf.Parser<Metrics.BucketSpan>Metrics.BucketSpan. getParserForType()List<Metrics.BucketSpan>Metrics.Histogram.Builder. getPositiveSpanList()Positive buckets for the native histogram.List<Metrics.BucketSpan>Metrics.Histogram. getPositiveSpanList()Positive buckets for the native histogram.List<Metrics.BucketSpan>Metrics.HistogramOrBuilder. getPositiveSpanList()Positive buckets for the native histogram.static com.google.protobuf.Parser<Metrics.BucketSpan>Metrics.BucketSpan. parser()Methods in io.prometheus.client with parameters of type Metrics.BucketSpan Modifier and Type Method Description Metrics.Histogram.BuilderMetrics.Histogram.Builder. addNegativeSpan(int index, Metrics.BucketSpan value)Negative buckets for the native histogram.Metrics.Histogram.BuilderMetrics.Histogram.Builder. addNegativeSpan(Metrics.BucketSpan value)Negative buckets for the native histogram.Metrics.Histogram.BuilderMetrics.Histogram.Builder. addPositiveSpan(int index, Metrics.BucketSpan value)Positive buckets for the native histogram.Metrics.Histogram.BuilderMetrics.Histogram.Builder. addPositiveSpan(Metrics.BucketSpan value)Positive buckets for the native histogram.Metrics.BucketSpan.BuilderMetrics.BucketSpan.Builder. mergeFrom(Metrics.BucketSpan other)static Metrics.BucketSpan.BuilderMetrics.BucketSpan. newBuilder(Metrics.BucketSpan prototype)Metrics.Histogram.BuilderMetrics.Histogram.Builder. setNegativeSpan(int index, Metrics.BucketSpan value)Negative buckets for the native histogram.Metrics.Histogram.BuilderMetrics.Histogram.Builder. setPositiveSpan(int index, Metrics.BucketSpan value)Positive buckets for the native histogram.Method parameters in io.prometheus.client with type arguments of type Metrics.BucketSpan Modifier and Type Method Description Metrics.Histogram.BuilderMetrics.Histogram.Builder. addAllNegativeSpan(Iterable<? extends Metrics.BucketSpan> values)Negative buckets for the native histogram.Metrics.Histogram.BuilderMetrics.Histogram.Builder. addAllPositiveSpan(Iterable<? extends Metrics.BucketSpan> values)Positive buckets for the native histogram.
-