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

Method NetworkHTTPEndpointFor

integration/e2e/service.go:593–595  ·  view source on GitHub ↗
(networkName string)

Source from the content-addressed store, hash-verified

591}
592
593func (s *HTTPService) NetworkHTTPEndpointFor(networkName string) string {
594 return s.NetworkEndpointFor(networkName, s.httpPort)
595}
596
597// WaitSumMetrics waits for at least one instance of each given metric names to be present and their sums, returning true
598// when passed to given isExpected(...).

Callers

nothing calls this directly

Calls 1

NetworkEndpointForMethod · 0.80

Tested by

no test coverage detected