mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-28 04:04:55 +08:00
feat(health): Health check for Decision engine (#8243)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
@ -12,6 +12,8 @@ pub struct RouterHealthCheckResponse {
|
||||
pub outgoing_request: bool,
|
||||
#[cfg(feature = "dynamic_routing")]
|
||||
pub grpc_health_check: HealthCheckMap,
|
||||
#[cfg(feature = "dynamic_routing")]
|
||||
pub decision_engine: bool,
|
||||
}
|
||||
|
||||
impl common_utils::events::ApiEventMetric for RouterHealthCheckResponse {}
|
||||
|
||||
Reference in New Issue
Block a user