Replies: 2 comments 6 replies
-
Somebody needs to build a resource server. There's only one implementation right now and it's the one that works with aspire when you run with the orchestration pieces. The standalone dashboard doesn't have a resource server to talk to. To make it work you have to build a grpc server that implements this contract https://github.com/dotnet/aspire/blob/main/src/Aspire.Hosting/Dashboard/proto/resource_service.proto. |
Beta Was this translation helpful? Give feedback.
-
@davidfowl - where would the list of possible commands that the dashboard might send according to the protobuf spec be ? :D Possible that there is some documentation of that too. |
Beta Was this translation helpful? Give feedback.
-
Hey,
I'm looking for directions and documentation on configuring the
Dashboard:ResourceServiceClient:Url
endpoint for my standalone dashboard running in Kubernetes.From the documentation, I'm supposed to fill the configuration with
The gRPC endpoint to which the dashboard connects for its data.
.How can I make this work ?
Thanks in advance
Beta Was this translation helpful? Give feedback.
All reactions