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

Method AddressRemoved

pkg/util/dns_watcher.go:21–21  ·  view source on GitHub ↗

Previously-discovered address is no longer resolved for the hostname.

(address string)

Source from the content-addressed store, hash-verified

19
20 // Previously-discovered address is no longer resolved for the hostname.
21 AddressRemoved(address string)
22}
23
24type dnsWatcher struct {

Callers 3

TestResetConcurrencyFunction · 0.65
watchDNSLoopMethod · 0.65

Implementers 2

frontendSchedulerWorkerspkg/frontend/v2/frontend_scheduler_wor
querierWorkerpkg/querier/worker/worker.go

Calls

no outgoing calls

Tested by 2

TestResetConcurrencyFunction · 0.52