scope property

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

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);
  1. @TagNumber.new(1)
set scope (InstrumentationScope v)

Implementation

@$pb.TagNumber(1)
set scope($3.InstrumentationScope v) {
  setField(1, v);
}