Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[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 this issue Nov 12, 2024 · 1 comment
Labels
⌚ Not Triaged Not triaged

Comments

@vmykagapuz
Copy link

vmykagapuz commented Nov 12, 2024

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

@dotnetrepoman dotnetrepoman bot added the ⌚ Not Triaged Not triaged label Nov 12, 2024
@vmykagapuz
Copy link
Author

vmykagapuz commented Nov 13, 2024

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
⌚ Not Triaged Not triaged
Projects
None yet
Development

No branches or pull requests

1 participant