* Add Health Check pattern implementation
The commit introduces Health Check pattern, providing a series of health indicators for system performance and stability monitoring, including checks for system CPU load, process CPU load, database health, memory usage, and garbage collection metrics. It also includes asynchronous execution and caching mechanisms for health checks, and retry configurations for resilience.
Implements health checking components as per issue #2695.
* Test cases and javadoc for HealthEndpointIntegrationTest
* Added more log to test case to see why it returns 503
* Change config values to see if the system High system CPU load is resolved or not in CI.
* Fixes for test cases.
* some fixes for Sonar.
* some fixes for Sonar.
ADDED HIGH_PROCESS_CPU_LOAD_MESSAGE_WITHOUT_PARAM
ADDED HIGH_SYSTEM_CPU_LOAD_MESSAGE_WITHOUT_PARAM
* Sonar fixes address "Define and throw a dedicated exception instead of using a generic one."
added HealthCheckInterruptedException
refactored CustomHealthIndicator
* fixes checkstyle violation.