2 writes to Kind
Aspire.Dashboard (1)
Model\TelemetryExportService.cs (1)
393Kind = (int)span.Kind,
Aspire.Dashboard.Tests (1)
Model\TelemetryImportServiceTests.cs (1)
553Kind = (int)Span.Types.SpanKind.Server,
3 references to Kind
Aspire.Dashboard (2)
Otlp\Model\Serialization\OtlpJsonProtobufConverter.cs (2)
139if (json.Kind.HasValue) 141span.Kind = (Span.Types.SpanKind)json.Kind.Value;
Aspire.Dashboard.Tests (1)
Model\TelemetryExportServiceTests.cs (1)
328Assert.Equal((int)OtlpSpanKind.Server, span.Kind);