(name string)
| 3912 | } |
| 3913 | |
| 3914 | func newSpanAttr(name string) traceql.Attribute { |
| 3915 | return traceql.NewScopedAttribute(traceql.AttributeScopeSpan, false, name) |
| 3916 | } |
| 3917 | |
| 3918 | func newResAttr(name string) traceql.Attribute { |
| 3919 | return traceql.NewScopedAttribute(traceql.AttributeScopeResource, false, name) |