[docs] Document removing resources without remaining telemetry data - #1444
Conversation
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
David Pine (IEvangelist)
left a comment
There was a problem hiding this comment.
Validated against microsoft/aspire#18829. The added guidance accurately describes selecting and removing resources that remain after their telemetry data types are cleared.
There was a problem hiding this comment.
Pull request overview
Updates the dashboard “Explore” documentation to reflect a behavior change in the Manage logs and telemetry dialog: resources can now be selected and removed even after all telemetry data types have been cleared.
Changes:
- Adds guidance to the Remove data subsection explaining that resources with no remaining data types can still be selected (checkbox/row) and removed via Remove selected.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
|
||
| <Image src={manageDataDialog} alt="A screenshot of the Aspire dashboard Manage logs and telemetry dialog, showing resources with available data types and export, remove, and import buttons." /> | ||
|
|
||
| A resource that no longer has any remaining data types can still be selected using its checkbox or by selecting its row, and removed with **Remove selected**. This lets you clear resources that remain known to the dashboard after all of their telemetry has already been removed. |
Frontend HTML artifact readyThe latest frontend build uploaded the This comment updates automatically when a new frontend build artifact is uploaded. |
Documents changes from microsoft/aspire#18829
@JamesNKTargeting
release/13.5based on the source PR milestone13.5.Why this PR is needed
PR #18829 fixed a bug in the Manage logs and telemetry dialog: resources that remain known to the dashboard after all their telemetry data types are cleared previously couldn't be selected or removed. The PR body explicitly calls out a "User-facing usage" section describing the fix: "A resource with no remaining data types can now be selected using either its checkbox or its row and removed with Remove selected." This is a behavior change to an already-documented feature (the Manage data dialog documented in
dashboard/explore.mdx), so the docs needed to reflect the new capability.What changed
dashboard/explore.mdx(#manage-data) noting that a resource with no remaining data types can still be selected via its checkbox or row and removed with Remove selected.Files modified
src/frontend/src/content/docs/dashboard/explore.mdxNo new pages were created; this was an update to an existing page.