25 writes to Scope
Aspire.Dashboard (2)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\opentelemetry\proto\metrics\v1\Metrics.cs (2)
929
Scope
= new global::OpenTelemetry.Proto.Common.V1.InstrumentationScope();
992
Scope
= new global::OpenTelemetry.Proto.Common.V1.InstrumentationScope();
Aspire.Dashboard.Components.Tests (3)
Pages\MetricsTests.cs (3)
95
Scope
= CreateScope(name: "test-meter"),
140
Scope
= CreateScope(name: "test-meter"),
155
Scope
= CreateScope(name: "test-meter"),
Aspire.Dashboard.Tests (20)
TelemetryRepositoryTests\MetricsTests.cs (20)
39
Scope
= CreateScope(name: "test-meter"),
49
Scope
= CreateScope(name: "test-meter2"),
130
Scope
= CreateScope(name: "test-meter", attributes: meterAttributes),
246
Scope
= CreateScope(name: "test-meter", attributes: meterAttributes),
339
Scope
= CreateScope(name: "test-meter"),
447
Scope
= CreateScope(name: "test-meter"),
526
Scope
= CreateScope(name: "test-meter"),
542
Scope
= CreateScope(name: "test-meter"),
558
Scope
= CreateScope(name: "test-meter"),
644
Scope
= CreateScope(name: "test-meter"),
660
Scope
= CreateScope(name: "test-meter"),
676
Scope
= CreateScope(name: "test-meter"),
719
Scope
= CreateScope(name: "test-meter"),
735
Scope
= CreateScope(name: "test-meter"),
751
Scope
= CreateScope(name: "test-meter"),
877
Scope
= CreateScope(name: "test-meter"),
893
Scope
= CreateScope(name: "test-meter"),
909
Scope
= CreateScope(name: "test-meter"),
1019
Scope
= CreateScope(name: "test-meter"),
1101
Scope
= 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)
839
if (!object.Equals(
Scope
, other.
Scope
)) return false;
849
if (scope_ != null) hash ^=
Scope
.GetHashCode();
891
output.WriteMessage(
Scope
);
909
size += 1 + pb::CodedOutputStream.ComputeMessageSize(
Scope
);
931
Scope
.MergeFrom(other.
Scope
);
994
input.ReadMessage(
Scope
);
Otlp\Model\OtlpApplication.cs (2)
62
var instrumentKey = new OtlpInstrumentKey(sm.
Scope
.Name, metric.Name);
73
Parent = GetMeter(sm.
Scope
)