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

Method extractConditions

pkg/traceql/ast.go:264–267  ·  view source on GitHub ↗
(request *FetchSpansRequest)

Source from the content-addressed store, hash-verified

262}
263
264func (o GroupOperation) extractConditions(request *FetchSpansRequest) {
265 o.Expression.extractConditions(request)
266 request.AllConditions = false
267}
268
269type CoalesceOperation struct{}
270

Callers

nothing calls this directly

Calls 1

extractConditionsMethod · 0.65

Tested by

no test coverage detected