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

Method QueryTraceWithRange

pkg/httpclient/client.go:52–52  ·  view source on GitHub ↗
(ctx context.Context, id string, start int64, end int64)

Source from the content-addressed store, hash-verified

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)
55 SearchTraceQLWithRangeAndLimit(query string, start int64, end int64, limit int64, spss int64) (*tempopb.SearchResponse, error)

Callers 3

TestQueryTraceWithRangeFunction · 0.65
queryTraceFunction · 0.65

Implementers 2

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

Calls

no outgoing calls

Tested by 1

TestQueryTraceWithRangeFunction · 0.52