79 writes to StartIndex
Aspire.Dashboard (3)
Api\TelemetryApiService.cs (1)
110
StartIndex
= 0,
Model\TracesViewModel.cs (1)
87
StartIndex
= StartIndex,
Otlp\Storage\GetTracesRequest.cs (1)
25
StartIndex
= 0,
Aspire.Dashboard.Components.Tests (2)
Controls\GenAIVisualizerDialogTests.cs (2)
212
StartIndex
= 0,
296
StartIndex
= 0,
Aspire.Dashboard.Tests (74)
Integration\OtlpHttpJsonTests.cs (1)
530
StartIndex
= 0,
Model\TelemetryExportServiceTests.cs (1)
300
StartIndex
= 0,
TelemetryRepositoryTests\TelemetryRepositoryTests.cs (8)
44
Assert.Empty((await repositoryContext.Repository.GetTracesAsync(new GetTracesRequest { ResourceKeys = [resourceKey], Count = 100, Filters = [],
StartIndex
= 0 }, cancellationToken: CancellationToken.None)).PagedResult.Items);
57
Assert.Single((await repositoryContext.Repository.GetTracesAsync(new GetTracesRequest { ResourceKeys = [resourceKey], Count = 100, Filters = [],
StartIndex
= 0 }, cancellationToken: CancellationToken.None)).PagedResult.Items);
237
var traces = await repositoryContext.Repository.GetTracesAsync(new GetTracesRequest { ResourceKeys = [],
StartIndex
= 0, Count = 10, Filters = [] }, cancellationToken: CancellationToken.None);
249
var resource2Traces = await repositoryContext.Repository.GetTracesAsync(new GetTracesRequest { ResourceKeys = [resource2Key],
StartIndex
= 0, Count = 10, Filters = [] }, cancellationToken: CancellationToken.None);
280
var traces = await repositoryContext.Repository.GetTracesAsync(new GetTracesRequest { ResourceKeys = [],
StartIndex
= 0, Count = 10, Filters = [] }, cancellationToken: CancellationToken.None);
321
var traces = await repositoryContext.Repository.GetTracesAsync(new GetTracesRequest { ResourceKeys = [],
StartIndex
= 0, Count = 10, Filters = [] }, cancellationToken: CancellationToken.None);
352
var traces = await repositoryContext.Repository.GetTracesAsync(new GetTracesRequest { ResourceKeys = [],
StartIndex
= 0, Count = 10, Filters = [] }, cancellationToken: CancellationToken.None);
840
var traces = await repositoryContext.Repository.GetTracesAsync(new GetTracesRequest { ResourceKeys = [key1, key2],
StartIndex
= 0, Count = 10, Filters = [] }, cancellationToken: CancellationToken.None);
TelemetryRepositoryTests\TraceTests.cs (64)
83
StartIndex
= 0,
161
StartIndex
= 0,
205
StartIndex
= 0,
224
StartIndex
= 10,
301
StartIndex
= 0,
367
StartIndex
= 0,
415
StartIndex
= 0,
488
StartIndex
= 0,
554
StartIndex
= 0,
608
StartIndex
= 0,
667
StartIndex
= 0,
719
StartIndex
= 0,
789
StartIndex
= 0,
865
StartIndex
= 0,
906
StartIndex
= 0,
960
StartIndex
= 0,
1028
StartIndex
= 0,
1104
StartIndex
= 0,
1170
StartIndex
= 0,
1185
StartIndex
= 0,
1252
StartIndex
= 0,
1303
StartIndex
= 0,
1376
StartIndex
= 0,
1480
StartIndex
= 0,
1549
StartIndex
= 0,
1642
StartIndex
= 0,
1705
StartIndex
= 0,
1723
StartIndex
= 0,
1741
StartIndex
= 0,
1794
StartIndex
= 0,
1809
StartIndex
= 0,
1863
StartIndex
= 1,
1922
StartIndex
= 0,
1934
StartIndex
= 0,
1971
StartIndex
= 0,
1994
StartIndex
= 0,
2198
StartIndex
= 0,
2315
StartIndex
= 0,
2393
StartIndex
= 0,
2498
StartIndex
= 0,
2589
StartIndex
= 0,
2662
StartIndex
= 0,
2757
StartIndex
= 0,
2855
StartIndex
= 0,
2923
StartIndex
= 0,
2964
StartIndex
= 0,
3079
StartIndex
= 0,
3087
StartIndex
= 0,
3371
StartIndex
= 0,
4037
StartIndex
= 0,
4087
StartIndex
= 0,
4138
StartIndex
= 0,
4224
StartIndex
= 0,
4279
StartIndex
= 0,
4332
StartIndex
= 0,
4461
StartIndex
= 0,
4495
StartIndex
= 0,
4520
StartIndex
= 0,
4553
StartIndex
= 0,
4582
StartIndex
= 0,
4621
StartIndex
= 0,
4778
StartIndex
= 0,
4840
StartIndex
= 0,
4913
StartIndex
= 0,
2 references to StartIndex
Aspire.Dashboard (2)
Otlp\Storage\SqliteTelemetryRepository.Traces.Reads.cs (2)
29
query.Parameters.Add("StartIndex", (long)Math.Max(context.
StartIndex
, 0) + hiddenItemCount);
62
query.Parameters.Add("StartIndex", Math.Max(context.
StartIndex
, 0));