(req *http.Request)
| 39 | type TempoHTTPClient interface { |
| 40 | WithTransport(t http.RoundTripper) |
| 41 | Do(req *http.Request) (*http.Response, error) |
| 42 | SearchTags() (*tempopb.SearchTagsResponse, error) |
| 43 | SearchTagsV2() (*tempopb.SearchTagsV2Response, error) |
| 44 | SearchTagsWithRange(start int64, end int64) (*tempopb.SearchTagsResponse, error) |
no outgoing calls