5 references to OtlpScope
Aspire.Dashboard (2)
Otlp\Model\OtlpHelpers.cs (1)
458scopeRef ??= (scope != null) ? new OtlpScope(scope.Name, scope.Version, scope.Attributes.ToKeyValuePairs(context)) : OtlpScope.Empty;
Otlp\Model\OtlpScope.cs (1)
13public static readonly OtlpScope Empty = new OtlpScope(name: UnknownScopeName, version: string.Empty, attributes: []);
Aspire.Dashboard.Components.Tests (2)
Controls\PlotlyChartTests.cs (1)
64Parent = new OtlpScope("Parent-Name-<b>Bold</b>", string.Empty, []),
tests\Shared\Telemetry\TelemetryTestHelpers.cs (1)
50return new OtlpScope(scope.Name, scope.Version, scope.Attributes.ToKeyValuePairs(context));
Aspire.Dashboard.Tests (1)
tests\Shared\Telemetry\TelemetryTestHelpers.cs (1)
50return new OtlpScope(scope.Name, scope.Version, scope.Attributes.ToKeyValuePairs(context));