9 references to Empty
Aspire.Dashboard (4)
Otlp\Model\OtlpHelpers.cs (1)
533
: OtlpScope.
Empty
;
Otlp\Storage\SqliteTelemetryRepository.Caching.cs (1)
188
? OtlpScope.
Empty
Otlp\Storage\SqliteTelemetryRepository.Metrics.Writes.cs (2)
801
return name == OtlpScope.
Empty
.Name && version.Length == 0 && attributes.Length == 0
802
? OtlpScope.
Empty
Aspire.Dashboard.Tests (5)
ChartDataCalculatorTests.cs (1)
537
Parent = OtlpScope.
Empty
,
TelemetryRepositoryTests\LogTests.cs (1)
437
Assert.Same(OtlpScope.
Empty
, l.Scope);
TelemetryRepositoryTests\MetricsTests.cs (1)
1581
Assert.Same(OtlpScope.
Empty
, instrument.Parent);
TelemetryRepositoryTests\TraceTests.cs (2)
915
Assert.Same(OtlpScope.
Empty
, trace.FirstSpan.Scope);
922
Assert.Same(OtlpScope.
Empty
, trace.FirstSpan.Scope);