2 references to GetChildSpans
Aspire.Dashboard (2)
Model\Otlp\SpanWaterfallViewModel.cs (1)
148
var isUninstrumentedPeer = hasPeerService && span.Kind is OtlpSpanKind.Client or OtlpSpanKind.Producer && !span.
GetChildSpans
().Any();
Otlp\Storage\TelemetryRepository.cs (1)
1074
var hasUninstrumentedPeer = hasPeerService && span.Kind is OtlpSpanKind.Client or OtlpSpanKind.Producer && !span.
GetChildSpans
().Any();