6 references to Consumer
Aspire.Dashboard (5)
Components_Pages_TraceDetail_razor.g.cs (1)
1441
var isServerOrConsumer = context.Span.Kind == OtlpSpanKind.Server || context.Span.Kind == OtlpSpanKind.
Consumer
;
Model\TraceHelpers.cs (1)
134
case OtlpSpanKind.
Consumer
:
Otlp\Model\OtlpSpan.cs (2)
150
if (childSpan.Source.ResourceKey != Source.ResourceKey && childSpan.Kind is OtlpSpanKind.Server or OtlpSpanKind.
Consumer
)
174
if (span.Kind is OtlpSpanKind.Client or OtlpSpanKind.Producer or OtlpSpanKind.
Consumer
)
Otlp\Storage\TelemetryRepository.cs (1)
961
SpanKind.Consumer => OtlpSpanKind.
Consumer
,
Aspire.Dashboard.Tests (1)
TelemetryRepositoryTests\TraceTests.cs (1)
28
[InlineData(OtlpSpanKind.
Consumer
, Span.Types.SpanKind.Consumer)]