Class InstrumentationScopeInfo

  • Direct Known Subclasses:
    AutoValue_InstrumentationScopeInfo

    @Immutable
    public abstract class InstrumentationScopeInfo
    extends java.lang.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.