4 references to Consumer
Aspire.Dashboard (3)
Model\TraceHelpers.cs (1)
117
case OtlpSpanKind.
Consumer
:
Otlp\Model\OtlpSpan.cs (1)
142
if (span.Kind is OtlpSpanKind.Client or OtlpSpanKind.Producer or OtlpSpanKind.
Consumer
)
Otlp\Storage\TelemetryRepository.cs (1)
939
SpanKind.Consumer => OtlpSpanKind.
Consumer
,
Aspire.Dashboard.Tests (1)
TelemetryRepositoryTests\TraceTests.cs (1)
28
[InlineData(OtlpSpanKind.
Consumer
, Span.Types.SpanKind.Consumer)]