(key, query string)
| 230 | } |
| 231 | |
| 232 | func (c *Client) SearchTagValuesV2(key, query string) (*tempopb.SearchTagValuesV2Response, error) { |
| 233 | return c.SearchTagValuesV2WithRange(key, query, 0, 0) |
| 234 | } |
| 235 | |
| 236 | func (c *Client) SearchTagValuesV2WithRange(tag, query string, start int64, end int64) (*tempopb.SearchTagValuesV2Response, error) { |
| 237 | m := &tempopb.SearchTagValuesV2Response{} |
nothing calls this directly
no test coverage detected