diff --git a/modules/ROOT/pages/auradb/managing-databases/monitoring.adoc b/modules/ROOT/pages/auradb/managing-databases/monitoring.adoc index 7ed498a3..263fb7d1 100644 --- a/modules/ROOT/pages/auradb/managing-databases/monitoring.adoc +++ b/modules/ROOT/pages/auradb/managing-databases/monitoring.adoc @@ -11,11 +11,14 @@ You can monitor the following metrics of an AuraDB instance from the *Metrics* t * *CPU Usage (%)* - The amount of CPU used by the instance as a percentage. * *Storage Used (%)* - The amount of disk storage space used by the instance as a percentage. -* label:AuraDB-Virtual-Dedicated-Cloud[] *Heap Usage (%)* - The amount of Java Virtual Machine (JVM) memory used by the instance as a percentage. * *Out of Memory Errors* - The number of Out of Memory (OOM) errors encountered by the instance. * *Garbage Collection Time (%)* - The amount of time the instance spends reclaiming heap space as a percentage. * *Page Cache Evictions* - The number of times the instance has replaced data in memory. +label:AuraDB-Virtual-Dedicated-Cloud[] + +* *Heap Usage (%)* _Only available on AuraDB Virtual Dedicated Cloud_ - The amount of Java Virtual Machine (JVM) memory used by the instance as a percentage. + [NOTE] ==== More information on each metric, as well as suggestions for managing them, can be found within the *Metrics* tab itself. @@ -33,4 +36,4 @@ To access the *Metrics* tab: . Navigate to the https://console.neo4j.io/?product=aura-db[Neo4j Aura Console] in your browser. . Select the instance you want to access. -. Select the *Metrics* tab. \ No newline at end of file +. Select the *Metrics* tab.