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

Function NewIngesterClient

pkg/ingester/client/ingester.pb.go:2847–2849  ·  view source on GitHub ↗
(cc *grpc.ClientConn)

Source from the content-addressed store, hash-verified

2845}
2846
2847func NewIngesterClient(cc *grpc.ClientConn) IngesterClient {
2848 return &ingesterClient{cc}
2849}
2850
2851func (c *ingesterClient) Push(ctx context.Context, in *cortexpb.WriteRequest, opts ...grpc.CallOption) (*cortexpb.WriteResponse, error) {
2852 out := new(cortexpb.WriteResponse)

Callers 2

TestStreamingSendsFunction · 0.85
MakeIngesterClientFunction · 0.85

Calls

no outgoing calls

Tested by 1

TestStreamingSendsFunction · 0.68