4 references to Client
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)
894
SpanKind.Client => OtlpSpanKind.
Client
,
Aspire.Dashboard.Tests (2)
Model\SpanWaterfallViewModelTests.cs (1)
75
kind: OtlpSpanKind.
Client
);
TelemetryRepositoryTests\TraceTests.cs (1)
26
[InlineData(OtlpSpanKind.
Client
, Span.Types.SpanKind.Client)]