7 references to OtlpScope
Aspire.Dashboard (4)
Otlp\Model\OtlpHelpers.cs (1)
532
? new
OtlpScope
(scope.Name, scope.Version, scope.Attributes.ToKeyValuePairs(context))
Otlp\Model\OtlpScope.cs (1)
13
public static readonly OtlpScope Empty = new
OtlpScope
(name: UnknownScopeName, version: string.Empty, attributes: []);
Otlp\Storage\SqliteTelemetryRepository.Caching.cs (1)
189
: new
OtlpScope
(
Otlp\Storage\SqliteTelemetryRepository.Metrics.Writes.cs (1)
803
: new
OtlpScope
(name, version, attributes);
Aspire.Dashboard.Components.Tests (2)
Controls\PlotlyChartTests.cs (1)
70
Parent = new
OtlpScope
("Parent-Name-<b>Bold</b>", string.Empty, []),
tests\Shared\Telemetry\TelemetryTestHelpers.cs (1)
50
return new
OtlpScope
(scope.Name, scope.Version, scope.Attributes.ToKeyValuePairs(context));
Aspire.Dashboard.Tests (1)
tests\Shared\Telemetry\TelemetryTestHelpers.cs (1)
50
return new
OtlpScope
(scope.Name, scope.Version, scope.Attributes.ToKeyValuePairs(context));