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

Method GetZone

pkg/ring/ring.pb.go:192–197  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

190}
191
192func (m *InstanceDesc) GetZone() string {
193 if m != nil {
194 return m.Zone
195 }
196 return ""
197}
198
199func (m *InstanceDesc) GetRegisteredTimestamp() int64 {
200 if m != nil {

Callers 5

doneMethod · 0.80
GetNumOfZonesMethod · 0.80

Calls

no outgoing calls