MCPcopy
hub / github.com/grafana/dskit / GetIngesters

Method GetIngesters

ring/ring.pb.go:99–104  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

97var xxx_messageInfo_Desc proto.InternalMessageInfo
98
99func (m *Desc) GetIngesters() map[string]InstanceDesc {
100 if m != nil {
101 return m.Ingesters
102 }
103 return nil
104}
105
106// InstanceDesc is the top-level type used to model per-instance information in a ring.
107type InstanceDesc struct {

Calls

no outgoing calls