#include <outlier_detection.h>
Public Attributes | |
uint32_t | enforcement_percentage = 0 |
uint32_t | minimum_hosts = 5 |
uint32_t | request_volume = 100 |
uint32_t | stdev_factor = 1900 |
Definition at line 37 of file outlier_detection.h.
uint32_t grpc_core::OutlierDetectionConfig::SuccessRateEjection::enforcement_percentage = 0 |
Definition at line 39 of file outlier_detection.h.
uint32_t grpc_core::OutlierDetectionConfig::SuccessRateEjection::minimum_hosts = 5 |
Definition at line 40 of file outlier_detection.h.
uint32_t grpc_core::OutlierDetectionConfig::SuccessRateEjection::request_volume = 100 |
Definition at line 41 of file outlier_detection.h.
uint32_t grpc_core::OutlierDetectionConfig::SuccessRateEjection::stdev_factor = 1900 |
Definition at line 38 of file outlier_detection.h.