42 writes to StartIndex
Aspire.Dashboard (11)
Components\Pages\StructuredLogs.razor.cs (1)
604
StartIndex
= 0,
Mcp\AspireTelemetryMcpTools.cs (2)
59
StartIndex
= 0,
164
StartIndex
= 0,
Model\Assistant\AssistantChatDataContext.cs (2)
127
StartIndex
= 0,
205
StartIndex
= 0,
Model\GenAI\GenAIVisualizerDialogViewModel.cs (1)
569
StartIndex
= 0,
Model\StructuredLogsViewModel.cs (2)
119
StartIndex
= StartIndex,
158
StartIndex
= 0,
Otlp\Storage\GetLogsContext.cs (1)
18
StartIndex
= 0,
Otlp\Storage\TelemetryRepository.cs (2)
473
StartIndex
= 0,
504
StartIndex
= 0,
Aspire.Dashboard.Tests (31)
Integration\OtlpHttpJsonTests.cs (2)
495
StartIndex
= 0,
572
StartIndex
= 0,
Model\TelemetryExportServiceTests.cs (1)
51
StartIndex
= 0,
TelemetryRepositoryTests\LogTests.cs (21)
68
StartIndex
= 0,
123
StartIndex
= 0,
175
StartIndex
= 0,
423
StartIndex
= 0,
521
StartIndex
= 0,
663
StartIndex
= 0,
811
StartIndex
= 0,
819
StartIndex
= 0,
858
StartIndex
= 0,
866
StartIndex
= 0,
927
StartIndex
= 0,
950
StartIndex
= 0,
1026
StartIndex
= 0,
1116
StartIndex
= 0,
1181
StartIndex
= 0,
1255
StartIndex
= 0,
1295
StartIndex
= 0,
1336
StartIndex
= 0,
1377
StartIndex
= 0,
1420
StartIndex
= 0,
1462
StartIndex
= 0,
TelemetryRepositoryTests\TelemetryRepositoryTests.cs (7)
40
Assert.Empty(repository.GetLogs(new GetLogsContext { ResourceKey = resourceKey, Count = 100, Filters = [],
StartIndex
= 0 }).Items);
51
Assert.Single(repository.GetLogs(new GetLogsContext { ResourceKey = resourceKey, Count = 100, Filters = [],
StartIndex
= 0 }).Items);
232
var logs = repository.GetLogs(new GetLogsContext { ResourceKey = null,
StartIndex
= 0, Count = 10, Filters = [] });
244
var resource2Logs = repository.GetLogs(new GetLogsContext { ResourceKey = resource2Key,
StartIndex
= 0, Count = 10, Filters = [] });
273
var logs = repository.GetLogs(new GetLogsContext { ResourceKey = null,
StartIndex
= 0, Count = 10, Filters = [] });
317
var logs = repository.GetLogs(new GetLogsContext { ResourceKey = null,
StartIndex
= 0, Count = 10, Filters = [] });
348
var logs = repository.GetLogs(new GetLogsContext { ResourceKey = null,
StartIndex
= 0, Count = 10, Filters = [] });
1 reference to StartIndex
Aspire.Dashboard (1)
Otlp\Storage\TelemetryRepository.cs (1)
431
return OtlpHelpers.GetItems(results, context.
StartIndex
, context.Count, _logs.IsFull);