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