Skip to content

Commit eb1029c

Browse files
authored
Document new .NET 8 runtime counters (#43017)
1 parent 8857f12 commit eb1029c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/core/diagnostics/available-counters.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ The following counters are published as part of .NET runtime (CoreCLR) and are m
4040
| :::no-loc text="IL Bytes Jitted"::: (`il-bytes-jitted`) | The total size of ILs that are JIT-compiled, in bytes | .NET 5 |
4141
| :::no-loc text="Methods Jitted Count"::: (`methods-jitted-count`) | The number of methods that are JIT-compiled | .NET 5 |
4242
| :::no-loc text="GC Committed Bytes"::: (`gc-committed`) | The number of bytes committed by the GC | .NET 6 |
43+
| :::no-loc text="Time paused by GC"::: (`total-pause-time-by-gc`) | The total amount of time program execution was paused by the GC | .NET 8 |
44+
| :::no-loc text="Gen 0 GC Budget"::: (`gen-0-gc-budget`) | The Gen 0 memory budget | .NET 8 |
4345

4446
## Microsoft.AspNetCore.Hosting counters
4547

0 commit comments

Comments
 (0)