(context.Context, traceql.FetchSpansRequest, SearchOptions)
| 31 | // TODO(suraj): use MetricsCallback in Fetch and remove the Bytes callback from FetchSpansResponse |
| 32 | Fetch(context.Context, traceql.FetchSpansRequest, SearchOptions) (traceql.FetchSpansResponse, error) |
| 33 | FetchSpans(context.Context, traceql.FetchSpansRequest, SearchOptions) (traceql.FetchSpansOnlyResponse, error) |
| 34 | FetchTagValues(context.Context, traceql.FetchTagValuesRequest, traceql.FetchTagValuesCallback, MetricsCallback, SearchOptions) error |
| 35 | FetchTagNames(context.Context, traceql.FetchTagsRequest, traceql.FetchTagsCallback, MetricsCallback, SearchOptions) error |
| 36 | } |
no outgoing calls