(name string)
| 3802 | } |
| 3803 | |
| 3804 | func newSpanAttr(name string) traceql.Attribute { |
| 3805 | return traceql.NewScopedAttribute(traceql.AttributeScopeSpan, false, name) |
| 3806 | } |
| 3807 | |
| 3808 | func newResAttr(name string) traceql.Attribute { |
| 3809 | return traceql.NewScopedAttribute(traceql.AttributeScopeResource, false, name) |