5 references to Consumer
Aspire.Dashboard (4)
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)
1132
SpanKind.Consumer => OtlpSpanKind.
Consumer
,
Aspire.Dashboard.Tests (1)
TelemetryRepositoryTests\TraceTests.cs (1)
28
[InlineData(OtlpSpanKind.
Consumer
, Span.Types.SpanKind.Consumer)]