10 references to RootSpan
Aspire.Dashboard (1)
Otlp\Model\OtlpTrace.cs (1)
20
public OtlpSpan RootOrFirstSpan =>
RootSpan
?? FirstSpan;
Aspire.Dashboard.Tests (9)
TelemetryRepositoryTests\TraceTests.cs (9)
92
AssertId("1-1", trace.
RootSpan
!.SpanId);
332
AssertId("1-1", trace.
RootSpan
!.SpanId);
409
AssertId("2-1", trace.
RootSpan
!.SpanId);
415
Assert.Null(trace.
RootSpan
);
452
AssertId("1-1", trace.
RootSpan
!.SpanId);
459
AssertId("2-1", trace.
RootSpan
!.SpanId);
506
AssertId("1-1", trace.
RootSpan
!.SpanId);
742
AssertId("1-1", trace.
RootSpan
!.SpanId);
1057
AssertId("1-3", trace.
RootSpan
!.SpanId); // First by time and without a parent