Skip to content

Commit 1abecf1

Browse files
authored
Apply suggestion from @wadepickett
Added to View Identity metric section
1 parent a6b15a8 commit 1abecf1

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

aspnetcore/log-mon/metrics/metrics.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,11 @@ These metrics can be used to:
296296
* Measure performance of Identity operations
297297
* Observe two-factor authentication usage
298298

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`:
300304

301305
```dotnetcli
302306
dotnet-counters monitor -n YourAppName --counters Microsoft.AspNetCore.Identity

0 commit comments

Comments
 (0)