Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
418
type
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
Ready
Method · 0.65
TestStateReplication
Function · 0.65
TestStateReplication_Settle
Function · 0.65
Implementers
5
ConcreteService
integration/e2e/service.go
HTTPReadinessProbe
integration/e2e/service.go
TCPReadinessProbe
integration/e2e/service.go
CmdReadinessProbe
integration/e2e/service.go
state
pkg/alertmanager/state_replication.go
Calls
no outgoing calls
Tested by
2
TestStateReplication
Function · 0.52
TestStateReplication_Settle
Function · 0.52