(name string)
| 3916 | } |
| 3917 | |
| 3918 | func newResAttr(name string) traceql.Attribute { |
| 3919 | return traceql.NewScopedAttribute(traceql.AttributeScopeResource, false, name) |
| 3920 | } |
| 3921 | |
| 3922 | func newInstrumentationAttrs(name string) traceql.Attribute { |
| 3923 | return traceql.NewScopedAttribute(traceql.AttributeScopeInstrumentation, false, name) |
no test coverage detected