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

Method RemoveIngester

pkg/ring/model.go:67–69  ·  view source on GitHub ↗

RemoveIngester removes the given ingester and all its tokens.

(id string)

Source from the content-addressed store, hash-verified

65
66// RemoveIngester removes the given ingester and all its tokens.
67func (d *Desc) RemoveIngester(id string) {
68 delete(d.Ingesters, id)
69}
70
71// ClaimTokens transfers all the tokens from one ingester to another,
72// returning the claimed token.

Calls

no outgoing calls