14 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 (9)
TelemetryRepositoryTests\MetricsTests.cs (9)
39
Scope
= CreateScope(name: "test-meter"),
49
Scope
= CreateScope(name: "test-meter2"),
122
Scope
= CreateScope(name: "test-meter", attributes: meterAttributes),
238
Scope
= CreateScope(name: "test-meter", attributes: meterAttributes),
331
Scope
= CreateScope(name: "test-meter"),
439
Scope
= CreateScope(name: "test-meter"),
518
Scope
= CreateScope(name: "test-meter"),
534
Scope
= CreateScope(name: "test-meter"),
550
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)
55
var instrumentKey = new OtlpInstrumentKey(sm.
Scope
.Name, metric.Name);
66
Parent = GetMeter(sm.
Scope
)