(ctx context.Context, id string, start int64, end int64)
| 50 | SearchWithRange(ctx context.Context, tags string, start int64, end int64) (*tempopb.SearchResponse, error) |
| 51 | QueryTrace(id string) (*tempopb.Trace, error) |
| 52 | QueryTraceWithRange(ctx context.Context, id string, start int64, end int64) (*tempopb.Trace, error) |
| 53 | SearchTraceQL(query string) (*tempopb.SearchResponse, error) |
| 54 | SearchTraceQLWithRange(query string, start int64, end int64) (*tempopb.SearchResponse, error) |
| 55 | SearchTraceQLWithRangeAndLimit(query string, start int64, end int64, limit int64, spss int64) (*tempopb.SearchResponse, error) |
no outgoing calls