mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-29 09:07:09 +08:00
feat: add healthcheck for outgoing request (#3519)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
@ -5,6 +5,7 @@ pub struct RouterHealthCheckResponse {
|
||||
pub locker: bool,
|
||||
#[cfg(feature = "olap")]
|
||||
pub analytics: bool,
|
||||
pub outgoing_request: bool,
|
||||
}
|
||||
|
||||
impl common_utils::events::ApiEventMetric for RouterHealthCheckResponse {}
|
||||
|
||||
Reference in New Issue
Block a user