13 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 (2)
Pages\MetricsTests.cs (2)
62Scope = CreateScope(name: "test-meter"), 77Scope = CreateScope(name: "test-meter"),
Aspire.Dashboard.Tests (9)
TelemetryRepositoryTests\MetricsTests.cs (9)
39Scope = CreateScope(name: "test-meter"), 49Scope = CreateScope(name: "test-meter2"), 122Scope = CreateScope(name: "test-meter", attributes: meterAttributes), 238Scope = CreateScope(name: "test-meter", attributes: meterAttributes), 331Scope = CreateScope(name: "test-meter"), 438Scope = CreateScope(name: "test-meter"), 517Scope = CreateScope(name: "test-meter"), 533Scope = CreateScope(name: "test-meter"), 549Scope = 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)
90var instrumentKey = new OtlpInstrumentKey(sm.Scope.Name, metric.Name); 101Parent = GetMeter(sm.Scope)