Microsoft.Extensions.Diagnostics.Metrics.MeterScope
Represents scopes used by InstrumentRule to distinguish between meters created via Meter constructors ( Global)
and those created via Dependency Injection with Create ( Local).
Global = 1
Local = 2
None = 0
No scope is specified. This field should not be used.