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

Function boolKV

tempodb/tempodb_search_test.go:2109–2114  ·  view source on GitHub ↗
(k string)

Source from the content-addressed store, hash-verified

2107}
2108
2109func boolKV(k string) *v1_common.KeyValue {
2110 return &v1_common.KeyValue{
2111 Key: k,
2112 Value: &v1_common.AnyValue{Value: &v1_common.AnyValue_BoolValue{BoolValue: true}},
2113 }
2114}
2115
2116// Helper function to make a tag search
2117func makeReq(k, v string) *tempopb.SearchRequest {

Callers 1

makeExpectedTraceFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected