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

Function ExemplarMetaConditionsWithout

pkg/traceql/storage.go:75–77  ·  view source on GitHub ↗
(cb func() bool, remove []Condition, allConditions bool)

Source from the content-addressed store, hash-verified

73}
74
75func ExemplarMetaConditionsWithout(cb func() bool, remove []Condition, allConditions bool) []Condition {
76 return metaConditionsWithout(ExemplarMetaConditions(cb), remove, allConditions)
77}
78
79// SecondPassFn is a method that is called in between the first and second
80// pass of a fetch spans request. See below.

Callers 1

Calls 2

metaConditionsWithoutFunction · 0.85
ExemplarMetaConditionsFunction · 0.85

Tested by

no test coverage detected