25 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 (3)
Pages\MetricsTests.cs (3)
95Scope = CreateScope(name: "test-meter"), 140Scope = CreateScope(name: "test-meter"), 155Scope = CreateScope(name: "test-meter"),
Aspire.Dashboard.Tests (20)
TelemetryRepositoryTests\MetricsTests.cs (20)
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"),
10 references to Scope
Aspire.Dashboard (10)
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 (2)
62var instrumentKey = new OtlpInstrumentKey(sm.Scope.Name, metric.Name); 73Parent = GetMeter(sm.Scope)