Searched defs:OutlierDetectionConfig (Results 1 – 1 of 1) sorted by relevance
32 struct OutlierDetectionConfig { struct33 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