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