Commit Graph

16 Commits

Author SHA1 Message Date
John Blum
935acdd175 Add Unit Tests for GeodeCacheServersHealthIndicator. 2018-09-19 15:22:13 -07:00
John Blum
bcc763bc16 Add required name for mock GemFireCache instance. 2018-09-19 13:11:58 -07:00
John Blum
f941d9979a Add test case testing health check failure when no GemFireCache is present. 2018-09-19 10:37:16 -07:00
John Blum
510db32ef4 Add Unit Tests for GeodeCacheHealthIndicator. 2018-09-19 10:33:20 -07:00
John Blum
2ce660c421 Refactor dependencies and ensure the log4j-to-slf4j dependency gets excluded.
Remove testCompile slf4j dependencies.
2018-09-19 10:28:33 -07:00
John Blum
c9b42ab0bc Add Spring Boot HealthIndicator for Apache Geode Regions. 2018-09-18 22:49:43 -07:00
John Blum
a3e22ae894 Add Spring Boot HealthIndicator for Apache Geode Pools. 2018-09-18 22:49:17 -07:00
John Blum
e2179024f5 Add Spring Boot HealthIndicator for Apache Geode Region OQL Indexes. 2018-09-18 22:48:40 -07:00
John Blum
4b123dc7dc Add Spring Boot HealthIndicator for Apache Geode (WAN) GatewaySenders. 2018-09-18 22:47:54 -07:00
John Blum
971159d00e Add Spring Boot HealthIndicator for Apache Geode (WAN) GatewayReceivers. 2018-09-18 22:47:11 -07:00
John Blum
c911f2030f Add Spring Boot HealthIndicator for Apache Geode DiskStores. 2018-09-18 22:46:35 -07:00
John Blum
e33ebc4cb3 Add Spring Boot HealthIndicator for Apache Geode Continuous Queries. 2018-09-18 22:46:04 -07:00
John Blum
1424a51317 Add Spring Boot HealthIndicator for Apache Geode CachServers. 2018-09-18 22:45:26 -07:00
John Blum
aebc3dc1e7 Add Spring Boot HealthIndicator for Apache Geode (Client) Cache. 2018-09-18 22:44:56 -07:00
John Blum
f61d506e31 Add Spring Boot HealthIndicator for Apache Geode AsyncEventQueues. 2018-09-18 22:44:01 -07:00
John Blum
38a4fdf593 Add spring-geode-actuator module.
Add abstract base class for all Apache Geode, Spring Boot HealthIndicators.

Add ServerLoadProbe wrapper implementation to extract CacheServer load and metrics.
2018-09-18 22:43:10 -07:00