7 references to OtlpScope
Aspire.Dashboard (1)
Otlp\Storage\TelemetryRepository.cs (1)
300
scopeRef ??= (scope != null) ? new
OtlpScope
(scope, _otlpContext) : OtlpScope.Empty;
Aspire.Dashboard.Components.Tests (1)
Controls\StructuredLogDetailsTests.cs (1)
45
scope: new
OtlpScope
(TelemetryTestHelpers.CreateScope(
Aspire.Dashboard.Tests (5)
Model\SpanWaterfallViewModelTests.cs (1)
23
var scope = new
OtlpScope
(TelemetryTestHelpers.CreateScope(), context);
Model\TraceHelpersTests.cs (4)
21
var scope = new
OtlpScope
(TelemetryTestHelpers.CreateScope(), context);
43
var scope = new
OtlpScope
(TelemetryTestHelpers.CreateScope(), context);
70
var scope = new
OtlpScope
(TelemetryTestHelpers.CreateScope(), context);
98
var scope = new
OtlpScope
(TelemetryTestHelpers.CreateScope(), context);