4 references to Client
Aspire.Dashboard (2)
Model\Otlp\SpanWaterfallViewModel.cs (1)
148var isUninstrumentedPeer = hasPeerService && span.Kind is OtlpSpanKind.Client or OtlpSpanKind.Producer && !span.GetChildSpans().Any();
Otlp\Storage\TelemetryRepository.cs (1)
894SpanKind.Client => OtlpSpanKind.Client,
Aspire.Dashboard.Tests (2)
Model\SpanWaterfallViewModelTests.cs (1)
75kind: OtlpSpanKind.Client);
TelemetryRepositoryTests\TraceTests.cs (1)
26[InlineData(OtlpSpanKind.Client, Span.Types.SpanKind.Client)]