4 writes to ResourceView
Aspire.Dashboard (1)
Otlp\Storage\SqliteTelemetryRepository.Caching.cs (1)
680
ResourceView
= resource.ViewsById[record.ResourceViewId].View
Aspire.Dashboard.Components.Tests (1)
Controls\PlotlyChartTests.cs (1)
73
ResourceView
= new OtlpResourceView(resource, Array.Empty<KeyValuePair<string, string>>())
Aspire.Dashboard.Tests (2)
ChartDataCalculatorTests.cs (1)
538
ResourceView
= new OtlpResourceView(resource, Array.Empty<KeyValuePair<string, string>>())
Model\DefaultInstrumentUnitResolverTests.cs (1)
37
ResourceView
= new OtlpResourceView(resource, Array.Empty<KeyValuePair<string, string>>())
2 references to ResourceView
Aspire.Dashboard (1)
Model\TelemetryExportService.cs (1)
473
.GroupBy(instrument => instrument.Summary.
ResourceView
)
Aspire.Dashboard.Tests (1)
TelemetryRepositoryTests\SqliteTelemetryPersistenceTests.cs (1)
266
Assert.Same(views[1], instrument.
ResourceView
);