This project serves as an example of how to monitor an ASP.Net Core application via OpenTelemetry.
It makes use of the following technologies and projects:
Simply run the AspireHost project from visual studio, or from a terminal by executing dotnet run
in the Aspire project folder.
Access the web api Scalar UI Call the weather forecast endpoint to register some telemetry data.
Access Aspire dashboard at http://localhost:15154, and check that the traces, metrics and logs have been registered.