Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cortexproject/cortex
/ Ready
Method
Ready
integration/e2e/service.go:508–511 ·
view source on GitHub ↗
(service *ConcreteService)
Source
from the content-addressed store, hash-verified
506
}
507
508
func
(p *CmdReadinessProbe) Ready(service *ConcreteService) error {
509
_, _, err := service.Exec(p.cmd)
510
return
err
511
}
512
513
type
LinePrefixLogger
struct
{
514
prefix string
Callers
nothing calls this directly
Calls
1
Exec
Method · 0.65
Tested by
no test coverage detected