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

Function NewIntrinsic

pkg/traceql/ast.go:1347–1354  ·  pkg/traceql/ast.go::NewIntrinsic
(n Intrinsic)

Source from the content-addressed store, hash-verified

1345}
1346
1347func NewIntrinsic(n Intrinsic) Attribute {
1348 return Attribute{
1349 Scope: AttributeScopeNone,
1350 Parent: false,
1351 Name: n.String(),
1352 Intrinsic: n,
1353 }
1354}
1355
1356var (
1357 _ PipelineElement = (*Pipeline)(nil)

Calls 1

StringMethod · 0.45