├── README.md └── dashboard-screenshot.png /README.md: -------------------------------------------------------------------------------- 1 | 2 | # ASP.NET Core Grafana dashboards 3 | 4 | > [!IMPORTANT] 5 | > **The source code for the dashboards now lives at https://aka.ms/dotnet/grafana-source.** 6 | > 7 | > The dashboard JSON files in this repository are out of date and will eventually be deleted. 8 | 9 | .NET 8 adds new metrics throughout ASP.NET Core using [System.Diagnostics.Metrics](https://learn.microsoft.com/dotnet/core/diagnostics/compare-metric-apis#systemdiagnosticsmetrics). Metrics is a modern API for reporting and collecting information about your apps. 10 | 11 | If you're interested in trying out metrics, we've put together [Grafana](https://grafana.com/) dashboards that report ASP.NET Core metrics collected by [Prometheus](https://prometheus.io/). The dashboard JSON files are available in this repository, and you can [import the Dashboards into Grafana](https://grafana.com/docs/grafana/latest/dashboards/manage-dashboards/#import-a-dashboard). 12 | 13 | ## Screenshot 14 | 15 | ![ASP.NET Core Grafana dashboard](./dashboard-screenshot.png) 16 | -------------------------------------------------------------------------------- /dashboard-screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesNK/aspnetcore-grafana/24cad8810bd558a32238d59ef36683669e2740fd/dashboard-screenshot.png --------------------------------------------------------------------------------