4 references to Unspecified
Aspire.Dashboard (1)
Otlp\Storage\TelemetryRepository.cs (1)
898
_ => OtlpSpanKind.
Unspecified
Aspire.Dashboard.Components.Tests (1)
tests\Shared\Telemetry\TelemetryTestHelpers.cs (1)
294
KeyValuePair<string, string>[]? attributes = null, OtlpSpanStatusCode? statusCode = null, string? statusMessage = null, OtlpSpanKind kind = OtlpSpanKind.
Unspecified
)
Aspire.Dashboard.Tests (2)
TelemetryRepositoryTests\TraceTests.cs (1)
31
[InlineData(OtlpSpanKind.
Unspecified
, (Span.Types.SpanKind)1000)]
tests\Shared\Telemetry\TelemetryTestHelpers.cs (1)
294
KeyValuePair<string, string>[]? attributes = null, OtlpSpanStatusCode? statusCode = null, string? statusMessage = null, OtlpSpanKind kind = OtlpSpanKind.
Unspecified
)