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
|`dotnet.gc.memory.commited`| UpDownCounter |`By`| The amount of committed virtual memory for the managed GC heap, as observed during the latest garbage collection. [1]||
190
+
|`dotnet.gc.memory.committed`| UpDownCounter |`By`| The amount of committed virtual memory in use by the .NET GC, as observed during the latest garbage collection. [1]||
191
191
192
192
193
193
**[1]:** This metric reports the same values as calling [`GC.GetGCMemoryInfo().TotalCommittedBytes`](https://learn.microsoft.com/dotnet/api/system.gcmemoryinfo.totalcommittedbytes). Committed virtual memory may be larger than the heap size because it includes both memory for storing existing objects (the heap size) and some extra memory that is ready to handle newly allocated objects in the future.
@@ -199,7 +199,7 @@ This metric is [recommended][MetricRecommended].
0 commit comments