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

Method RegisterMemberlistKV

pkg/api/api.go:510–513  ·  view source on GitHub ↗
(handler http.Handler)

Source from the content-addressed store, hash-verified

508}
509
510func (a *API) RegisterMemberlistKV(handler http.Handler) {
511 a.indexPage.AddLink(SectionAdminEndpoints, "/memberlist", "Memberlist Status")
512 a.RegisterRoute("/memberlist", handler, false, "GET")
513}

Callers 1

initMemberlistKVMethod · 0.80

Calls 2

RegisterRouteMethod · 0.95
AddLinkMethod · 0.80

Tested by

no test coverage detected