3 references to Consumer
Aspire.Dashboard (2)
Components\Pages\TraceDetail.razor.cs (1)
130case OtlpSpanKind.Consumer:
Otlp\Storage\TelemetryRepository.cs (1)
897SpanKind.Consumer => OtlpSpanKind.Consumer,
Aspire.Dashboard.Tests (1)
TelemetryRepositoryTests\TraceTests.cs (1)
27[InlineData(OtlpSpanKind.Consumer, Span.Types.SpanKind.Consumer)]