42 writes to StartIndex
Aspire.Dashboard (11)
Components\Pages\StructuredLogs.razor.cs (1)
604StartIndex = 0,
Mcp\AspireTelemetryMcpTools.cs (2)
59StartIndex = 0, 164StartIndex = 0,
Model\Assistant\AssistantChatDataContext.cs (2)
127StartIndex = 0, 205StartIndex = 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)
473StartIndex = 0, 504StartIndex = 0,
Aspire.Dashboard.Tests (31)
Integration\OtlpHttpJsonTests.cs (2)
495StartIndex = 0, 572StartIndex = 0,
Model\TelemetryExportServiceTests.cs (1)
51StartIndex = 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)
40Assert.Empty(repository.GetLogs(new GetLogsContext { ResourceKey = resourceKey, Count = 100, Filters = [], StartIndex = 0 }).Items); 51Assert.Single(repository.GetLogs(new GetLogsContext { ResourceKey = resourceKey, Count = 100, Filters = [], StartIndex = 0 }).Items); 232var logs = repository.GetLogs(new GetLogsContext { ResourceKey = null, StartIndex = 0, Count = 10, Filters = [] }); 244var resource2Logs = repository.GetLogs(new GetLogsContext { ResourceKey = resource2Key, StartIndex = 0, Count = 10, Filters = [] }); 273var logs = repository.GetLogs(new GetLogsContext { ResourceKey = null, StartIndex = 0, Count = 10, Filters = [] }); 317var logs = repository.GetLogs(new GetLogsContext { ResourceKey = null, StartIndex = 0, Count = 10, Filters = [] }); 348var logs = repository.GetLogs(new GetLogsContext { ResourceKey = null, StartIndex = 0, Count = 10, Filters = [] });
1 reference to StartIndex
Aspire.Dashboard (1)
Otlp\Storage\TelemetryRepository.cs (1)
431return OtlpHelpers.GetItems(results, context.StartIndex, context.Count, _logs.IsFull);