mirror of
				https://github.com/juspay/hyperswitch.git
				synced 2025-10-31 01:57:45 +08:00 
			
		
		
		
	feat: add deep health check for analytics (#3438)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
		| @ -1,6 +1,10 @@ | ||||
| #[derive(Debug, Clone, serde::Serialize, serde::Deserialize)] | ||||
| pub struct RouterHealthCheckResponse { | ||||
|     pub database: String, | ||||
|     pub redis: String, | ||||
|     pub locker: String, | ||||
|     pub database: bool, | ||||
|     pub redis: bool, | ||||
|     pub locker: bool, | ||||
|     #[cfg(feature = "olap")] | ||||
|     pub analytics: bool, | ||||
| } | ||||
|  | ||||
| impl common_utils::events::ApiEventMetric for RouterHealthCheckResponse {} | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Kartikeya Hegde
					Kartikeya Hegde