4 references to Internal
Aspire.Dashboard (2)
Otlp\Storage\TelemetryRepository.cs (2)
862
SpanKind.Unspecified => OtlpSpanKind.
Internal
,
863
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)]