44 writes to StartIndex
Aspire.Dashboard (13)
Api\TelemetryApiService.cs (1)
248StartIndex = 0,
Components\Pages\StructuredLogs.razor.cs (1)
601StartIndex = 0,
Mcp\AspireTelemetryMcpTools.cs (2)
60StartIndex = 0, 163StartIndex = 0,
Model\Assistant\AssistantChatDataContext.cs (2)
129StartIndex = 0, 211StartIndex = 0,
Model\GenAI\GenAIVisualizerDialogViewModel.cs (1)
569StartIndex = 0,
Model\StructuredLogsViewModel.cs (2)
119StartIndex = StartIndex, 158StartIndex = 0,
Otlp\Storage\GetLogsContext.cs (1)
18StartIndex = 0,
Otlp\Storage\TelemetryRepository.cs (2)
491StartIndex = 0, 522StartIndex = 0,
Otlp\Storage\TelemetryRepository.Watchers.cs (1)
158StartIndex = 0,
Aspire.Dashboard.Tests (31)
Integration\OtlpHttpJsonTests.cs (2)
495StartIndex = 0, 572StartIndex = 0,
Model\TelemetryExportServiceTests.cs (1)
55StartIndex = 0,
TelemetryRepositoryTests\LogTests.cs (21)
68StartIndex = 0, 123StartIndex = 0, 175StartIndex = 0, 423StartIndex = 0, 521StartIndex = 0, 663StartIndex = 0, 811StartIndex = 0, 819StartIndex = 0, 858StartIndex = 0, 866StartIndex = 0, 927StartIndex = 0, 950StartIndex = 0, 1026StartIndex = 0, 1116StartIndex = 0, 1181StartIndex = 0, 1255StartIndex = 0, 1295StartIndex = 0, 1336StartIndex = 0, 1377StartIndex = 0, 1420StartIndex = 0, 1462StartIndex = 0,
TelemetryRepositoryTests\TelemetryRepositoryTests.cs (7)
41Assert.Empty(repository.GetLogs(new GetLogsContext { ResourceKey = resourceKey, Count = 100, Filters = [], StartIndex = 0 }).Items); 52Assert.Single(repository.GetLogs(new GetLogsContext { ResourceKey = resourceKey, Count = 100, Filters = [], StartIndex = 0 }).Items); 233var logs = repository.GetLogs(new GetLogsContext { ResourceKey = null, StartIndex = 0, Count = 10, Filters = [] }); 245var resource2Logs = repository.GetLogs(new GetLogsContext { ResourceKey = resource2Key, StartIndex = 0, Count = 10, Filters = [] }); 274var logs = repository.GetLogs(new GetLogsContext { ResourceKey = null, StartIndex = 0, Count = 10, Filters = [] }); 318var logs = repository.GetLogs(new GetLogsContext { ResourceKey = null, StartIndex = 0, Count = 10, Filters = [] }); 349var logs = repository.GetLogs(new GetLogsContext { ResourceKey = null, StartIndex = 0, Count = 10, Filters = [] });
1 reference to StartIndex
Aspire.Dashboard (1)
Otlp\Storage\TelemetryRepository.cs (1)
449return OtlpHelpers.GetItems(results, context.StartIndex, context.Count, _logs.IsFull);