scope property
The instrumentation scope information for the metrics in this message. Semantically when InstrumentationScope isn't set, it is equivalent with an empty instrumentation scope name (unknown).
Implementation
@$pb.TagNumber(1)
$3.InstrumentationScope get scope => $_getN(0);Implementation
@$pb.TagNumber(1)
set scope($3.InstrumentationScope v) {
  setField(1, v);
}