You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: aspnetcore/log-mon/metrics/metrics.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -296,7 +296,11 @@ These metrics can be used to:
296
296
* Measure performance of Identity operations
297
297
* Observe two-factor authentication usage
298
298
299
-
You can view these metrics using the techniques described earlier in this article, such as `dotnet-counters` or Prometheus with Grafana.
299
+
### Viewing Identity metrics
300
+
301
+
You can view these metrics using `dotnet-counters` to monitor them in real-time, or export them to Prometheus and visualize them in Grafana using the techniques described earlier in this article.
302
+
303
+
For example, to monitor all Identity metrics with `dotnet-counters`:
0 commit comments