Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/cortexproject/cortex
/ Endpoint
Method
Endpoint
tools/querytee/proxy.go:210–216 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
208
}
209
210
func
(p *Proxy) Endpoint() string {
211
if
p.srvListener == nil {
212
return
""
213
}
214
215
return
p.srvListener.Addr().String()
216
}
Callers
2
Test_Proxy_RequestsForwarding
Function · 0.95
TestProxy_Passthrough
Function · 0.95
Calls
1
String
Method · 0.65
Tested by
2
Test_Proxy_RequestsForwarding
Function · 0.76
TestProxy_Passthrough
Function · 0.76