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

Method WithTransport

pkg/httpclient/client.go:40–40  ·  view source on GitHub ↗
(t http.RoundTripper)

Source from the content-addressed store, hash-verified

38
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)

Callers 4

TestHTTPSFunction · 0.65
TestCompressionFunction · 0.65
TestQueryTraceFunction · 0.65
TestQueryTraceWithRangeFunction · 0.65

Implementers 2

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

Calls

no outgoing calls

Tested by 4

TestHTTPSFunction · 0.52
TestCompressionFunction · 0.52
TestQueryTraceFunction · 0.52
TestQueryTraceWithRangeFunction · 0.52