MCPcopy Create free account
hub / github.com/cortexproject/cortex / Ready

Method Ready

integration/e2e/service.go:419–419  ·  view source on GitHub ↗
(service *ConcreteService)

Source from the content-addressed store, hash-verified

417
418type ReadinessProbe interface {
419 Ready(service *ConcreteService) (err error)
420}
421
422// HTTPReadinessProbe checks readiness by making HTTP call and checking for expected HTTP status code

Callers 3

ReadyMethod · 0.65
TestStateReplicationFunction · 0.65

Implementers 5

ConcreteServiceintegration/e2e/service.go
HTTPReadinessProbeintegration/e2e/service.go
TCPReadinessProbeintegration/e2e/service.go
CmdReadinessProbeintegration/e2e/service.go
statepkg/alertmanager/state_replication.go

Calls

no outgoing calls

Tested by 2

TestStateReplicationFunction · 0.52