dotnet / aspire

An opinionated, cloud ready stack for building observable, production ready, distributed applications in .NET
https://learn.microsoft.com/dotnet/aspire
MIT License
3.58k stars 390 forks source link

Playground for standalone dashboard #2200

Open JamesNK opened 6 months ago

JamesNK commented 6 months ago

Suggested https://github.com/dotnet/aspire/issues/1556#issuecomment-1931523813

I think the best way to test this out is to have an Aspire host project launch aspire dashboard as usual, but it is configured to not know about resource service. Another app in the host project sends the dashboard telemetry

kvenkatrajan commented 6 months ago

Addressed with : https://github.com/dotnet/aspire-samples/pull/135 @JamesNK please confirm and close.

DamianEdwards commented 6 months ago

Samples != playground. I think this issue is about adding it to playground in this repo.

kvenkatrajan commented 6 months ago

Sorry my bad - makes sense.

JamesNK commented 6 months ago

This isn't urgent.