4 references to Client
Aspire.Dashboard (3)
Components\Pages\TraceDetail.razor.cs (1)
168var isUninstrumentedPeer = hasPeerService && span.Kind is OtlpSpanKind.Client or OtlpSpanKind.Producer && !span.GetChildSpans().Any();
Model\Otlp\SpanWaterfallViewModel.cs (1)
60if (span.Kind is OtlpSpanKind.Client or OtlpSpanKind.Producer or OtlpSpanKind.Consumer)
Otlp\Storage\TelemetryRepository.cs (1)
643SpanKind.Client => OtlpSpanKind.Client,
Aspire.Dashboard.Tests (1)
TelemetryRepositoryTests\TraceTests.cs (1)
23[InlineData(OtlpSpanKind.Client, Span.Types.SpanKind.Client)]