opentelemetry-js
opentelemetry-js copied to clipboard
Add attributes property to InstrumentationScope
Is your feature request related to a problem? Please describe.
Per spec here, InstrumentationScope may hold additional attributes. The proto definition includes the attributes field.
This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 14 days.
This is as per spec, should it be able to stale out?
whats the difference between this and #4365? or is it the same?
This applies to the InstrumentationScope context that is applicable to spans, metrics, and logs. I think https://github.com/open-telemetry/opentelemetry-js/issues/4365 is specific to metrics.