scope property
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);
Implementation
@$pb.TagNumber(1)
set scope($1.InstrumentationScope value) => $_setField(1, value);