[WebToolsE2E][Dashboard] The codes and results in the scenario of "Tutorial: Use the .NET Aspire dashboard with Python apps" needs to be updated. #2036
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.
Issue 2:
For Start the Aspire dashboard section, the command in the document doesnt work and needs to be updated.
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."
Actual
The aspire dashboard shows "No structured logs found."
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?
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
tologger.info
doesnt show the aspire dashboard, change the code tologging.info
and it works.Issue 2: For Start the Aspire dashboard section, the command in the document doesnt work and needs to be updated.
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."
Actual The aspire dashboard shows "No structured logs found."