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

Method Do

pkg/httpclient/client.go:41–41  ·  view source on GitHub ↗
(req *http.Request)

Source from the content-addressed store, hash-verified

39type TempoHTTPClient interface {
40 WithTransport(t http.RoundTripper)
41 Do(req *http.Request) (*http.Response, error)
42 SearchTags() (*tempopb.SearchTagsResponse, error)
43 SearchTagsV2() (*tempopb.SearchTagsV2Response, error)
44 SearchTagsWithRange(start int64, end int64) (*tempopb.SearchTagsResponse, error)

Implementers 2

Clientpkg/httpclient/client.go
MockHTTPClientcmd/tempo-vulture/mocks.go

Calls

no outgoing calls