Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/grafana/tempo
/ extractConditions
Method
extractConditions
pkg/traceql/ast.go:25–25 ·
view source on GitHub ↗
(request *FetchSpansRequest)
Source
from the content-addressed store, hash-verified
23
type
PipelineElement
interface
{
24
Element
25
extractConditions(request *FetchSpansRequest)
26
evaluate([]*Spanset) ([]*Spanset, error)
27
}
28
Callers
15
TestSpansetFilter_extractConditions
Function · 0.65
TestScalarFilter_extractConditions
Function · 0.65
TestStructuralNestedSet_extractConditions
Function · 0.65
TestSelect_extractConditions
Function · 0.65
TestMetricsAggregate_extractConditions
Function · 0.65
TestBinaryOperation_extractConditions
Function · 0.65
TestUnaryOperation_extractConditions
Function · 0.65
Compile
Function · 0.65
ExtractFetchSpansRequest
Function · 0.65
extractConditions
Method · 0.65
extractToSecondPass
Function · 0.65
extractConditions
Method · 0.65
Implementers
8
Pipeline
pkg/traceql/ast.go
GroupOperation
pkg/traceql/ast.go
CoalesceOperation
pkg/traceql/ast.go
Aggregate
pkg/traceql/ast.go
SpansetOperation
pkg/traceql/ast.go
SpansetFilter
pkg/traceql/ast.go
ScalarFilter
pkg/traceql/ast.go
SelectOperation
pkg/traceql/ast.go
Calls
no outgoing calls
Tested by
8
TestSpansetFilter_extractConditions
Function · 0.52
TestScalarFilter_extractConditions
Function · 0.52
TestStructuralNestedSet_extractConditions
Function · 0.52
TestSelect_extractConditions
Function · 0.52
TestMetricsAggregate_extractConditions
Function · 0.52
TestBinaryOperation_extractConditions
Function · 0.52
TestUnaryOperation_extractConditions
Function · 0.52
TestPipelineExtractConditions
Function · 0.52