5 references to Unset
Aspire.Dashboard (3)
Model\TelemetryExportService.cs (1)
408if (status == OtlpSpanStatusCode.Unset && string.IsNullOrEmpty(statusMessage))
Otlp\Model\OtlpSpan.cs (1)
113if (Status != OtlpSpanStatusCode.Unset)
Otlp\Storage\SqliteTelemetryRepository.Traces.Writes.cs (1)
976_ => OtlpSpanStatusCode.Unset
Aspire.Dashboard.Components.Tests (1)
tests\Shared\Telemetry\TelemetryTestHelpers.cs (1)
284Status = statusCode ?? OtlpSpanStatusCode.Unset,
Aspire.Dashboard.Tests (1)
tests\Shared\Telemetry\TelemetryTestHelpers.cs (1)
284Status = statusCode ?? OtlpSpanStatusCode.Unset,