(tenant string)
| 27 | } |
| 28 | |
| 29 | func (h *TempoHarness) APIClientHTTP(tenant string) *httpclient.Client { |
| 30 | return httpclient.New(h.BaseURL(), tenant) |
| 31 | } |
| 32 | |
| 33 | func (h *TempoHarness) APIClientGRPC(tenant string) (tempopb.StreamingQuerierClient, context.Context, error) { |
| 34 | endpoint := h.Services[ServiceQueryFrontend].Endpoint(3200) |