(name string)
| 3806 | } |
| 3807 | |
| 3808 | func newResAttr(name string) traceql.Attribute { |
| 3809 | return traceql.NewScopedAttribute(traceql.AttributeScopeResource, false, name) |
| 3810 | } |
| 3811 | |
| 3812 | func newInstrumentationAttrs(name string) traceql.Attribute { |
| 3813 | return traceql.NewScopedAttribute(traceql.AttributeScopeInstrumentation, false, name) |
no test coverage detected