MCPcopy
hub / github.com/grafana/tempo / NewStreamingQuerierClient

Function NewStreamingQuerierClient

pkg/tempopb/tempo.pb.go:3507–3509  ·  view source on GitHub ↗
(cc *grpc.ClientConn)

Source from the content-addressed store, hash-verified

3505}
3506
3507func NewStreamingQuerierClient(cc *grpc.ClientConn) StreamingQuerierClient {
3508 return &streamingQuerierClient{cc}
3509}
3510
3511func (c *streamingQuerierClient) Search(ctx context.Context, in *SearchRequest, opts ...grpc.CallOption) (StreamingQuerier_SearchClient, error) {
3512 stream, err := c.cc.NewStream(ctx, &_StreamingQuerier_serviceDesc.Streams[0], "/tempopb.StreamingQuerier/Search", opts...)

Callers 7

NewSearchGRPCClientFunction · 0.92
searchGRPCMethod · 0.92
searchGRPCMethod · 0.92
searchGRPCMethod · 0.92
queryRangeGRPCMethod · 0.92
queryInstantGRPCMethod · 0.92

Calls

no outgoing calls