From 085e33196ed1351ba5bd2de9598f3228dad3386e Mon Sep 17 00:00:00 2001 From: Steve Gordon Date: Mon, 5 Aug 2024 11:41:30 +0100 Subject: [PATCH] Update tables --- docs/runtime/dotnet-metrics.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/runtime/dotnet-metrics.md b/docs/runtime/dotnet-metrics.md index d0cf55fa9b..6f5f6e396f 100644 --- a/docs/runtime/dotnet-metrics.md +++ b/docs/runtime/dotnet-metrics.md @@ -853,7 +853,7 @@ This metric is [recommended][MetricRecommended]. **[1]:** Meter name: `System.Runtime`; Added in: .NET 9.0. -This metric reports the same values as calling [`AppDomain.CurrentDomain.FirstChanceException`](https://learn.microsoft.com/dotnet/api/system.appdomain.firstchanceexception). +This metric reports the same values as counting calls to [`AppDomain.CurrentDomain.FirstChanceException`](https://learn.microsoft.com/dotnet/api/system.appdomain.firstchanceexception).