Open afscrome opened 1 week ago
Very nice idea.
I've needed the ability to export the logs/traces. This would help in various instances including reporting, rather than using screenshots for traces.
Additionally if there is Commands that can be used on multiple Resources at the same time.
Adding a way to notify on custom thresholds/conditions that can be added as filters.
Would this only be applicable to console logs? @drewnoakes mentioned during triage that we may want to consider putting this in other telemetry places.
Yes, would definitely make sense in other telemetry place where the telemetry is scoped to a single resource. (i.e. it may not make as much sense in a trace crossing several different resources, unless it is clear which resource the commands apply to)
Is there an existing issue for this?
Is your feature request related to a problem? Please describe the problem.
I've been doing some iteration of onboarding some db migrations into Aspire, which has involved me
As I'm able to iterate on the migrations outside of aspire, I can test changes by simply restarting the migration resoruce, rather than rebuilding the whole app host.
Describe the solution you'd like
I'd like the ability to be able to start / stop and restart a resource (and potentially any other resource command) directly from the Console Logs page, without having to go back to to the dashboard and then back to console logs. That way I could stay on the console log page the entire time - view errors, fix them then restart the migrations from within the console logs page.
Something like:
Additional context
No response