MCPcopy Index your code
hub / github.com/cortexproject/cortex / NewDesc

Function NewDesc

pkg/ring/model.go:35–39  ·  view source on GitHub ↗

NewDesc returns an empty ring.Desc

()

Source from the content-addressed store, hash-verified

33
34// NewDesc returns an empty ring.Desc
35func NewDesc() *Desc {
36 return &Desc{
37 Ingesters: map[string]InstanceDesc{},
38 }
39}
40
41// AddIngester adds the given ingester to the ring. Ingester will only use supplied tokens,
42// any other tokens are removed.

Calls

no outgoing calls