Class InstrumentationScopeInfo

java.lang.Object
io.opentelemetry.sdk.common.InstrumentationScopeInfo

@Immutable public abstract class InstrumentationScopeInfo extends Object
Holds information about instrumentation scope.

Instrumentation scope is a logical unit of the application code with which emitted telemetry is associated. The most common approach is to use the instrumentation library as the scope, however other scopes are also common, e.g. a module, a package, or a class may be chosen as the instrumentation scope.