Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 893 Bytes

ServerGroup.md

File metadata and controls

18 lines (13 loc) · 893 Bytes

ServerGroup

Properties

Name Type Description Notes
name String [optional]
timeout Integer health check timeout (ms) (timeout before getting expected response) [optional]
period Integer health check period (ms) (interval between two hc) [optional]
up Integer consider the server healthy after $up times of successful health checks [optional]
down Integer consider the server unhealthy after $down times of failed health checks [optional]
protocol CheckProtocol [optional]
method ServerGroupMethod [optional]
annotations Map<String, String> [optional]
eventLoopGroup String the event loop group to run health check on [optional]