Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/grafana/dskit
/ GetZone
Method
GetZone
ring/ring.pb.go:207–212 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
205
}
206
207
func
(m *InstanceDesc) GetZone() string {
208
if
m != nil {
209
return
m.Zone
210
}
211
return
""
212
}
213
214
func
(m *InstanceDesc) GetRegisteredTimestamp() int64 {
215
if
m != nil {
Callers
2
TestBasicLifecycler_RegisterOnStart
Function · 0.80
TestBasicLifecycler_KeepInTheRingOnStop
Function · 0.80
Calls
no outgoing calls
Tested by
2
TestBasicLifecycler_RegisterOnStart
Function · 0.64
TestBasicLifecycler_KeepInTheRingOnStop
Function · 0.64