Home
last modified time | relevance | path

Searched defs:OutlierDetectionConfig (Results 1 – 1 of 1) sorted by relevance

/third_party/grpc/src/core/load_balancing/outlier_detection/
Doutlier_detection.h32 struct OutlierDetectionConfig { struct
33 Duration interval = Duration::Seconds(10);
34 Duration base_ejection_time = Duration::Milliseconds(30000);
35 Duration max_ejection_time = Duration::Milliseconds(30000);
36 uint32_t max_ejection_percent = 10;
37 struct SuccessRateEjection {
76 bool operator==(const OutlierDetectionConfig& other) const { argument