6 references to Producer
Aspire.Dashboard (5)
Model\Otlp\SpanWaterfallViewModel.cs (1)
152
var isUninstrumentedPeer = hasPeerService && span.Kind is OtlpSpanKind.Client or OtlpSpanKind.
Producer
&& !span.GetChildSpans().Any();
Model\TraceHelpers.cs (1)
126
case OtlpSpanKind.
Producer
:
Otlp\Model\OtlpSpan.cs (1)
142
if (span.Kind is OtlpSpanKind.Client or OtlpSpanKind.
Producer
or OtlpSpanKind.Consumer)
Otlp\Storage\TelemetryRepository.cs (2)
938
SpanKind.Producer => OtlpSpanKind.
Producer
,
1111
var hasUninstrumentedPeer = hasPeerService && span.Kind is OtlpSpanKind.Client or OtlpSpanKind.
Producer
&& !span.GetChildSpans().Any();
Aspire.Dashboard.Tests (1)
TelemetryRepositoryTests\TraceTests.cs (1)
29
[InlineData(OtlpSpanKind.
Producer
, Span.Types.SpanKind.Producer)]