11 references to OtlpScope
Aspire.Dashboard (1)
Otlp\Storage\TelemetryRepository.cs (1)
316scopeRef ??= (scope != null) ? new OtlpScope(scope, _otlpContext) : OtlpScope.Empty;
Aspire.Dashboard.Components.Tests (1)
Controls\StructuredLogDetailsTests.cs (1)
44scope: new OtlpScope(TelemetryTestHelpers.CreateScope(
Aspire.Dashboard.Tests (9)
Model\SpanWaterfallViewModelTests.cs (4)
24var scope = new OtlpScope(TelemetryTestHelpers.CreateScope(), context); 57var scope = new OtlpScope(TelemetryTestHelpers.CreateScope(), context); 100var scope = new OtlpScope(TelemetryTestHelpers.CreateScope(), context); 122var scope = new OtlpScope(TelemetryTestHelpers.CreateScope(), context);
Model\TraceHelpersTests.cs (4)
21var scope = new OtlpScope(TelemetryTestHelpers.CreateScope(), context); 43var scope = new OtlpScope(TelemetryTestHelpers.CreateScope(), context); 70var scope = new OtlpScope(TelemetryTestHelpers.CreateScope(), context); 98var scope = new OtlpScope(TelemetryTestHelpers.CreateScope(), context);
TelemetryRepositoryTests\OtlpSpanTests.cs (1)
23var scope = new OtlpScope(TelemetryTestHelpers.CreateScope(), context);