(query string)
| 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) |
| 56 | MetricsQueryRange(query string, start, end int64, step string, exemplars int) (*tempopb.QueryRangeResponse, error) |
no outgoing calls