This spec PR open-telemetry/opentelemetry-specification#2276 introduced the concept of InstrumentationScope.
The support needs to be added without breaking the existing API for Traces. We may need to introduce another TracerProvider::GetTracer() method to add InstrumentationScope and ensure both InstrumentationLibrary and InstrumentationScope are propagated to exporters.
This spec PR open-telemetry/opentelemetry-specification#2276 introduced the concept of InstrumentationScope.
The support needs to be added without breaking the existing API for Traces. We may need to introduce another TracerProvider::GetTracer() method to add InstrumentationScope and ensure both InstrumentationLibrary and InstrumentationScope are propagated to exporters.