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

Method FindTraceByID

pkg/tempopb/tempo.pb.go:3206–3206  ·  view source on GitHub ↗
(ctx context.Context, in *TraceByIDRequest, opts ...grpc.CallOption)

Source from the content-addressed store, hash-verified

3204// For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
3205type QuerierClient interface {
3206 FindTraceByID(ctx context.Context, in *TraceByIDRequest, opts ...grpc.CallOption) (*TraceByIDResponse, error)
3207 SearchRecent(ctx context.Context, in *SearchRequest, opts ...grpc.CallOption) (*SearchResponse, error)
3208 SearchBlock(ctx context.Context, in *SearchBlockRequest, opts ...grpc.CallOption) (*SearchResponse, error)
3209 SearchTags(ctx context.Context, in *SearchTagsRequest, opts ...grpc.CallOption) (*SearchTagsResponse, error)

Callers 9

requireTraceInLiveStoreFunction · 0.65
requireTraceInBlockFunction · 0.65
FindTraceByIDMethod · 0.65
FindByTraceIDMethod · 0.65
FindTraceByIDMethod · 0.65
isInBlockFunction · 0.65
queryBlockFunction · 0.65

Implementers 4

LiveStoremodules/livestore/live_store.go
Queriermodules/querier/querier.go
querierClientpkg/tempopb/tempo.pb.go
UnimplementedQuerierServerpkg/tempopb/tempo.pb.go

Calls

no outgoing calls

Tested by 3

requireTraceInLiveStoreFunction · 0.52
requireTraceInBlockFunction · 0.52