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