Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/web-monitoring/aspnet-core/grafana.md
Original file line number Diff line number Diff line change
Expand Up @@ -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***)
Expand Down