|
名称 |
类型 |
描述 |
示例值 |
|---|---|---|---|
|
object |
智能体运行时的健康检查配置,用于监控运行时实例的健康状态 |
||
| httpGetUrl |
string |
用于健康检查的 HTTP GET 请求的 URL 地址 |
/ready |
| initialDelaySeconds |
integer |
在容器启动后,首次执行健康检查前的延迟时间(秒) |
30 |
| periodSeconds |
integer |
执行健康检查的时间间隔(秒) |
30 |
| timeoutSeconds |
integer |
健康检查的超时时间(秒) |
3 |
| failureThreshold |
integer |
在将容器视为不健康之前,连续失败的健康检查次数 |
3 |
| successThreshold |
integer |
在将容器视为健康之前,连续成功的健康检查次数 |
1 |
HealthCheckConfiguration
更新时间:
复制 MD 格式
该文章对您有帮助吗?