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

Function ExemplarMetaConditions

pkg/traceql/storage.go:38–42  ·  view source on GitHub ↗
(cb func() bool)

Source from the content-addressed store, hash-verified

36}
37
38func ExemplarMetaConditions(cb func() bool) []Condition {
39 return []Condition{
40 {Attribute: NewIntrinsic(IntrinsicTraceID), Op: OpNone, CallBack: cb},
41 }
42}
43
44func SearchMetaConditionsWithout(remove []Condition, allConditions bool) []Condition {
45 metaConds := SearchMetaConditions()

Callers 1

Calls 1

NewIntrinsicFunction · 0.85

Tested by

no test coverage detected