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:
Kartikeya Hegde
2024-02-01 11:44:09 +00:00
committed by GitHub
parent 170e10cb8e
commit 54fb61eeeb
5 changed files with 43 additions and 2 deletions

View File

@ -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 {}