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

Method GetIngesters

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

Source from the content-addressed store, hash-verified

99var xxx_messageInfo_Desc proto.InternalMessageInfo
100
101func (m *Desc) GetIngesters() map[string]InstanceDesc {
102 if m != nil {
103 return m.Ingesters
104 }
105 return nil
106}
107
108type InstanceDesc struct {
109 Addr string `protobuf:"bytes,1,opt,name=addr,proto3" json:"addr,omitempty"`

Calls

no outgoing calls