Searched defs:OutlierDetectionConfig (Results 1 – 2 of 2) sorted by relevance
34 struct OutlierDetectionConfig { struct35 Duration interval = Duration::Seconds(10);36 Duration base_ejection_time = Duration::Milliseconds(30000);37 Duration max_ejection_time = Duration::Milliseconds(30000);38 uint32_t max_ejection_percent = 10;39 struct SuccessRateEjection {78 bool operator==(const OutlierDetectionConfig& other) const { argument
38 struct OutlierDetectionConfig { struct39 Duration interval = Duration::Seconds(10);40 Duration base_ejection_time = Duration::Milliseconds(30000);41 Duration max_ejection_time = Duration::Milliseconds(30000);42 uint32_t max_ejection_percent = 10;43 struct SuccessRateEjection {82 bool operator==(const OutlierDetectionConfig& other) const { argument