Tag: Performance Monitoring

  • How to Add Performance Counters to your .NET Core Application

    How to Add Performance Counters to your .NET Core Application

    The post discusses ways to monitor the performance of .NET Core applications for DevOps observability and for performance tuning. We start by explaining how to implement performance metrics in .NET Core applications using System.Diagnostics.Metrics. We wrap up by showing you how to use a tool called dotnet-counters to view the live performance data.