3 references to Producer
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)
896
SpanKind.Producer => OtlpSpanKind.
Producer
,
Aspire.Dashboard.Tests (1)
TelemetryRepositoryTests\TraceTests.cs (1)
28
[InlineData(OtlpSpanKind.
Producer
, Span.Types.SpanKind.Producer)]