Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Type = component.MustNewType("grpc_health_check") ExtensionStability = component.StabilityLevelBeta )
Functions ¶
func NewFactory ¶
Types ¶
type Config ¶
type Config struct { Grpc configgrpc.ServerConfig `mapstructure:"grpc"` HealthCheckHttpEndpoint string `mapstructure:"health_check_http_endpoint"` StartPeriod time.Duration `mapstructure:"start_period"` Interval time.Duration `mapstructure:"interval"` }
Click to show internal directories.
Click to hide internal directories.