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

Function makeReq

tempodb/tempodb_search_test.go:2117–2123  ·  view source on GitHub ↗

Helper function to make a tag search

(k, v string)

Source from the content-addressed store, hash-verified

2115
2116// Helper function to make a tag search
2117func makeReq(k, v string) *tempopb.SearchRequest {
2118 return &tempopb.SearchRequest{
2119 Tags: map[string]string{
2120 k: v,
2121 },
2122 }
2123}
2124
2125func addTraceQL(req *tempopb.SearchRequest) {
2126 // todo: traceql concepts are different than search concepts. this code maps key/value pairs

Callers 1

searchTestSuiteFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected