MCPcopy
hub / github.com/grafana/tempo / SearchTagValuesV2

Method SearchTagValuesV2

pkg/httpclient/client.go:232–234  ·  view source on GitHub ↗
(key, query string)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected