public interface HistogramBucketSettingsOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
double |
getBuckets(int index)
Each value is the upper bound of a bucket.
|
int |
getBucketsCount()
Each value is the upper bound of a bucket.
|
List<Double> |
getBucketsList()
Each value is the upper bound of a bucket.
|
StringMatcher |
getMatch()
The stats that this rule applies to.
|
StringMatcherOrBuilder |
getMatchOrBuilder()
The stats that this rule applies to.
|
boolean |
hasMatch()
The stats that this rule applies to.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasMatch()
The stats that this rule applies to. The match is applied to the original stat name before tag-extraction, for example `cluster.exampleclustername.upstream_cx_length_ms`.
.envoy.type.matcher.v4alpha.StringMatcher match = 1 [(.validate.rules) = { ... }StringMatcher getMatch()
The stats that this rule applies to. The match is applied to the original stat name before tag-extraction, for example `cluster.exampleclustername.upstream_cx_length_ms`.
.envoy.type.matcher.v4alpha.StringMatcher match = 1 [(.validate.rules) = { ... }StringMatcherOrBuilder getMatchOrBuilder()
The stats that this rule applies to. The match is applied to the original stat name before tag-extraction, for example `cluster.exampleclustername.upstream_cx_length_ms`.
.envoy.type.matcher.v4alpha.StringMatcher match = 1 [(.validate.rules) = { ... }List<Double> getBucketsList()
Each value is the upper bound of a bucket. Each bucket must be greater than 0 and unique. The order of the buckets does not matter.
repeated double buckets = 2 [(.validate.rules) = { ... }int getBucketsCount()
Each value is the upper bound of a bucket. Each bucket must be greater than 0 and unique. The order of the buckets does not matter.
repeated double buckets = 2 [(.validate.rules) = { ... }double getBuckets(int index)
Each value is the upper bound of a bucket. Each bucket must be greater than 0 and unique. The order of the buckets does not matter.
repeated double buckets = 2 [(.validate.rules) = { ... }Copyright © 2018–2021 The Envoy Project. All rights reserved.