Skip to content

Commit

Permalink
Add the right unit for MongoDB memory metrics as specified in the doc…
Browse files Browse the repository at this point in the history
…umentation.

Signed-off-by: Alvaro Cabanas <acabanas@newrelic.com>
  • Loading branch information
alvarocabanas committed Apr 21, 2022
1 parent d731eda commit 2d39cc4
Showing 1 changed file with 12 additions and 12 deletions.
Expand Up @@ -1920,7 +1920,7 @@ Different metrics are available depending on whether a cluster or a standalone i
</td>

<td>
The amount of mapped memory by the database, in bytes.
The amount of mapped memory by the database, in mebibyte (MiB).
</td>
</tr>

Expand All @@ -1930,7 +1930,7 @@ Different metrics are available depending on whether a cluster or a standalone i
</td>

<td>
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).
</td>
</tr>

Expand All @@ -1940,7 +1940,7 @@ Different metrics are available depending on whether a cluster or a standalone i
</td>

<td>
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).
</td>
</tr>

Expand All @@ -1950,7 +1950,7 @@ Different metrics are available depending on whether a cluster or a standalone i
</td>

<td>
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).
</td>
</tr>

Expand Down Expand Up @@ -4066,7 +4066,7 @@ Different metrics are available depending on whether a cluster or a standalone i
</td>

<td>
The amount of mapped memory by the database, in bytes.
The amount of mapped memory by the database, in mebibyte (MiB).
</td>
</tr>

Expand All @@ -4076,7 +4076,7 @@ Different metrics are available depending on whether a cluster or a standalone i
</td>

<td>
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).
</td>
</tr>

Expand All @@ -4086,7 +4086,7 @@ Different metrics are available depending on whether a cluster or a standalone i
</td>

<td>
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).
</td>
</tr>

Expand All @@ -4096,7 +4096,7 @@ Different metrics are available depending on whether a cluster or a standalone i
</td>

<td>
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).
</td>
</tr>

Expand Down Expand Up @@ -5890,7 +5890,7 @@ Different metrics are available depending on whether a cluster or a standalone i
</td>

<td>
The amount of mapped memory by the database, in bytes.
The amount of mapped memory by the database, in mebibyte (MiB).
</td>
</tr>

Expand All @@ -5900,7 +5900,7 @@ Different metrics are available depending on whether a cluster or a standalone i
</td>

<td>
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).
</td>
</tr>

Expand All @@ -5910,7 +5910,7 @@ Different metrics are available depending on whether a cluster or a standalone i
</td>

<td>
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).
</td>
</tr>

Expand All @@ -5920,7 +5920,7 @@ Different metrics are available depending on whether a cluster or a standalone i
</td>

<td>
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).
</td>
</tr>

Expand Down

0 comments on commit 2d39cc4

Please sign in to comment.