44 writes to StartIndex
Aspire.Dashboard (13)
Api\TelemetryApiService.cs (1)
248
StartIndex
= 0,
Components\Pages\StructuredLogs.razor.cs (1)
601
StartIndex
= 0,
Mcp\AspireTelemetryMcpTools.cs (2)
60
StartIndex
= 0,
163
StartIndex
= 0,
Model\Assistant\AssistantChatDataContext.cs (2)
129
StartIndex
= 0,
211
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)
491
StartIndex
= 0,
522
StartIndex
= 0,
Otlp\Storage\TelemetryRepository.Watchers.cs (1)
158
StartIndex
= 0,
Aspire.Dashboard.Tests (31)
Integration\OtlpHttpJsonTests.cs (2)
495
StartIndex
= 0,
572
StartIndex
= 0,
Model\TelemetryExportServiceTests.cs (1)
55
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)
41
Assert.Empty(repository.GetLogs(new GetLogsContext { ResourceKey = resourceKey, Count = 100, Filters = [],
StartIndex
= 0 }).Items);
52
Assert.Single(repository.GetLogs(new GetLogsContext { ResourceKey = resourceKey, Count = 100, Filters = [],
StartIndex
= 0 }).Items);
233
var logs = repository.GetLogs(new GetLogsContext { ResourceKey = null,
StartIndex
= 0, Count = 10, Filters = [] });
245
var resource2Logs = repository.GetLogs(new GetLogsContext { ResourceKey = resource2Key,
StartIndex
= 0, Count = 10, Filters = [] });
274
var logs = repository.GetLogs(new GetLogsContext { ResourceKey = null,
StartIndex
= 0, Count = 10, Filters = [] });
318
var logs = repository.GetLogs(new GetLogsContext { ResourceKey = null,
StartIndex
= 0, Count = 10, Filters = [] });
349
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)
449
return OtlpHelpers.GetItems(results, context.
StartIndex
, context.Count, _logs.IsFull);