9 references to Server
Aspire.Dashboard (3)
Model\TraceHelpers.cs (1)
133
case OtlpSpanKind.
Server
:
Otlp\Model\OtlpHelpers.cs (1)
39
SpanKind.Server => OtlpSpanKind.
Server
,
Otlp\Model\OtlpSpan.cs (1)
152
if (childSpan.Source.ResourceKey != Source.ResourceKey && childSpan.Kind is OtlpSpanKind.
Server
or OtlpSpanKind.Consumer)
Aspire.Dashboard.Tests (6)
Integration\OtlpHttpJsonTests.cs (1)
544
Assert.Equal(Aspire.Dashboard.Otlp.Model.OtlpSpanKind.
Server
, span.Kind);
Model\TelemetryExportServiceTests.cs (2)
328
Assert.Equal((int)OtlpSpanKind.
Server
, span.Kind);
503
kind: OtlpSpanKind.
Server
);
TelemetryRepositoryTests\OtlpSpanTests.cs (2)
118
kind: OtlpSpanKind.
Server
);
159
OtlpSpanKind.
Server
,
TelemetryRepositoryTests\TraceTests.cs (1)
27
[InlineData(OtlpSpanKind.
Server
, Span.Types.SpanKind.Server)]