10 references to RootSpan
Aspire.Dashboard (1)
Otlp\Model\OtlpTrace.cs (1)
21
public OtlpSpan RootOrFirstSpan =>
RootSpan
?? FirstSpan;
Aspire.Dashboard.Tests (9)
TelemetryRepositoryTests\TraceTests.cs (9)
92
AssertId("1-1", trace.
RootSpan
!.SpanId);
798
AssertId("1-1", trace.
RootSpan
!.SpanId);
874
AssertId("2-1", trace.
RootSpan
!.SpanId);
880
Assert.Null(trace.
RootSpan
);
916
AssertId("1-1", trace.
RootSpan
!.SpanId);
923
AssertId("2-1", trace.
RootSpan
!.SpanId);
969
AssertId("1-1", trace.
RootSpan
!.SpanId);
1179
AssertId("1-1", trace.
RootSpan
!.SpanId);
1489
AssertId("1-3", trace.
RootSpan
!.SpanId); // First by time and without a parent