(name string)
| 3810 | } |
| 3811 | |
| 3812 | func newInstrumentationAttrs(name string) traceql.Attribute { |
| 3813 | return traceql.NewScopedAttribute(traceql.AttributeScopeInstrumentation, false, name) |
| 3814 | } |
| 3815 | |
| 3816 | func newEventAttr(name string) traceql.Attribute { |
| 3817 | return traceql.NewScopedAttribute(traceql.AttributeScopeEvent, false, name) |
no test coverage detected