scope property

  1. @TagNumber.new(1)
InstrumentationScope get scope

The instrumentation scope information for the spans in this message. Semantically when InstrumentationScope isn't set, it is equivalent with an empty instrumentation scope name (unknown).

Implementation

@$pb.TagNumber(1)
$1.InstrumentationScope get scope => $_getN(0);
  1. @TagNumber.new(1)
set scope (InstrumentationScope value)

Implementation

@$pb.TagNumber(1)
set scope($1.InstrumentationScope value) => $_setField(1, value);