Collect Metrics for .NET Application with Open Telemetry and Prometheus
Perquisites
AWS Account with Ubuntu 24.04 LTS EC2 Instance.
.NET SDK installed.
Set Up Ubuntu EC2 Instance
Update the package list.
sudo apt update
Install the .NET SDK on your Ubuntu server, with below command.
sudo apt install -y dotnet-sdk-8...
cloudhub2295.hashnode.dev5 min read