From 73774791316242c73430d721570e566ffd67869d Mon Sep 17 00:00:00 2001 From: Grigorii Vakhmistrov <14922228+GrigoriiVakhmistrov@users.noreply.github.com> Date: Tue, 31 Aug 2021 03:43:14 +0300 Subject: [PATCH] Update grafana.md --- content/web-monitoring/aspnet-core/grafana.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/web-monitoring/aspnet-core/grafana.md b/content/web-monitoring/aspnet-core/grafana.md index 4da1684..8eb417f 100644 --- a/content/web-monitoring/aspnet-core/grafana.md +++ b/content/web-monitoring/aspnet-core/grafana.md @@ -12,7 +12,7 @@ Out-of-box, App.Metrics includes [Grafana dashboards](https://grafana.com/dashbo ### Web Monitoring - Metrics recorded by [App Metrics ASP.NET Core Tracking]({{< ref "web-monitoring/aspnet-core/tracking-middleware.md" >}}) are pre-configured in the Grafana dashboard. -- Supports filtering graphs by environment allow the same dashbaord to be re-used across environments. +- Supports filtering graphs by environment allow the same dashboard to be re-used across environments. - Supports filtering graphs by application. The idea is to tag metrics by your application's name allowing you to re-use the same dashboard instance for all web applications using App Metrics. - Graphs are configured to use a `datasource` template variable so that you don't need to update all charts with the datasource you configured in Grafana. - Display a health overview showing passed, degraded and failed checks as well as an overall health status, color coded by the status value. (***Not yet available in App Metrics 2.0***)