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