18 writes to Count
Aspire.Dashboard (1)
Model\StructuredLogsViewModel.cs (1)
97Count = Count,
Aspire.Dashboard.Tests (17)
TelemetryRepositoryTests\LogTests.cs (15)
69Count = 10, 124Count = 10, 176Count = 10, 424Count = 10, 522Count = 1, 664Count = 10, 812Count = 1, 820Count = 1, 881Count = 10, 904Count = 10, 980Count = 10, 1070Count = 10, 1135Count = 10, 1209Count = 10, 1249Count = 10,
TelemetryRepositoryTests\TelemetryRepositoryTests.cs (2)
36Assert.Empty(repository.GetLogs(new GetLogsContext { ApplicationKey = applicationKey, Count = 100, Filters = [], StartIndex = 0 }).Items); 47Assert.Single(repository.GetLogs(new GetLogsContext { ApplicationKey = applicationKey, Count = 100, Filters = [], StartIndex = 0 }).Items);
1 reference to Count
Aspire.Dashboard (1)
Otlp\Storage\TelemetryRepository.cs (1)
424return OtlpHelpers.GetItems(results, context.StartIndex, context.Count, _logs.IsFull);