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
|`v8js.heap.space.available_size`| UpDownCounter |`By`| Heap space available size. [1]|||
157
+
|`v8js.memory.heap.space.available_size`| UpDownCounter |`By`| Heap space available size. [1]|||
158
158
159
159
**[1]:** Value can be retrieved from value `space_available_size` of [`v8.getHeapSpaceStatistics()`](https://nodejs.org/api/v8.html#v8getheapspacestatistics)
160
160
@@ -181,11 +181,11 @@ This metric is [recommended][MetricRecommended].
|`v8js.heap.space.physical_size`| UpDownCounter |`By`| Committed size of a heap space. [1]|||
197
+
|`v8js.memory.heap.space.physical_size`| UpDownCounter |`By`| Committed size of a heap space. [1]|||
198
198
199
199
**[1]:** Value can be retrieved from value `physical_space_size` of [`v8.getHeapSpaceStatistics()`](https://nodejs.org/api/v8.html#v8getheapspacestatistics)
0 commit comments