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

Method Search

tempodb/tempodb.go:88–88  ·  view source on GitHub ↗
(ctx context.Context, meta *backend.BlockMeta, req *tempopb.SearchRequest, opts common.SearchOptions)

Source from the content-addressed store, hash-verified

86type Reader interface {
87 Find(ctx context.Context, tenantID string, id common.ID, blockStart string, blockEnd string, timeStart int64, timeEnd int64, opts common.SearchOptions) ([]*tempopb.TraceByIDResponse, []error, error)
88 Search(ctx context.Context, meta *backend.BlockMeta, req *tempopb.SearchRequest, opts common.SearchOptions) (*tempopb.SearchResponse, error)
89 SearchTags(ctx context.Context, meta *backend.BlockMeta, req *tempopb.SearchTagsBlockRequest, opts common.SearchOptions) (*tempopb.SearchTagsV2Response, error)
90 SearchTagValues(ctx context.Context, meta *backend.BlockMeta, req *tempopb.SearchTagValuesBlockRequest, opts common.SearchOptions) (*tempopb.SearchTagValuesResponse, error)
91 SearchTagValuesV2(ctx context.Context, meta *backend.BlockMeta, req *tempopb.SearchTagValuesRequest, opts common.SearchOptions) (*tempopb.SearchTagValuesV2Response, error)

Callers 15

SearchMethod · 0.65
searchRunnerFunction · 0.65
TestQueryRateLimitsFunction · 0.65
TestReadMetricsFunction · 0.65
SearchRecentMethod · 0.65
TestInstanceSearchFunction · 0.65
TestInstanceSearchNoDataFunction · 0.65

Calls

no outgoing calls

Tested by 10

searchRunnerFunction · 0.52
TestQueryRateLimitsFunction · 0.52
TestReadMetricsFunction · 0.52
TestInstanceSearchFunction · 0.52
TestInstanceSearchNoDataFunction · 0.52