Home
last modified time | relevance | path

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

/aosp_15_r20/external/grpc-grpc/src/core/load_balancing/outlier_detection/
H A Doutlier_detection.h34 struct OutlierDetectionConfig { struct
35 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
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/lb_policy/outlier_detection/
Doutlier_detection.h38 struct OutlierDetectionConfig { struct
39 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