7 references to Unspecified
Aspire.Dashboard (6)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\opentelemetry\proto\trace\v1\Trace.cs (5)
1022
private global::OpenTelemetry.Proto.Trace.V1.Span.Types.SpanKind kind_ = global::OpenTelemetry.Proto.Trace.V1.Span.Types.SpanKind.
Unspecified
;
1238
if (Kind != global::OpenTelemetry.Proto.Trace.V1.Span.Types.SpanKind.
Unspecified
) hash ^= Kind.GetHashCode();
1347
if (Kind != global::OpenTelemetry.Proto.Trace.V1.Span.Types.SpanKind.
Unspecified
) {
1403
if (Kind != global::OpenTelemetry.Proto.Trace.V1.Span.Types.SpanKind.
Unspecified
) {
1454
if (other.Kind != global::OpenTelemetry.Proto.Trace.V1.Span.Types.SpanKind.
Unspecified
) {
Otlp\Storage\TelemetryRepository.cs (1)
899
SpanKind.
Unspecified
=> OtlpSpanKind.Internal,
Aspire.Dashboard.Tests (1)
TelemetryRepositoryTests\TraceTests.cs (1)
31
[InlineData(OtlpSpanKind.Internal, Span.Types.SpanKind.
Unspecified
)]