4 references to Consumer
Aspire.Dashboard (3)
Components\Pages\TraceDetail.razor.cs (1)
108case OtlpSpanKind.Consumer:
Model\Otlp\SpanWaterfallViewModel.cs (1)
60if (span.Kind is OtlpSpanKind.Client or OtlpSpanKind.Producer or OtlpSpanKind.Consumer)
Otlp\Storage\TelemetryRepository.cs (1)
646SpanKind.Consumer => OtlpSpanKind.Consumer,
Aspire.Dashboard.Tests (1)
TelemetryRepositoryTests\TraceTests.cs (1)
24[InlineData(OtlpSpanKind.Consumer, Span.Types.SpanKind.Consumer)]