From 6dcfd10525f3bc316e4a5b7b3cbb90455127e9fe Mon Sep 17 00:00:00 2001 From: Liudmila Molkova Date: Thu, 22 Aug 2024 21:49:44 -0700 Subject: [PATCH] regenrate table --- 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 2205f47c12..b9ad04bb77 100644 --- a/docs/runtime/dotnet-metrics.md +++ b/docs/runtime/dotnet-metrics.md @@ -99,7 +99,7 @@ This metric is [recommended][MetricRecommended]. | Name | Instrument Type | Unit (UCUM) | Description | Stability | | -------- | --------------- | ----------- | -------------- | --------- | -| `dotnet.process.cpu.time` | Counter | `s` | CPU time used by the process as reported by the CLR. [1] | ![Experimental](https://img.shields.io/badge/-experimental-blue) | +| `dotnet.process.cpu.time` | Counter | `s` | CPU time used by the process. [1] | ![Experimental](https://img.shields.io/badge/-experimental-blue) | **[1]:** Meter name: `System.Runtime`; Added in: .NET 9.0.