42 writes to Count
Aspire.Dashboard (11)
Components\Pages\StructuredLogs.razor.cs (1)
605
Count
= int.MaxValue,
Mcp\AspireTelemetryMcpTools.cs (2)
60
Count
= int.MaxValue,
163
Count
= int.MaxValue,
Model\Assistant\AssistantChatDataContext.cs (2)
128
Count
= int.MaxValue,
204
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)
472
Count
= int.MaxValue,
503
Count
= int.MaxValue,
Aspire.Dashboard.Tests (31)
Integration\OtlpHttpJsonTests.cs (2)
496
Count
= 10,
573
Count
= 10,
Model\TelemetryExportServiceTests.cs (1)
52
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)
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 Count
Aspire.Dashboard (1)
Otlp\Storage\TelemetryRepository.cs (1)
431
return OtlpHelpers.GetItems(results, context.StartIndex, context.
Count
, _logs.IsFull);