52 writes to StartIndex
Aspire.Dashboard (9)
Api\TelemetryApiService.cs (3)
52
StartIndex
= 0,
123
StartIndex
= 0,
173
StartIndex
= 0,
Mcp\AspireTelemetryMcpTools.cs (1)
110
StartIndex
= 0,
Model\Assistant\AssistantChatDataContext.cs (1)
172
StartIndex
= 0,
Model\TracesViewModel.cs (2)
89
StartIndex
= StartIndex,
121
StartIndex
= 0,
Otlp\Storage\GetTracesRequest.cs (1)
19
StartIndex
= 0,
Otlp\Storage\TelemetryRepository.Watchers.cs (1)
61
StartIndex
= 0,
Aspire.Dashboard.Components.Tests (3)
Controls\GenAIVisualizerDialogTests.cs (3)
153
StartIndex
= 0,
237
StartIndex
= 0,
251
StartIndex
= 0,
Aspire.Dashboard.Tests (40)
Integration\OtlpHttpJsonTests.cs (1)
434
StartIndex
= 0,
Model\TelemetryExportServiceTests.cs (1)
288
StartIndex
= 0,
TelemetryRepositoryTests\TelemetryRepositoryTests.cs (7)
43
Assert.Empty(repository.GetTraces(new GetTracesRequest { ResourceKey = resourceKey, Count = 100, Filters = [],
StartIndex
= 0, FilterText = string.Empty }).PagedResult.Items);
56
Assert.Single(repository.GetTraces(new GetTracesRequest { ResourceKey = resourceKey, Count = 100, Filters = [],
StartIndex
= 0, FilterText = string.Empty }).PagedResult.Items);
237
var traces = repository.GetTraces(new GetTracesRequest { ResourceKey = null, FilterText = string.Empty,
StartIndex
= 0, Count = 10, Filters = [] });
249
var resource2Traces = repository.GetTraces(new GetTracesRequest { ResourceKey = resource2Key, FilterText = string.Empty,
StartIndex
= 0, Count = 10, Filters = [] });
280
var traces = repository.GetTraces(new GetTracesRequest { ResourceKey = null, FilterText = string.Empty,
StartIndex
= 0, Count = 10, Filters = [] });
321
var traces = repository.GetTraces(new GetTracesRequest { ResourceKey = null, FilterText = string.Empty,
StartIndex
= 0, Count = 10, Filters = [] });
352
var traces = repository.GetTraces(new GetTracesRequest { ResourceKey = null, FilterText = string.Empty,
StartIndex
= 0, Count = 10, Filters = [] });
TelemetryRepositoryTests\TraceTests.cs (31)
83
StartIndex
= 0,
142
StartIndex
= 0,
197
StartIndex
= 0,
252
StartIndex
= 0,
323
StartIndex
= 0,
400
StartIndex
= 0,
442
StartIndex
= 0,
497
StartIndex
= 0,
566
StartIndex
= 0,
643
StartIndex
= 0,
733
StartIndex
= 0,
749
StartIndex
= 0,
817
StartIndex
= 0,
869
StartIndex
= 0,
941
StartIndex
= 0,
1048
StartIndex
= 0,
1118
StartIndex
= 0,
1182
StartIndex
= 0,
1201
StartIndex
= 0,
1220
StartIndex
= 0,
1272
StartIndex
= 0,
1288
StartIndex
= 0,
1313
StartIndex
= 0,
1516
StartIndex
= 0,
1634
StartIndex
= 0,
1713
StartIndex
= 0,
1819
StartIndex
= 0,
1911
StartIndex
= 0,
1984
StartIndex
= 0,
2063
StartIndex
= 0,
2105
StartIndex
= 0,
1 reference to StartIndex
Aspire.Dashboard (1)
Otlp\Storage\TelemetryRepository.cs (1)
656
var pagedResults = OtlpHelpers.GetItems(results, context.
StartIndex
, context.Count, _traces.IsFull, copyFunc);