33 writes to Scope
Aspire.Dashboard (2)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\opentelemetry\proto\metrics\v1\Metrics.cs (2)
929Scope = new global::OpenTelemetry.Proto.Common.V1.InstrumentationScope(); 992Scope = new global::OpenTelemetry.Proto.Common.V1.InstrumentationScope();
Aspire.Dashboard.Components.Tests (6)
Pages\MetricsTests.cs (6)
97Scope = CreateScope(name: "test-meter"), 140Scope = CreateScope(name: "test-meter1"), 185Scope = CreateScope(name: "test-meter1"), 193Scope = CreateScope(name: "test-meter2"), 238Scope = CreateScope(name: "test-meter"), 253Scope = CreateScope(name: "test-meter"),
Aspire.Dashboard.Tests (25)
TelemetryRepositoryTests\MetricsTests.cs (23)
39Scope = CreateScope(name: "test-meter"), 49Scope = CreateScope(name: "test-meter2"), 130Scope = CreateScope(name: "test-meter", attributes: meterAttributes), 246Scope = CreateScope(name: "test-meter", attributes: meterAttributes), 339Scope = CreateScope(name: "test-meter"), 447Scope = CreateScope(name: "test-meter"), 526Scope = CreateScope(name: "test-meter"), 542Scope = CreateScope(name: "test-meter"), 558Scope = CreateScope(name: "test-meter"), 644Scope = CreateScope(name: "test-meter"), 660Scope = CreateScope(name: "test-meter"), 676Scope = CreateScope(name: "test-meter"), 719Scope = CreateScope(name: "test-meter"), 735Scope = CreateScope(name: "test-meter"), 751Scope = CreateScope(name: "test-meter"), 877Scope = CreateScope(name: "test-meter"), 893Scope = CreateScope(name: "test-meter"), 909Scope = CreateScope(name: "test-meter"), 1019Scope = CreateScope(name: "test-meter"), 1101Scope = CreateScope(name: "test-meter"), 1149Scope = CreateScope(name: "test-meter"), 1157Scope = CreateScope(name: "test-meter2"), 1212Scope = null,
TelemetryRepositoryTests\TelemetryRepositoryTests.cs (2)
88Scope = CreateScope(name: "test-meter"), 98Scope = CreateScope(name: "test-meter2"),
9 references to Scope
Aspire.Dashboard (9)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\opentelemetry\proto\metrics\v1\Metrics.cs (8)
839if (!object.Equals(Scope, other.Scope)) return false; 849if (scope_ != null) hash ^= Scope.GetHashCode(); 891output.WriteMessage(Scope); 909size += 1 + pb::CodedOutputStream.ComputeMessageSize(Scope); 931Scope.MergeFrom(other.Scope); 994input.ReadMessage(Scope);
Otlp\Model\OtlpApplication.cs (1)
56if (!OtlpHelpers.TryAddScope(_meters, sm.Scope, Context, out var scope))