Package com.bytedesk.service.config
Class ServiceHealthIndicator
java.lang.Object
com.bytedesk.service.config.ServiceHealthIndicator
- All Implemented Interfaces:
org.springframework.boot.actuate.health.HealthContributor,org.springframework.boot.actuate.health.HealthIndicator
@Component
public class ServiceHealthIndicator
extends Object
implements org.springframework.boot.actuate.health.HealthIndicator
Service模块健康检查
监控客服服务相关指标:消息队列、会话管理、数据库连接等
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate StringformatDuration(Duration duration) org.springframework.boot.actuate.health.Healthhealth()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.boot.actuate.health.HealthIndicator
getHealth
-
Field Details
-
dataSource
-
redisTemplate
-
startTime
-
-
Constructor Details
-
ServiceHealthIndicator
public ServiceHealthIndicator()
-
-
Method Details
-
health
public org.springframework.boot.actuate.health.Health health()- Specified by:
healthin interfaceorg.springframework.boot.actuate.health.HealthIndicator
-
formatDuration
-