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

Struct RootExpr

pkg/traceql/ast.go:33–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31}
32
33type RootExpr struct {
34 Pipeline Pipeline
35 MetricsPipeline firstStageElement
36 MetricsSecondStage secondStageElement
37 Hints *Hints
38 OptimizationCount int
39}
40
41func NeedsFullTrace(e ...Element) bool {
42 for _, e := range e {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected