This article will guide you through integrating Grafana and Prometheus with an ASP.NET Core application for real-time metrics and dashboard visualizations. Understanding this integration is crucial for monitoring application performance and ensuring operational excellence. Prior experience with ASP.NET Core and basic knowledge of Docker will be beneficial.
Tag
dashboard
All blogs tagged with dashboard
3
Articles
13,653
Total Views
Showing 3 of 3 articles
14
May
2026
Grafana and Prometheus Integration in ASP.NET Core: Metrics and Dashboard
09
Jul
2023
Implementing Pie Chart in Asp.Net MVC
Hello guys we often need to implement charts in our web project. In this tutorial we will see how to implement pie chart in asp.net mvc using am charts library.
20
Nov
2022
Hangfire in ASP.NET Core 3.1 – Background Jobs
Hangfire is an open-source library to schedule and execute background jobs in .NET applications. You'll be able to create a simple background process inside the same application pool or thread without creating separate applications. Hangfire creates background jobs in persistence storage, like MS SQL Server, Redis, MongoDB, and others, that may prevent you from losing the job on recycling IIS pools or exception prevalence.