public static interface Metrics.HistogramOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Metrics.Bucket |
getBucket(int index)
Ordered in increasing order of upper_bound, +Inf bucket is optional.
|
int |
getBucketCount()
Ordered in increasing order of upper_bound, +Inf bucket is optional.
|
List<Metrics.Bucket> |
getBucketList()
Ordered in increasing order of upper_bound, +Inf bucket is optional.
|
Metrics.BucketOrBuilder |
getBucketOrBuilder(int index)
Ordered in increasing order of upper_bound, +Inf bucket is optional.
|
List<? extends Metrics.BucketOrBuilder> |
getBucketOrBuilderList()
Ordered in increasing order of upper_bound, +Inf bucket is optional.
|
long |
getSampleCount()
optional uint64 sample_count = 1; |
double |
getSampleSum()
optional double sample_sum = 2; |
boolean |
hasSampleCount()
optional uint64 sample_count = 1; |
boolean |
hasSampleSum()
optional double sample_sum = 2; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasSampleCount()
optional uint64 sample_count = 1;long getSampleCount()
optional uint64 sample_count = 1;boolean hasSampleSum()
optional double sample_sum = 2;double getSampleSum()
optional double sample_sum = 2;List<Metrics.Bucket> getBucketList()
Ordered in increasing order of upper_bound, +Inf bucket is optional.
repeated .io.prometheus.client.Bucket bucket = 3;Metrics.Bucket getBucket(int index)
Ordered in increasing order of upper_bound, +Inf bucket is optional.
repeated .io.prometheus.client.Bucket bucket = 3;int getBucketCount()
Ordered in increasing order of upper_bound, +Inf bucket is optional.
repeated .io.prometheus.client.Bucket bucket = 3;List<? extends Metrics.BucketOrBuilder> getBucketOrBuilderList()
Ordered in increasing order of upper_bound, +Inf bucket is optional.
repeated .io.prometheus.client.Bucket bucket = 3;Metrics.BucketOrBuilder getBucketOrBuilder(int index)
Ordered in increasing order of upper_bound, +Inf bucket is optional.
repeated .io.prometheus.client.Bucket bucket = 3;Copyright © 2018–2021 The Envoy Project. All rights reserved.