Stas Yakhnenko Profile picture
.NET enthusiast β€’ πŸ‡ΊπŸ‡¦ β€’ Co-Founder of @vussa_ua β€’ Previously Head of Engineering β€’ Exploring the world of building products
Feb 11, 2023 β€’ 14 tweets β€’ 6 min read
#aspnet starter kit πŸ”­ - Observability

- If you can't measure it, you can't improve it.

Do you know how well your app is doing?
What's the average CPU usage, or what endpoints are called most often?

Metrics answers it all.
Let's see how we can achieve that easily πŸ‘‡

#dotnet 1\ Understanding the behavior and performance of your ASP.NET Core application are critical for ensuring its reliability and availability.
With the right tools, you can monitor key performance indicators, track error rates, and resource utilization.
Feb 9, 2023 β€’ 10 tweets β€’ 4 min read
#aspnet starter kit 🚨 - Monitoring

You've got health checks in place. With just one HTTP call you can check if an app is healthy.
So how do you make it automatic, so you'll be the first to know if the system goes down?

Let's explore monitoring and alerts. πŸ‘‡

#dotnet Image 1\ With the rise of distributed systems, it's increasingly important to have a robust monitoring solution in place. Health checks allow you to monitor the health of your apps and detect any issues before they escalate.
And then it has to be monitored all the time.