7 references to OtlpScope
Aspire.Dashboard (1)
Otlp\Storage\TelemetryRepository.cs (1)
300scopeRef ??= (scope != null) ? new OtlpScope(scope, _otlpContext) : OtlpScope.Empty;
Aspire.Dashboard.Components.Tests (1)
Controls\StructuredLogDetailsTests.cs (1)
45scope: new OtlpScope(TelemetryTestHelpers.CreateScope(
Aspire.Dashboard.Tests (5)
Model\SpanWaterfallViewModelTests.cs (1)
23var 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);