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

Method RegisterQueryFrontend1

pkg/api/api.go:489–491  ·  view source on GitHub ↗
(f *frontendv1.Frontend)

Source from the content-addressed store, hash-verified

487}
488
489func (a *API) RegisterQueryFrontend1(f *frontendv1.Frontend) {
490 frontendv1pb.RegisterFrontendServer(a.server.GRPC, f)
491}
492
493func (a *API) RegisterQueryFrontend2(f *frontendv2.Frontend) {
494 frontendv2pb.RegisterFrontendForQuerierServer(a.server.GRPC, f)

Callers 1

initQueryFrontendMethod · 0.80

Calls 1

RegisterFrontendServerFunction · 0.92

Tested by

no test coverage detected