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

Method QueryTrace

pkg/httpclient/client.go:51–51  ·  view source on GitHub ↗
(id string)

Source from the content-addressed store, hash-verified

49 Search(tags string) (*tempopb.SearchResponse, error)
50 SearchWithRange(ctx context.Context, tags string, start int64, end int64) (*tempopb.SearchResponse, error)
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)

Callers 9

TestQueryLimitsFunction · 0.65
TestLimitsPartialSuccessFunction · 0.65
TestQueryRateLimitsFunction · 0.65
TestInvalidTenantsFunction · 0.65
TestReceiversFunction · 0.65
QueryAndAssertTraceFunction · 0.65
TestQueryTraceFunction · 0.65
RunMethod · 0.65

Implementers 2

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

Calls

no outgoing calls

Tested by 7

TestQueryLimitsFunction · 0.52
TestLimitsPartialSuccessFunction · 0.52
TestQueryRateLimitsFunction · 0.52
TestInvalidTenantsFunction · 0.52
TestReceiversFunction · 0.52
TestQueryTraceFunction · 0.52