(context.Context, FetchSpansRequest)
| 268 | type SpansetFetcher interface { |
| 269 | Fetch(context.Context, FetchSpansRequest) (FetchSpansResponse, error) |
| 270 | FetchSpans(context.Context, FetchSpansRequest) (FetchSpansOnlyResponse, error) |
| 271 | } |
| 272 | |
| 273 | // FetchTagValuesCallback is called to collect unique tag values. |
no outgoing calls
no test coverage detected