Commit Graph

6 Commits

Author SHA1 Message Date
Ilkka Seppälä a2e4307044 refactor: health check 2024-04-25 20:18:07 +03:00
Ilkka Seppälä 63a2740210 docs: improve health check 2024-04-25 20:16:37 +03:00
Ilkka Seppälä b994d9a70d fix: Fix health-check page rendering error on the website 2024-02-11 10:32:26 +02:00
Doksanbir 45f63a70f1 docs: Update README.md for Health Check Pattern (#2783) 2024-01-27 13:16:06 +02:00
Ilkka Seppälä 4d21b48424 docs: Update health check category and tags 2023-12-02 15:03:21 +02:00
Doksanbir 21f7b026f5 pattern: Implement Health Check for Microservices Observability (#2695) (#2774)
* 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.
2023-12-02 14:17:01 +02:00