From 2d39cc494e1fff85d4a9eb646cfc735a59821d98 Mon Sep 17 00:00:00 2001 From: Alvaro Cabanas Date: Thu, 21 Apr 2022 17:59:36 +0200 Subject: [PATCH] Add the right unit for MongoDB memory metrics as specified in the documentation. Signed-off-by: Alvaro Cabanas --- .../mongodb-monitoring-integration.mdx | 24 +++++++++---------- 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/content/docs/infrastructure/host-integrations/host-integrations-list/mongodb-monitoring-integration.mdx b/src/content/docs/infrastructure/host-integrations/host-integrations-list/mongodb-monitoring-integration.mdx index 276bd8ba647..b4aceb72035 100644 --- a/src/content/docs/infrastructure/host-integrations/host-integrations-list/mongodb-monitoring-integration.mdx +++ b/src/content/docs/infrastructure/host-integrations/host-integrations-list/mongodb-monitoring-integration.mdx @@ -1920,7 +1920,7 @@ Different metrics are available depending on whether a cluster or a standalone i - The amount of mapped memory by the database, in bytes. + The amount of mapped memory by the database, in mebibyte (MiB). @@ -1930,7 +1930,7 @@ Different metrics are available depending on whether a cluster or a standalone i - The amount of mapped memory, including the memory used for journaling, in bytes. + The amount of mapped memory, including the memory used for journaling, in mebibyte (MiB). @@ -1940,7 +1940,7 @@ Different metrics are available depending on whether a cluster or a standalone i - The amount of memory currently used by the database process, in bytes. + The amount of memory currently used by the database process, in mebibyte (MiB). @@ -1950,7 +1950,7 @@ Different metrics are available depending on whether a cluster or a standalone i - The amount of virtual memory used by the mongod process, in bytes. + The amount of virtual memory used by the mongod process, in mebibyte (MiB). @@ -4066,7 +4066,7 @@ Different metrics are available depending on whether a cluster or a standalone i - The amount of mapped memory by the database, in bytes. + The amount of mapped memory by the database, in mebibyte (MiB). @@ -4076,7 +4076,7 @@ Different metrics are available depending on whether a cluster or a standalone i - The amount of mapped memory, including the memory used for journaling, in bytes. + The amount of mapped memory, including the memory used for journaling, in mebibyte (MiB). @@ -4086,7 +4086,7 @@ Different metrics are available depending on whether a cluster or a standalone i - The amount of memory currently used by the database process, in bytes. + The amount of memory currently used by the database process, in mebibyte (MiB). @@ -4096,7 +4096,7 @@ Different metrics are available depending on whether a cluster or a standalone i - The amount of virtual memory used by the mongod process, in bytes. + The amount of virtual memory used by the mongod process, in mebibyte (MiB). @@ -5890,7 +5890,7 @@ Different metrics are available depending on whether a cluster or a standalone i - The amount of mapped memory by the database, in bytes. + The amount of mapped memory by the database, in mebibyte (MiB). @@ -5900,7 +5900,7 @@ Different metrics are available depending on whether a cluster or a standalone i - The amount of mapped memory, including the memory used for journaling, in bytes. + The amount of mapped memory, including the memory used for journaling, in mebibyte (MiB). @@ -5910,7 +5910,7 @@ Different metrics are available depending on whether a cluster or a standalone i - The amount of memory currently used by the database process, in bytes. + The amount of memory currently used by the database process, in mebibyte (MiB). @@ -5920,7 +5920,7 @@ Different metrics are available depending on whether a cluster or a standalone i - The amount of virtual memory used by the mongod process, in bytes. + The amount of virtual memory used by the mongod process, in mebibyte (MiB).