-
Hi dear fellows, I have multiple GRPC service clients as NuGet packages and I would like to have one solution (dashboard) that will have the traces of my clients. Is this possible? What should that standalone solution have and what should my clients have? Thanks :) |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 6 replies
-
It's unclear what you mean here. What are you trying to do? Do you have an application that uses those clients? What have you tried to make work? |
Beta Was this translation helpful? Give feedback.
-
Hi David, I have multiple applications using multiple clients. Can it be unified under one dashboard? I've tried this in a new solution that runs the dashboard:
And this in the client:
If I have Aspire.AppHost with a direct project reference in the client itself like below, then it works.. But I need a standalone dashboard tracing the communication between my applications and grprc clients.
|
Beta Was this translation helpful? Give feedback.
-
This was a piece of missing information from the original question. So you're trying to figure out how to point multiple projects at the same standalone dashboard? What did you try and what's not working? |
Beta Was this translation helpful? Give feedback.
-
Hi, Yes. I've tried doing it with above code. Code 1 in the standalone dashboard and Code 2 in the clients. Is this the way how to do it? I can open the dashboard but I don't see any resources. |
Beta Was this translation helpful? Give feedback.
The aspire docs are here https://learn.microsoft.com/en-us/dotnet/aspire/get-started/aspire-overview
There's a standalone dashboard sample here:
https://learn.microsoft.com/en-us/dotnet/aspire/fundamentals/dashboard#standalone-mode