13 references to CreateOtlpScope
Aspire.Dashboard.Tests (13)
Model\DefaultInstrumentUnitResolverTests.cs (1)
31Parent = TelemetryTestHelpers.CreateOtlpScope(TelemetryTestHelpers.CreateContext(), name: "meter_name"),
Model\SpanWaterfallViewModelTests.cs (6)
26var scope = TelemetryTestHelpers.CreateOtlpScope(context); 57var scope = TelemetryTestHelpers.CreateOtlpScope(context); 86var scope = TelemetryTestHelpers.CreateOtlpScope(context); 119var scope = TelemetryTestHelpers.CreateOtlpScope(context); 160var scope = TelemetryTestHelpers.CreateOtlpScope(context); 182var scope = TelemetryTestHelpers.CreateOtlpScope(context);
Model\TraceHelpersTests.cs (5)
21var scope = TelemetryTestHelpers.CreateOtlpScope(context); 43var scope = TelemetryTestHelpers.CreateOtlpScope(context); 70var scope = TelemetryTestHelpers.CreateOtlpScope(context); 98var scope = TelemetryTestHelpers.CreateOtlpScope(context); 132var scope = TelemetryTestHelpers.CreateOtlpScope(context);
TelemetryRepositoryTests\OtlpSpanTests.cs (1)
23var scope = TelemetryTestHelpers.CreateOtlpScope(context);