44 writes to Count
Aspire.Dashboard (13)
Api\TelemetryApiService.cs (1)
249
Count
= MaxQueryCount,
Components\Pages\StructuredLogs.razor.cs (1)
602
Count
= int.MaxValue,
Mcp\AspireTelemetryMcpTools.cs (2)
61
Count
= int.MaxValue,
162
Count
= int.MaxValue,
Model\Assistant\AssistantChatDataContext.cs (2)
130
Count
= int.MaxValue,
210
Count
= int.MaxValue,
Model\GenAI\GenAIVisualizerDialogViewModel.cs (1)
568
Count
= int.MaxValue,
Model\StructuredLogsViewModel.cs (2)
120
Count
= Count,
159
Count
= count,
Otlp\Storage\GetLogsContext.cs (1)
19
Count
= int.MaxValue,
Otlp\Storage\TelemetryRepository.cs (2)
490
Count
= int.MaxValue,
521
Count
= int.MaxValue,
Otlp\Storage\TelemetryRepository.Watchers.cs (1)
159
Count
= MaxWatcherSnapshotCount,
Aspire.Dashboard.Tests (31)
Integration\OtlpHttpJsonTests.cs (2)
496
Count
= 10,
573
Count
= 10,
Model\TelemetryExportServiceTests.cs (1)
56
Count
= int.MaxValue,
TelemetryRepositoryTests\LogTests.cs (21)
69
Count
= 10,
124
Count
= 10,
176
Count
= 10,
424
Count
= 10,
522
Count
= 1,
664
Count
= 10,
812
Count
= 1,
820
Count
= 1,
859
Count
= 1,
867
Count
= 1,
928
Count
= 10,
951
Count
= 10,
1027
Count
= 10,
1117
Count
= 10,
1182
Count
= 10,
1256
Count
= 10,
1296
Count
= 10,
1337
Count
= 10,
1378
Count
= 10,
1421
Count
= 10,
1463
Count
= 10,
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 Count
Aspire.Dashboard (1)
Otlp\Storage\TelemetryRepository.cs (1)
449
return OtlpHelpers.GetItems(results, context.StartIndex, context.
Count
, _logs.IsFull);