dotnet / docs-aspire

This repository contains .NET Aspire documentation.
https://learn.microsoft.com/dotnet/aspire
MIT License
82 stars 111 forks source link

[WebToolsE2E][Dashboard] The codes and results in the scenario of "Tutorial: Use the .NET Aspire dashboard with Python apps" needs to be updated. #2036

Open vmykagapuz opened 1 week ago

vmykagapuz commented 1 week ago

Describe the issue or suggestion

Issue description In "Tutorial: Use the .NET Aspire dashboard with Python apps" document, needs to update some codes and result in the document.

Issue 1: For Adding OpenTelemetry section, changing print to logger.info doesnt show the aspire dashboard, change the code to logging.info and it works.

Image

Issue 2: For Start the Aspire dashboard section, the command in the document doesnt work and needs to be updated.

Image

Note: It works using the command : docker run --rm -it -p 18888:18888 -p 4317:18889 --name aspire-dashboard mcr.microsoft.com/dotnet/aspire-dashboard:8.2

Issue 3: For View Structured Logs section, the image in the document displays logs in the dashboard but the actual result shows "No structured logs found."

Image

Actual The aspire dashboard shows "No structured logs found." Image

vmykagapuz commented 1 week ago

For issue 3, I would like to confirm if the expected result has been changed. or if the actual result for my validation that shows "No structured logs found" in the dashboard is an issue?