6 references to Unset
Aspire.Dashboard (3)
Otlp\Model\OtlpSpan.cs (1)
110if (Status != OtlpSpanStatusCode.Unset)
Otlp\Storage\TelemetryRepository.cs (2)
923Status.Types.StatusCode.Unset => OtlpSpanStatusCode.Unset, 924_ => OtlpSpanStatusCode.Unset
Aspire.Dashboard.Components.Tests (1)
tests\Shared\Telemetry\TelemetryTestHelpers.cs (1)
322Status = statusCode ?? OtlpSpanStatusCode.Unset,
Aspire.Dashboard.Tests (2)
Model\SpanWaterfallViewModelTests.cs (1)
135statusCode: OtlpSpanStatusCode.Unset,
tests\Shared\Telemetry\TelemetryTestHelpers.cs (1)
322Status = statusCode ?? OtlpSpanStatusCode.Unset,