-
Notifications
You must be signed in to change notification settings - Fork 83
Open
Labels
enhancementNew feature or requestNew feature or request
Description
星尘发布通过StarAgent发布应用时,需要在发布指令中提供健康监测字段 HealthCheck,用于StarAgent监测服务是否正常启动和工作。
HealthCheck支持以下配置:
- http地址,使用HttpClient访问目标接口,得到200返回表示健康。如:http://localhost:6680/cube/info
- tcp地址,使用Tcp连接目标端口,连接成功表示健康。如:tcp://localhost:6600
- udp地址,使用Udp向目标端口发送数据,收到响应表示健康。如:udp://localhost:5500
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request