The OpenAI resource should show the logs that it is connecting to the openai status url
- Dominant language
- C#
- Stars
- 6.3k
- Forks
- 991
- Avg merge
- 2d 15h
- Merged PRs (30d)
- 196
Description
### Is there an existing issue for this?
- [x] I have searched the existing issues
### Is your feature request related to a problem? Please describe the problem.
As detailed in https://github.com/dotnet/aspire/issues/13464, I had an issue where OpenAI status was causing the resource to not start. While I could see that the resource was marked unhealthy, I had no information as to what was going on.
The console logs in the dashboard for the open ai resource are empty.
I was able to figure out what was happening by switching from `aspire run` to `dotnet run`. Then was able to see the requests to the open ai status page, search the aspire github repo using the url and find the logic that was causing the health check to fail.
### Describe the solution you'd like
Show the health check requests in the datshboard logs for the open ai resource.
### Additional context
_No response_
Contributor guide
Assessment
This issue has not been assessed yet.