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

Method SearchTraceQLWithRange

pkg/httpclient/client.go:54–54  ·  view source on GitHub ↗
(query string, start int64, end int64)

Source from the content-addressed store, hash-verified

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)
55 SearchTraceQLWithRangeAndLimit(query string, start int64, end int64, limit int64, spss int64) (*tempopb.SearchResponse, error)
56 MetricsQueryRange(query string, start, end int64, step string, exemplars int) (*tempopb.QueryRangeResponse, error)
57 MetricsQueryInstant(query string, start, end int64, exemplars int) (*tempopb.QueryInstantResponse, error)

Callers 6

TestQueryRateLimitsFunction · 0.65
TestFailureModesFunction · 0.65
validateTraceSearchMethod · 0.65
searchTraceqlFunction · 0.65
queryMetricsFunction · 0.65

Implementers 2

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

Calls

no outgoing calls

Tested by 2

TestQueryRateLimitsFunction · 0.52
TestFailureModesFunction · 0.52