#include <outlier_detection.h>
Classes | |
struct | FailurePercentageEjection |
struct | SuccessRateEjection |
Definition at line 32 of file outlier_detection.h.
Duration grpc_core::OutlierDetectionConfig::base_ejection_time = Duration::Milliseconds(30000) |
Definition at line 34 of file outlier_detection.h.
absl::optional<FailurePercentageEjection> grpc_core::OutlierDetectionConfig::failure_percentage_ejection |
Definition at line 50 of file outlier_detection.h.
Duration grpc_core::OutlierDetectionConfig::interval = Duration::Infinity() |
Definition at line 33 of file outlier_detection.h.
uint32_t grpc_core::OutlierDetectionConfig::max_ejection_percent = 10 |
Definition at line 36 of file outlier_detection.h.
Duration grpc_core::OutlierDetectionConfig::max_ejection_time = Duration::Milliseconds(30000) |
Definition at line 35 of file outlier_detection.h.
absl::optional<SuccessRateEjection> grpc_core::OutlierDetectionConfig::success_rate_ejection |
Definition at line 49 of file outlier_detection.h.