(c context.Context, r *tempopb.SearchRequest)
| 73 | HandleHTTPTraceByIDReq(r *http.Request) (combiner.TraceRedactor, error) |
| 74 | |
| 75 | HandleGRPCSearchReq(c context.Context, r *tempopb.SearchRequest) error |
| 76 | HandleGRPCTagsReq(c context.Context, r *tempopb.SearchTagsRequest) error |
| 77 | HandleGRPCTagsV2Req(c context.Context, r *tempopb.SearchTagsRequest) error |
| 78 | HandleGRPCTagValuesReq(c context.Context, r *tempopb.SearchTagValuesRequest) error |
no outgoing calls
no test coverage detected