5 references to TelemetryRepository
Aspire.Dashboard (4)
DashboardWebApplication.cs (1)
323builder.Services.AddSingleton(services => services.GetRequiredService<DashboardDataSourcePool>().Current.TelemetryRepository);
ServiceClient\DashboardDataSource.cs (2)
122TelemetryRepository = historicalDataSourceLease.TelemetryRepository; 153TelemetryRepository = currentDataSource.TelemetryRepository;
ServiceClient\DashboardDataSourcePool.cs (1)
127_ = lease.TelemetryRepository;
Aspire.Dashboard.Tests (1)
Integration\StartupTests.cs (1)
61Assert.Same(databasePool.Current.TelemetryRepository, telemetryRepository);