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
|`used`| used ||
72
+
|`used`| Actual used virtual memory in bytes. [1]||
73
+
74
+
**[1]:** Calculation based on the operating system metrics. On Linux, this corresponds to "MemTotal - MemAvailable" from /proc/meminfo, which more accurately reflects memory in active use by applications compared to older formulas based on free, cached, and buffers. If MemAvailable is not available, a fallback to those older formulas may be used.
|`system.memory.usage`| UpDownCounter |`By`| Reports memory in use by state. [1]||[`host`](/docs/registry/entities/host.md#host)|
276
-
277
-
**[1]:** The sum over all `system.memory.state` values SHOULD equal the total memory
278
-
available on the system, that is `system.memory.limit`.
275
+
|`system.memory.usage`| UpDownCounter |`By`| Reports memory in use by state. ||[`host`](/docs/registry/entities/host.md#host)|
|`used`| used ||
290
+
|`used`| Actual used virtual memory in bytes. [1]||
291
+
292
+
**[1]:** Calculation based on the operating system metrics. On Linux, this corresponds to "MemTotal - MemAvailable" from /proc/meminfo, which more accurately reflects memory in active use by applications compared to older formulas based on free, cached, and buffers. If MemAvailable is not available, a fallback to those older formulas may be used.
294
293
295
294
<!-- markdownlint-restore -->
296
295
<!-- prettier-ignore-end -->
@@ -310,9 +309,7 @@ This metric is [opt-in][MetricOptIn].
310
309
311
310
| Name | Instrument Type | Unit (UCUM) | Description | Stability | Entity Associations |
|`system.memory.limit`| UpDownCounter |`By`| Total memory available in the system. [1]||[`host`](/docs/registry/entities/host.md#host)|
314
-
315
-
**[1]:** Its value SHOULD equal the sum of `system.memory.state` over all states.
312
+
|`system.memory.limit`| UpDownCounter |`By`| Total virtual memory available in the system. ||[`host`](/docs/registry/entities/host.md#host)|
316
313
317
314
<!-- markdownlint-restore -->
318
315
<!-- prettier-ignore-end -->
@@ -370,7 +367,9 @@ This metric is [recommended][MetricRecommended].
|`used`| used ||
370
+
|`used`| Actual used virtual memory in bytes. [1]||
371
+
372
+
**[1]:** Calculation based on the operating system metrics. On Linux, this corresponds to "MemTotal - MemAvailable" from /proc/meminfo, which more accurately reflects memory in active use by applications compared to older formulas based on free, cached, and buffers. If MemAvailable is not available, a fallback to those older formulas may be used.
0 commit comments