dotnet / aspire

Tools, templates, and packages to accelerate building observable, production-ready apps
https://learn.microsoft.com/dotnet/aspire
MIT License
3.91k stars 475 forks source link

Add default count to data grids to avoid getting all data #6664

Closed JamesNK closed 23 hours ago

JamesNK commented 1 week ago

Description

I noticed that the initial data fetch for structured logs and traces grids didn't provide a limit on data fetched. This causes unnessessary data to be copied.

Fix by providing a default limit.

Checklist