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