public interface OutlierEjectSuccessRateOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
int |
getClusterAverageSuccessRate()
Average success rate of the hosts in the cluster at the time of the ejection event on a 0-100
range.
|
int |
getClusterSuccessRateEjectionThreshold()
Success rate ejection threshold at the time of the ejection event.
|
int |
getHostSuccessRate()
Host’s success rate at the time of the ejection event on a 0-100 range.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getHostSuccessRate()
Host’s success rate at the time of the ejection event on a 0-100 range.
uint32 host_success_rate = 1 [(.validate.rules) = { ... }int getClusterAverageSuccessRate()
Average success rate of the hosts in the cluster at the time of the ejection event on a 0-100 range.
uint32 cluster_average_success_rate = 2 [(.validate.rules) = { ... }int getClusterSuccessRateEjectionThreshold()
Success rate ejection threshold at the time of the ejection event.
uint32 cluster_success_rate_ejection_threshold = 3 [(.validate.rules) = { ... }Copyright © 2018–2021 The Envoy Project. All rights reserved.