4 references to Internal
Aspire.Dashboard (2)
Otlp\Storage\TelemetryRepository.cs (2)
762
SpanKind.Unspecified => OtlpSpanKind.
Internal
,
763
SpanKind.Internal => OtlpSpanKind.
Internal
,
Aspire.Dashboard.Tests (2)
TelemetryRepositoryTests\TraceTests.cs (2)
29
[InlineData(OtlpSpanKind.
Internal
, Span.Types.SpanKind.Internal)]
30
[InlineData(OtlpSpanKind.
Internal
, Span.Types.SpanKind.Unspecified)]