mongodb.atlas.connections.current (gauge) | Number of current connections Shown as connection |
mongodb.atlas.cursors.totalopen (gauge) | Total number of open cursors Shown as cursor |
mongodb.atlas.dbStats.avg_object_size (gauge) | Average size of each document. This is the dataSize divided by the number of documents Shown as byte |
mongodb.atlas.dbstats.collections (gauge) | Number of collections in the database Shown as table |
mongodb.atlas.dbstats.data_size (gauge) | Total size of the uncompressed data held in the database |
mongodb.atlas.dbstats.file_size (gauge) | Total size of the data files on disk allocated for the database |
mongodb.atlas.dbstats.index_size (gauge) | Sum of the disk space allocated to all indexes in the database including free index space |
mongodb.atlas.dbstats.indexes (gauge) | Total number of indexes across all collections in the database Shown as index |
mongodb.atlas.dbstats.num_extents (gauge) | Number of contiguous blocks of space in a data file allocated for a collection or index |
mongodb.atlas.dbstats.objects (gauge) | Number of objects (specifically documents) in the database across all collections Shown as object |
mongodb.atlas.dbstats.storage_size (gauge) | Sum of the disk space allocated to all collections in the database for document storage including free space |
mongodb.atlas.dbstats.views (gauge) | Number of views in the database Shown as object |
mongodb.atlas.global.lock.current.queue.reads (gauge) | The number of operations queued waiting for a read lock Shown as operation |
mongodb.atlas.global.lock.current.queue.total (gauge) | The number of operations queued waiting for any lock Shown as operation |
mongodb.atlas.global.lock.current.queue.writes (gauge) | The number of operations queued waiting for a write lock Shown as operation |
mongodb.atlas.latencyStats.read.sum (rate) | Latency for total read requests |
mongodb.atlas.latencyStats.read.count (rate) | Number of operations performed on the collection since startup for read requests |
mongodb.atlas.latencyStats.read.p50 (rate) | Number of operations on the 50th percentile in the latency histogram for read requests |
mongodb.atlas.latencyStats.read.p95 (rate) | Number of operations on the 95th percentile in the latency histogram for read requests |
mongodb.atlas.latencyStats.read.p99 (rate) | Number of operations on the 99th percentile in the latency histogram for read requests |
mongodb.atlas.latencyStats.write.sum (rate) | Latency for total write requests |
mongodb.atlas.latencyStats.write.count (rate) | Number of operations performed on the collection since startup for write requests |
mongodb.atlas.latencyStats.write.p50 (rate) | Number of operations on the 50th percentile in the latency histogram for write requests |
mongodb.atlas.latencyStats.write.p95 (rate) | Number of operations on the 95th percentile in the latency histogram for write requests |
mongodb.atlas.latencyStats.write.p99 (rate) | Number of operations on the 99th percentile in the latency histogram for write requests |
mongodb.atlas.latencyStats.commands.sum (rate) | Latency for total database command requests |
mongodb.atlas.latencyStats.commands.count (rate) | Number of operations performed on the collection since startup for database command requests |
mongodb.atlas.latencyStats.commands.p50 (rate) | Number of operations on the 50th percentile in the latency histogram for database command requests |
mongodb.atlas.latencyStats.commands.p95 (rate) | Number of operations on the 95th percentile in the latency histogram for database command requests |
mongodb.atlas.latencyStats.commands.p99 (rate) | Number of operations on the 99th percentile in the latency histogram for database command requests |
mongodb.atlas.latencyStats.total.sum (rate) | Latency for total all database transactions |
mongodb.atlas.latencyStats.total.count (rate) | Number of operations performed on the collection since startup for all database transactions |
mongodb.atlas.latencyStats.total.p50 (rate) | Number of operations on the 50th percentile in the latency histogram for all database transactions |
mongodb.atlas.latencyStats.total.p95 (rate) | Number of operations on the 95th percentile in the latency histogram for all database transactions |
mongodb.atlas.latencyStats.total.p99 (rate) | Number of operations on the 99th percentile in the latency histogram for all database transactions |
mongodb.atlas.mem.resident (gauge) | Resident memory consumed by the MongoDB process on server Shown as mebibyte |
mongodb.atlas.mem.virtual (gauge) | Virtual memory consumed by the MongoDB process on server Shown as mebibyte |
mongodb.atlas.metrics.document.deleted (rate) | Documents deleted Shown as document |
mongodb.atlas.metrics.document.inserted (rate) | Documents inserted Shown as document |
mongodb.atlas.metrics.document.returned (rate) | Documents returned Shown as document |
mongodb.atlas.metrics.document.updated (rate) | Documents updated Shown as document |
mongodb.atlas.metrics.queryexecutor.scannedobjectsperreturned (gauge) | Ratio measuring efficiency of queries on MongoDB Shown as object |
mongodb.atlas.metrics.queryexecutor.scannedperreturned (gauge) | The ratio between the number of index items scanned and the number of documents returned by queries Shown as scan |
mongodb.atlas.network.bytes.in (rate) | The average rate of physical (after any wire compression) bytes sent to this database server per second Shown as byte |
mongodb.atlas.network.bytes.out (rate) | The average rate of physical (after any wire compression) bytes sent from this database server per second Shown as byte |
mongodb.atlas.network.num.requests (rate) | The average rate of requests sent to this database server per second Shown as request |
mongodb.atlas.opcounters.command (rate) | Command operations Shown as operation |
mongodb.atlas.opcounters.delete (rate) | Delete operations Shown as operation |
mongodb.atlas.opcounters.getmore (rate) | Getmore operations Shown as operation |
mongodb.atlas.opcounters.insert (rate) | Insert operations Shown as operation |
mongodb.atlas.opcounters.query (rate) | Query operations Shown as operation |
mongodb.atlas.opcounters.update (rate) | Update operations Shown as operation |
mongodb.atlas.opcounters.ttldeleted (rate) | Ttl Deleted operations Shown as operation |
mongodb.atlas.opcountersrepl.command (rate) | Command replication operations Shown as operation |
mongodb.atlas.opcountersrepl.delete (rate) | Delete replication operations Shown as operation |
mongodb.atlas.opcountersrepl.insert (rate) | Insert replication operations Shown as operation |
mongodb.atlas.opcountersrepl.update (rate) | Update replication operations Shown as operation |
mongodb.atlas.oplatencies.commands.avg (gauge) | Command operations average latency Shown as millisecond |
mongodb.atlas.oplatencies.reads.avg (gauge) | Read operations average latency Shown as millisecond |
mongodb.atlas.oplatencies.writes.avg (gauge) | Write operations average latency Shown as millisecond |
mongodb.atlas.querystats.bytes_read_sum_total (rate) | The number of bytes read by the given query shape from the disk to the cache Shown as byte |
mongodb.atlas.querystats.docs_examined_ratio (gauge) | Ratio of documents examined to documents returned by queries with the given query shape Shown as document |
mongodb.atlas.querystats.docs_examined_sum_total (rate) | Total number of documents examined by queries with the given query shape Shown as document |
mongodb.atlas.querystats.docs_returned_sum_total (rate) | Total number of documents returned by queries with the given query shape Shown as document |
mongodb.atlas.querystats.exec_count_total (rate) | Total number of times that queries with the given query shape have been executed Shown as operation |
mongodb.atlas.querystats.keys_examined_ratio (gauge) | Ratio of in-bounds and out-of-bounds index keys examined to indexes containing documents returned by queries with the given query shape Shown as key |
mongodb.atlas.querystats.keys_examined_sum_total (rate) | Total number of in-bounds and out-of-bounds index keys examined by queries with the given query shape Shown as key |
mongodb.atlas.querystats.last_exec_micros (gauge) | Execution runtime in microseconds for the most recent query with the given query shape Shown as microsecond |
mongodb.atlas.querystats.time_to_response_micros_sum_total (rate) | Time in microseconds spent from the beginning of query processing to the first server response Shown as microsecond |
mongodb.atlas.querystats.working_millis_sum_total (rate) | Total time in milliseconds spent running queries with the given query shape. If the query resulted in getMore commands, this metric includes the time spent processing the getMore requests. This metric does not include time spent waiting for the client Shown as millisecond |
mongodb.atlas.replset.oplograte (gauge) | Oplog churn Shown as gibibyte |
mongodb.atlas.replset.replicationlag (gauge) | The amount of time in seconds that updates to the secondary delay behind updates to the primary Shown as second |
mongodb.atlas.replstatus.health (gauge) | A number that indicates if the member is up (1) or down (0) Shown as object |
mongodb.atlas.replstatus.state (gauge) | An integer between 0 and 10 that represents the replica state of the current member Shown as object |
mongodb.atlas.search.index.stats.commands.getmore (rate) | Number of getmore commands run on all Atlas Search queries Shown as operation |
mongodb.atlas.search.index.stats.deletes (rate) | Number of documents or fields that Atlas Search deleted Shown as operation |
mongodb.atlas.search.index.stats.index.fields (gauge) | Number of unique fields present in the Atlas Search index Shown as operation |
mongodb.atlas.search.index.stats.index.size (gauge) | Size of all indexes on disk Shown as byte |
mongodb.atlas.search.index.stats.inserts (rate) | Number of documents or fields that Atlas Search inserted Shown as operation |
mongodb.atlas.search.index.stats.max.replication.lag (gauge) | Approximate number of milliseconds that Atlas Search is behind in replicating changes from the oplog of mongod Shown as millisecond |
mongodb.atlas.search.index.stats.queries.error (rate) | Number of queries for which Atlas Search is unable to return a response Shown as operation |
mongodb.atlas.search.index.stats.queries.success (rate) | Number of queries for which Atlas Search successfully returned a response Shown as operation |
mongodb.atlas.search.index.stats.queries.total (rate) | Number of queries submitted to Atlas Search Shown as operation |
mongodb.atlas.search.index.stats.updates (rate) | Number of documents or fields that Atlas Search updated Shown as operation |
mongodb.atlas.search.jvm.current.memory (gauge) | Amount of memory that the JVM heap used Shown as mebibyte |
mongodb.atlas.search.jvm.max.memory (gauge) | Total available memory in the JVM heap Shown as mebibyte |
mongodb.atlas.stats.totaldatasize (gauge) | Total data size across all databases Shown as byte |
mongodb.atlas.stats.totalindexsize (gauge) | Sum total size in bytes of the index data across all databases Shown as byte |
mongodb.atlas.stats.totalstoragesize (gauge) | Total storage space across all databases Shown as byte |
mongodb.atlas.system.cpu.max.norm.guest (gauge) | Max normalized guest CPU usage for mongodb processes Shown as percent |
mongodb.atlas.system.cpu.max.norm.iowait (gauge) | Max normalized iowait CPU utilization across various processes for a server Shown as percent |
mongodb.atlas.system.cpu.max.norm.irq (gauge) | Max normalized irq CPU utilization across various processes for a server Shown as percent |
mongodb.atlas.system.cpu.max.norm.kernel (gauge) | Max normalized CPU kernel space utilization across various processes for a server Shown as percent |
mongodb.atlas.system.cpu.max.norm.nice (gauge) | Max normalized nice CPU utilization across various processes for a server Shown as percent |
mongodb.atlas.system.cpu.max.norm.softirq (gauge) | Max normalized softirq CPU utilization across various processes for a server Shown as percent |
mongodb.atlas.system.cpu.max.norm.steal (gauge) | Max normalized stolen CPU utilization across various processes for a server Shown as percent |
mongodb.atlas.system.cpu.max.norm.user (gauge) | Max normalized CPU user space utilization across various processes for a server Shown as percent |
mongodb.atlas.system.cpu.mongoprocess.max.norm.childrenkernel (gauge) | Max normalized CPU children kernel space for mongodb processes Shown as percent |
mongodb.atlas.system.cpu.mongoprocess.max.norm.childrenuser (gauge) | Max normalized CPU children user space for mongodb processes Shown as percent |
mongodb.atlas.system.cpu.mongoprocess.max.norm.kernel (gauge) | Max normalized CPU kernel space for mongodb processes Shown as percent |
mongodb.atlas.system.cpu.mongoprocess.max.norm.user (gauge) | Max normalized CPU user space for mongodb processes Shown as percent |
mongodb.atlas.system.cpu.mongoprocess.norm.childrenkernel (gauge) | Normalized CPU children kernel space for mongodb processes Shown as percent |
mongodb.atlas.system.cpu.mongoprocess.norm.childrenuser (gauge) | Normalized CPU children user space for mongodb processes Shown as percent |
mongodb.atlas.system.cpu.mongoprocess.norm.kernel (gauge) | Normalized CPU kernel space for mongodb processes Shown as percent |
mongodb.atlas.system.cpu.mongoprocess.norm.user (gauge) | Normalized CPU user space for mongodb processes Shown as percent |
mongodb.atlas.system.cpu.norm.guest (gauge) | Normalized guest CPU usage for mongodb processes Shown as percent |
mongodb.atlas.system.cpu.norm.iowait (gauge) | Normalized iowait CPU utilization across various processes for a server Shown as percent |
mongodb.atlas.system.cpu.norm.irq (gauge) | Normalized irq CPU utilization across various processes for a server Shown as percent |
mongodb.atlas.system.cpu.norm.kernel (gauge) | Normalized CPU kernel space utilization across various processes for a server Shown as percent |
mongodb.atlas.system.cpu.norm.nice (gauge) | Normalized nice CPU utilization across various processes for a server Shown as percent |
mongodb.atlas.system.cpu.norm.softirq (gauge) | Normalized softirq CPU utilization across various processes for a server Shown as percent |
mongodb.atlas.system.cpu.norm.steal (gauge) | Normalized stolen CPU utilization across various processes for a server Shown as percent |
mongodb.atlas.system.cpu.norm.user (gauge) | Normalized CPU user space utilization across various processes for a server Shown as percent |
mongodb.atlas.system.disk.iops.percentutilization (gauge) | Percentage of time during which requests are being issued to and serviced by the disk partition. Includes requests from all processes not just MongoDB processes Shown as percent |
mongodb.atlas.system.disk.iops.reads (rate) | Read throughput of I/O operations for the disk partition Shown as operation |
mongodb.atlas.system.disk.iops.total (rate) | Total throughput of I/O operations for the disk partition Shown as operation |
mongodb.atlas.system.disk.iops.writes (rate) | Write throughput of I/O operations for the disk partition Shown as operation |
mongodb.atlas.system.disk.latency.reads (rate) | The read latency in milliseconds of the disk partition used by MongoDB Shown as millisecond |
mongodb.atlas.system.disk.latency.writes (rate) | The write latency in milliseconds of the disk partition used by MongoDB Shown as millisecond |
mongodb.atlas.system.disk.max.iops.percentutilization (gauge) | The maximum Disk Utilization Percent value over the time period specified by the metric granularity Shown as percent |
mongodb.atlas.system.disk.max.iops.reads (rate) | Max read throughput of I/O operations for the disk partition Shown as operation |
mongodb.atlas.system.disk.max.iops.total (rate) | Max total throughput of I/O operations for the disk partition Shown as operation |
mongodb.atlas.system.disk.max.iops.writes (rate) | Max write throughput of I/O operations for the disk partition Shown as operation |
mongodb.atlas.system.disk.max.latency.reads (gauge) | The maximum Disk Read Latency value over the time period specified by the metric granularity Shown as millisecond |
mongodb.atlas.system.disk.max.latency.writes (gauge) | The maximum Disk Write Latency value over the time period specified by the metric granularity Shown as millisecond |
mongodb.atlas.system.disk.max.queuedepth (gauge) | Max length of the queue of requests issued to the disk partition Shown as operation |
mongodb.atlas.system.disk.max.space.free (gauge) | Max free disk space on the disk partition Shown as byte |
mongodb.atlas.system.disk.max.space.percentfree (gauge) | Max percentage of free disk space on the disk partition Shown as percent |
mongodb.atlas.system.disk.max.space.percentused (gauge) | Max percentage of used disk space on the disk partition Shown as percent |
mongodb.atlas.system.disk.max.space.used (gauge) | Max used disk space on the disk partition Shown as byte |
mongodb.atlas.system.disk.queuedepth (gauge) | Average length of the queue of requests issued to the disk partition Shown as operation |
mongodb.atlas.system.disk.space.free (gauge) | Free disk space on the disk partition Shown as byte |
mongodb.atlas.system.disk.space.percentfree (gauge) | Percentage of free disk space on the disk partition Shown as percent |
mongodb.atlas.system.disk.space.percentused (gauge) | Percentage of used disk space on the disk partition Shown as percent |
mongodb.atlas.system.disk.space.used (gauge) | Used disk space on the disk partition Shown as byte |
mongodb.atlas.system.memory.available (gauge) | Physical memory available in kilobytes Shown as kilobyte |
mongodb.atlas.system.memory.max.available (gauge) | Maximum physical memory available in kilobytes Shown as kilobyte |
mongodb.atlas.system.memory.max.used (gauge) | Maximum physical memory used in kilobytes Shown as kilobyte |
mongodb.atlas.system.memory.used (gauge) | Physical memory used in kilobytes Shown as kilobyte |
mongodb.atlas.system.network.bytes.in (rate) | The average rate of physical bytes received per second Shown as byte |
mongodb.atlas.system.network.bytes.out (rate) | The average rate of physical bytes transmitted per second Shown as byte |
mongodb.atlas.system.network.max.bytes.in (gauge) | The maximum Network Bytes In value over the time period specified by the metric granularity Shown as byte |
mongodb.atlas.system.network.max.bytes.out (gauge) | The maximum Network Bytes Out value over the time period specified by the metric granularity Shown as byte |
mongodb.atlas.wiredtiger.cache.bytes_currently_in_cache (gauge) | Number of bytes currently in the WiredTiger cache Shown as byte |
mongodb.atlas.wiredtiger.cache.bytes_read_into_cache (rate) | Average rate of bytes per second read into WiredTiger’s cache Shown as byte |
mongodb.atlas.wiredtiger.cache.bytes_written_from_cache (rate) | Average rate of bytes per second written from WiredTiger’s cache Shown as byte |
mongodb.atlas.wiredtiger.cache.tracked_dirty_bytes_in_cache (gauge) | Number of tracked dirty bytes currently in the WiredTiger cache Shown as byte |
mongodb.atlas.wiredtiger.concurrenttransactions.read.available (gauge) | Number of available read operations allowed into the storage engine Shown as operation |
mongodb.atlas.wiredtiger.concurrenttransactions.write.available (gauge) | Number of available write operations allowed into the storage engine Shown as operation |
mongodb.atlas.connections.active (gauge) | The number of active client connections to the database server Shown as connection |
mongodb.atlas.connections.total (rate) | The rate of total connections created to the database server Shown as connection |
mongodb.atlas.queues.ingressSessionEstablishment.addedToQueue (rate) | The rate of connection requests added to the ingress session establishment queue Shown as request |
mongodb.atlas.queues.ingressSessionEstablishment.removedFromQueue (rate) | The rate of connection requests removed from the ingress session establishment queue Shown as request |
mongodb.atlas.queues.ingressSessionEstablishment.rejectedAdmissions (rate) | The rate at which connection requests are rejected by the ingress session establishment rate limiter Shown as request |
mongodb.atlas.queues.ingressSessionEstablishment.successfulAdmissions (rate) | The rate at which connection requests successfully pass through the ingress session establishment rate limiter Shown as request |
mongodb.atlas.queues.ingressSessionEstablishment.interruptedInQueue (rate) | The rate at which connection requests are interrupted while waiting in the ingress session establishment queue Shown as request |
mongodb.atlas.transactions.currentActive (gauge) | The number of active transactions on this server Shown as transaction |
mongodb.atlas.transactions.currentOpen (gauge) | The number of open transactions on this server Shown as transaction |
mongodb.atlas.transactions.totalStarted (rate) | The rate of transactions started on this server Shown as transaction |
mongodb.atlas.transactions.totalAborted (rate) | The rate of transactions aborted on this server Shown as transaction |
mongodb.atlas.transactions.totalCommitted (rate) | The rate of transactions committed on this server Shown as transaction |
mongodb.atlas.transactions.totalPrepared (rate) | The rate of transactions that have entered the prepared state on this server Shown as transaction |
mongodb.atlas.transactions.commitTypes.twoPhaseCommit.initiated (rate) | The rate at which cross-shard two-phase commit transactions are initiated Shown as transaction |
mongodb.atlas.transactions.commitTypes.twoPhaseCommit.successful (rate) | The rate at which cross-shard two-phase commit transactions are successfully committed Shown as transaction |
mongodb.atlas.metrics.cursor.open.singleTarget (gauge) | The number of open cursors that target a single shard Shown as cursor |
mongodb.atlas.metrics.cursor.open.multiTarget (gauge) | The number of open cursors that target multiple shards Shown as cursor |
mongodb.atlas.shardingStatistics.numHostsTargeted.find.allShards (rate) | Rate of find operations that targeted all shards Shown as operation |
mongodb.atlas.shardingStatistics.numHostsTargeted.find.manyShards (rate) | Rate of find operations that targeted more than one but not all shards Shown as operation |
mongodb.atlas.shardingStatistics.numHostsTargeted.find.oneShard (rate) | Rate of find operations that targeted exactly one shard Shown as operation |
mongodb.atlas.shardingStatistics.numHostsTargeted.find.unsharded (rate) | Rate of find operations on unsharded collections Shown as operation |
mongodb.atlas.shardingStatistics.numHostsTargeted.insert.allShards (rate) | Rate of insert operations that targeted all shards Shown as operation |
mongodb.atlas.shardingStatistics.numHostsTargeted.insert.manyShards (rate) | Rate of insert operations that targeted more than one but not all shards Shown as operation |
mongodb.atlas.shardingStatistics.numHostsTargeted.insert.oneShard (rate) | Rate of insert operations that targeted exactly one shard Shown as operation |
mongodb.atlas.shardingStatistics.numHostsTargeted.insert.unsharded (rate) | Rate of insert operations on unsharded collections Shown as operation |
mongodb.atlas.shardingStatistics.numHostsTargeted.update.allShards (rate) | Rate of update operations that targeted all shards Shown as operation |
mongodb.atlas.shardingStatistics.numHostsTargeted.update.manyShards (rate) | Rate of update operations that targeted more than one but not all shards Shown as operation |
mongodb.atlas.shardingStatistics.numHostsTargeted.update.oneShard (rate) | Rate of update operations that targeted exactly one shard Shown as operation |
mongodb.atlas.shardingStatistics.numHostsTargeted.update.unsharded (rate) | Rate of update operations on unsharded collections Shown as operation |
mongodb.atlas.shardingStatistics.numHostsTargeted.delete.allShards (rate) | Rate of delete operations that targeted all shards Shown as operation |
mongodb.atlas.shardingStatistics.numHostsTargeted.delete.manyShards (rate) | Rate of delete operations that targeted more than one but not all shards Shown as operation |
mongodb.atlas.shardingStatistics.numHostsTargeted.delete.oneShard (rate) | Rate of delete operations that targeted exactly one shard Shown as operation |
mongodb.atlas.shardingStatistics.numHostsTargeted.delete.unsharded (rate) | Rate of delete operations on unsharded collections Shown as operation |
mongodb.atlas.shardingStatistics.numHostsTargeted.aggregate.allShards (rate) | Rate of aggregate operations that targeted all shards Shown as operation |
mongodb.atlas.shardingStatistics.numHostsTargeted.aggregate.manyShards (rate) | Rate of aggregate operations that targeted more than one but not all shards Shown as operation |
mongodb.atlas.shardingStatistics.numHostsTargeted.aggregate.oneShard (rate) | Rate of aggregate operations that targeted exactly one shard Shown as operation |
mongodb.atlas.shardingStatistics.numHostsTargeted.aggregate.unsharded (rate) | Rate of aggregate operations on unsharded collections Shown as operation |
mongodb.atlas.profiler.totalWrites (rate) | The rate of total writes to profile collections across all databases Shown as operation |
mongodb.atlas.profiler.activeWriters (gauge) | The number of operations writing to a profile collection across all databases Shown as operation |
mongodb.atlas.catalogStats.systemProfile (gauge) | The total number of system.profile collections that exist across all databases on this server Shown as collection |
mongodb.atlas.metrics.queryExecutor.profiler.collectionScans.nonTailable (rate) | The rate of non-tailable cursors opened on a profile collection Shown as operation |
mongodb.atlas.metrics.queryExecutor.profiler.collectionScans.tailable (rate) | The rate of tailable cursors opened on a profile collection Shown as operation |
mongodb.atlas.metrics.queryExecutor.profiler.collectionScans.total (rate) | The total rate of cursors opened on a profile collection Shown as operation |
mongodb.atlas.wiredtiger.cache.pages_read_into_cache (rate) | The rate of pages read into the WiredTiger cache Shown as page |
mongodb.atlas.wiredtiger.cache.pages_requested_from_the_cache (rate) | The rate of pages requested from the WiredTiger cache Shown as page |
mongodb.atlas.wiredtiger.cache.maximum_bytes_configured (gauge) | The maximum number of bytes configured for the WiredTiger cache Shown as byte |
mongodb.atlas.system.disk.throughput.reads (rate) | Disk read throughput in bytes per second for the data partition Shown as byte |
mongodb.atlas.system.disk.throughput.writes (rate) | Disk write throughput in bytes per second for the data partition Shown as byte |