MongoDB Atlas extension

  • Latest Dynatrace
  • Extension
  • Published Oct 27, 2025

Monitor your SaaS installation of MongoDB (Atlas) remotely.

Monitor your MongoDB Atlas projects via ActiveGate and the MongoDB Atlas Administration API.

Get started

Use cases

For SaaS deployments of MongoDB where the Dynatrace OneAgent cannot be installed. This extension enables insights into the overall health of your Atlas projects, clusters and nodes.

Requirements

Compatibility information

Only compatible with MongoDB Atlas

Activation and setup

Activate the extension in your environment using the in-product Hub. Provide the required configuration settings, such as the project ID and API access keys. Follow the instructions and prompts within the extension settings.

Details

This extension uses the Atlas Administration API to fetch important metrics and metadata for your projects, clusters, and nodes.

DQL and Logs

You can set the extension to fetch important project events as Dynatrace log events.

  • If enabled, all Mongo events are ingested into Dynatrace.

    To learn more about the list of events, see

  • You can specify a comma-separated list of events to collect if you want to ingest only specific event types, for example CREDIT_CARD_ABOUT_TO_EXPIRE, NO_PRIMARY, CPS_SNAPSHOT_FALLBACK_FAILED, NDS_X509_USER_AUTHENTICATION_MANAGED_USER_CERTS_EXPIRATION_CHECK.

All events are ingested as Info severity logs. You can configure log processing rules in Dynatrace to automatically raise this severity for specific event types.

Licensing and cost

The metrics and events collected through this extension consume Dynatrace Davis Data Units (DDUs).

  • The extension monitors all clusters (deployments) within a Mongo Atlas project.
  • Each cluster then has a number of nodes (processes) which is where the metrics are collected from.
  • If you also want to collect disk metrics, then the disk metrics are collected from each node partition.

So, a general formula for the number of metrics would be:

  • Process Metrics (Total = 108): num_process_metrics = Number of projects * Clusters in project * Nodes per Cluster * 108
  • Disk Metrics (Total = 18): num_disk_metrics = Number of projects * Clusters in project * Nodes per Cluster * Partitions per Node * 18
  • Total metrics: Total_metrics = num_process_metrics + num_disk_metrics

You can use the feature sets defined below to enable/disable the collection of specific metric categories.

Feature sets

When activating your extension using monitoring configuration, you can limit monitoring to one of the feature sets. To work properly the extension has to collect at least one metric after the activation.

In highly segmented networks, feature sets can reflect the segments of your environment. Then, when you create a monitoring configuration, you can select a feature set and a corresponding ActiveGate group that can connect to this particular segment.

All metrics that aren't categorized into any feature set are considered to be the default and are always reported.

A metric inherits the feature set of a subgroup, which in turn inherits the feature set of a group. Also, the feature set defined on the metric level overrides the feature set defined on the subgroup level, which in turn overrides the feature set defined on the group level.

database-count
Metric nameMetric keyDescription
mongo.atlas.DATABASE_COLLECTION_COUNT
mongo.atlas.DATABASE_INDEX_COUNT
mongo.atlas.DATABASE_EXTENT_COUNT
mongo.atlas.DATABASE_OBJECT_COUNT
mongo.atlas.DATABASE_VIEW_COUNT
process-network
Metric nameMetric keyDescription
NETWORK_BYTES_INmongo.atlas.NETWORK_BYTES_INMongoDB process incoming network throughput, in bytes per second.
NETWORK_BYTES_OUTmongo.atlas.NETWORK_BYTES_OUTMongoDB process outgoing network throughput, in bytes per second.
NETWORK_NUM_REQUESTSmongo.atlas.NETWORK_NUM_REQUESTSThe total number of distinct requests that the MongoDB process has received.
system-memory
Metric nameMetric keyDescription
SYSTEM_MEMORY_USEDmongo.atlas.SYSTEM_MEMORY_USEDPhysical memory used, in bytes
SYSTEM_MEMORY_AVAILABLEmongo.atlas.SYSTEM_MEMORY_AVAILABLEPhysical memory available, in bytes
SYSTEM_MEMORY_FREEmongo.atlas.SYSTEM_MEMORY_FREEPhysical memory free, in bytes
MAX_SYSTEM_MEMORY_USEDmongo.atlas.MAX_SYSTEM_MEMORY_USEDMAX Physical memory used, in bytes
MAX_SYSTEM_MEMORY_AVAILABLEmongo.atlas.MAX_SYSTEM_MEMORY_AVAILABLEMAX Physical memory available, in bytes
MAX_SYSTEM_MEMORY_FREEmongo.atlas.MAX_SYSTEM_MEMORY_FREEMAX Physical memory free, in bytes
process-index
Metric nameMetric keyDescription
INDEX_COUNTERS_BTREE_ACCESSESmongo.atlas.INDEX_COUNTERS_BTREE_ACCESSESNumber of index btree ACCESSES.
INDEX_COUNTERS_BTREE_HITSmongo.atlas.INDEX_COUNTERS_BTREE_HITSNumber of index btree HITS.
INDEX_COUNTERS_BTREE_MISS_RATIOmongo.atlas.INDEX_COUNTERS_BTREE_MISS_RATIOindex btree miss ratio
INDEX_COUNTERS_BTREE_MISSESmongo.atlas.INDEX_COUNTERS_BTREE_MISSESNumber of index btree MISSES.
process-document
Metric nameMetric keyDescription
DOCUMENT_METRICS_DELETEDmongo.atlas.DOCUMENT_METRICS_DELETEDAverage rate of documents DELETED.
DOCUMENT_METRICS_INSERTEDmongo.atlas.DOCUMENT_METRICS_INSERTEDAverage rate of documents INSERTED.
DOCUMENT_METRICS_RETURNEDmongo.atlas.DOCUMENT_METRICS_RETURNEDAverage rate of documents RETURNED.
DOCUMENT_METRICS_UPDATEDmongo.atlas.DOCUMENT_METRICS_UPDATEDAverage rate of documents UPDATED.
process-op-execution
Metric nameMetric keyDescription
OP_EXECUTION_TIME_COMMANDSmongo.atlas.OP_EXECUTION_TIME_COMMANDSThe average execution time in milliseconds per command operation over the selected sample period.
OP_EXECUTION_TIME_READSmongo.atlas.OP_EXECUTION_TIME_READSThe average execution time in milliseconds per read operation over the selected sample period.
OP_EXECUTION_TIME_WRITESmongo.atlas.OP_EXECUTION_TIME_WRITESThe average execution time in milliseconds per write operation over the selected sample period.
process-cache
Metric nameMetric keyDescription
CACHE_BYTES_READ_INTOmongo.atlas.CACHE_BYTES_READ_INTORead - Amount of bytes in the WiredTiger storage engine cache
CACHE_BYTES_WRITTEN_FROMmongo.atlas.CACHE_BYTES_WRITTEN_FROMWrite - Amount of bytes in the WiredTiger storage engine cache
CACHE_DIRTY_BYTESmongo.atlas.CACHE_DIRTY_BYTESAmount of dirty bytes in the WiredTiger storage engine cache
CACHE_USED_BYTESmongo.atlas.CACHE_USED_BYTESAmount of used bytes in the WiredTiger storage engine cache
process-ticket
Metric nameMetric keyDescription
TICKETS_AVAILABLE_READSmongo.atlas.TICKETS_AVAILABLE_READSThe number of read tickets available to the WiredTiger storage engine.
TICKETS_AVAILABLE_WRITEmongo.atlas.TICKETS_AVAILABLE_WRITEThe number of write tickets available to the WiredTiger storage engine.
process-journal
Metric nameMetric keyDescription
JOURNALING_COMMITS_IN_WRITE_LOCKmongo.atlas.JOURNALING_COMMITS_IN_WRITE_LOCKNumber of journaling COMMIT operations.
JOURNALING_MBmongo.atlas.JOURNALING_MB
JOURNALING_WRITE_DATA_FILES_MBmongo.atlas.JOURNALING_WRITE_DATA_FILES_MB
process-other
Metric nameMetric keyDescription
BACKGROUND_FLUSH_AVGmongo.atlas.BACKGROUND_FLUSH_AVGAmount of data flushed in the background.
RESTARTS_IN_LAST_HOURmongo.atlas.RESTARTS_IN_LAST_HOURNumber of times the host restarted within the previous hour.
OPERATIONS_SCAN_AND_ORDERmongo.atlas.OPERATIONS_SCAN_AND_ORDERThe total number of queries that return sorted data that cannot perform the sort operation using an index.
EXTRA_INFO_PAGE_FAULTSmongo.atlas.EXTRA_INFO_PAGE_FAULTSThe total number of page faults
process-cpu
Metric nameMetric keyDescription
PROCESS_NORMALIZED_CPU_CHILDREN_KERNELmongo.atlas.PROCESS_NORMALIZED_CPU_CHILDREN_KERNELChildren Kernel CPU usage scaled to a range of 0% to 100% by dividing by the number of CPU cores.
PROCESS_NORMALIZED_CPU_CHILDREN_USERmongo.atlas.PROCESS_NORMALIZED_CPU_CHILDREN_USERChildren User CPU usage scaled to a range of 0% to 100% by dividing by the number of CPU cores.
PROCESS_NORMALIZED_CPU_KERNELmongo.atlas.PROCESS_NORMALIZED_CPU_KERNELKernel CPU usage scaled to a range of 0% to 100% by dividing by the number of CPU cores.
PROCESS_NORMALIZED_CPU_USERmongo.atlas.PROCESS_NORMALIZED_CPU_USERUser CPU usage scaled to a range of 0% to 100% by dividing by the number of CPU cores.
MAX_PROCESS_NORMALIZED_CPU_CHILDREN_KERNELmongo.atlas.MAX_PROCESS_NORMALIZED_CPU_CHILDREN_KERNELMAX Children Kernel CPU usage scaled to a range of 0% to 100% by dividing by the number of CPU cores.
MAX_PROCESS_NORMALIZED_CPU_CHILDREN_USERmongo.atlas.MAX_PROCESS_NORMALIZED_CPU_CHILDREN_USERMAX Children User CPU usage scaled to a range of 0% to 100% by dividing by the number of CPU cores.
MAX_PROCESS_NORMALIZED_CPU_KERNELmongo.atlas.MAX_PROCESS_NORMALIZED_CPU_KERNELMAX Kernel CPU usage scaled to a range of 0% to 100% by dividing by the number of CPU cores.
MAX_PROCESS_NORMALIZED_CPU_USERmongo.atlas.MAX_PROCESS_NORMALIZED_CPU_USERMAX User CPU usage scaled to a range of 0% to 100% by dividing by the number of CPU cores.
process-connections
Metric nameMetric keyDescription
CONNECTIONSmongo.atlas.CONNECTIONSNumber of connections to a MongoDB process
CURSORS_TOTAL_OPENmongo.atlas.CURSORS_TOTAL_OPENTotal number of cursors for a MongoDB process.
CURSORS_TOTAL_TIMED_OUTmongo.atlas.CURSORS_TOTAL_TIMED_OUTTotal number of cursors that have timed-out for a MongoDB process.
process-global
Metric nameMetric keyDescription
GLOBAL_ACCESSES_NOT_IN_MEMORYmongo.atlas.GLOBAL_ACCESSES_NOT_IN_MEMORY
GLOBAL_LOCK_CURRENT_QUEUE_READERSmongo.atlas.GLOBAL_LOCK_CURRENT_QUEUE_READERSThe number of operations that are currently queued and waiting for the read lock.
GLOBAL_LOCK_CURRENT_QUEUE_TOTALmongo.atlas.GLOBAL_LOCK_CURRENT_QUEUE_TOTALThe total number of operations queued waiting for the lock (readers + writers)
GLOBAL_LOCK_CURRENT_QUEUE_WRITERSmongo.atlas.GLOBAL_LOCK_CURRENT_QUEUE_WRITERSThe number of operations that are currently queued and waiting for the write lock.
GLOBAL_PAGE_FAULT_EXCEPTIONS_THROWNmongo.atlas.GLOBAL_PAGE_FAULT_EXCEPTIONS_THROWN
disk-latency
Metric nameMetric keyDescription
DISK_PARTITION_LATENCY_READmongo.atlas.DISK_PARTITION_LATENCY_READRead Latency of the disk partition that hosts MongoDB.
DISK_PARTITION_LATENCY_WRITEmongo.atlas.DISK_PARTITION_LATENCY_WRITEWrite Latency of the disk partition that hosts MongoDB.
MAX_DISK_PARTITION_LATENCY_READmongo.atlas.MAX_DISK_PARTITION_LATENCY_READMAX Read Latency of the disk partition that hosts MongoDB.
MAX_DISK_PARTITION_LATENCY_WRITEmongo.atlas.MAX_DISK_PARTITION_LATENCY_WRITEMAX Write Latency of the disk partition that hosts MongoDB.
process-opcounters
Metric nameMetric keyDescription
OPCOUNTER_CMDmongo.atlas.OPCOUNTER_CMDRate of database operations on a MongoDB process since the process last started
OPCOUNTER_DELETEmongo.atlas.OPCOUNTER_DELETERate of database DELETE operations on a MongoDB process since the process last started
OPCOUNTER_GETMOREmongo.atlas.OPCOUNTER_GETMORERate of database GETMORE operations on a MongoDB process since the process last started
OPCOUNTER_INSERTmongo.atlas.OPCOUNTER_INSERTRate of database INSERT operations on a MongoDB process since the process last started
OPCOUNTER_QUERYmongo.atlas.OPCOUNTER_QUERYRate of database QUERY operations on a MongoDB process since the process last started
OPCOUNTER_UPDATEmongo.atlas.OPCOUNTER_UPDATERate of database UPDATE operations on a MongoDB process since the process last started
OPCOUNTER_REPL_CMDmongo.atlas.OPCOUNTER_REPL_CMDRate of database operations on MongoDB secondaries
OPCOUNTER_REPL_UPDATEmongo.atlas.OPCOUNTER_REPL_UPDATERate of database UPDATE operations on MongoDB secondaries
OPCOUNTER_REPL_DELETEmongo.atlas.OPCOUNTER_REPL_DELETERate of database DELETE operations on MongoDB secondaries
OPCOUNTER_REPL_INSERTmongo.atlas.OPCOUNTER_REPL_INSERTRate of database INSERT operations on MongoDB secondaries
process-query
Metric nameMetric keyDescription
QUERY_EXECUTOR_SCANNEDmongo.atlas.QUERY_EXECUTOR_SCANNEDAverage rate per second to scan index items during queries and query-plan evaluations.
QUERY_EXECUTOR_SCANNED_OBJECTSmongo.atlas.QUERY_EXECUTOR_SCANNED_OBJECTSAverage rate of documents scanned per second during queries and query-plan evaluations.
QUERY_TARGETING_SCANNED_OBJECTS_PER_RETURNEDmongo.atlas.QUERY_TARGETING_SCANNED_OBJECTS_PER_RETURNEDRatio of the number of documents scanned to the number of documents returned.
QUERY_TARGETING_SCANNED_PER_RETURNEDmongo.atlas.QUERY_TARGETING_SCANNED_PER_RETURNEDRatio of the number of index items scanned to the number of documents returned.
full-text-search
Metric nameMetric keyDescription
FTS_DISK_UTILIZATIONmongo.atlas.FTS_DISK_UTILIZATIONTotal bytes of disk space that search processes use.
FTS_MEMORY_MAPPEDmongo.atlas.FTS_MEMORY_MAPPEDTotal bytes of mapped memory that search processes occupy.
FTS_MEMORY_RESIDENTmongo.atlas.FTS_MEMORY_RESIDENTTotal bytes of resident memory that search processes occupy.
FTS_MEMORY_VIRTUALmongo.atlas.FTS_MEMORY_VIRTUALTotal bytes of virtual memory that search processes occupy.
FTS_PROCESS_NORMALIZED_CPU_KERNELmongo.atlas.FTS_PROCESS_NORMALIZED_CPU_KERNELPercentage of time that the CPU spent servicing operating system calls for the search process.
FTS_PROCESS_NORMALIZED_CPU_USERmongo.atlas.FTS_PROCESS_NORMALIZED_CPU_USERPercentage of time that the CPU spent servicing user calls for the search process.
process-memory
Metric nameMetric keyDescription
COMPUTED_MEMORYmongo.atlas.COMPUTED_MEMORYAmount of COMPUTED process memory, in mebibytes (MiB)
MEMORY_RESIDENTmongo.atlas.MEMORY_RESIDENTAmount of RESIDENT process memory, in mebibytes (MiB)
MEMORY_VIRTUALmongo.atlas.MEMORY_VIRTUALAmount of VIRTUAL process memory, in mebibytes (MiB)
MEMORY_MAPPEDmongo.atlas.MEMORY_MAPPEDAmount of MAPPED process memory, in mebibytes (MiB)
DB_DATA_SIZE_TOTALmongo.atlas.DB_DATA_SIZE_TOTALTotal On-disk data size - dbstats
DB_STORAGE_TOTALmongo.atlas.DB_STORAGE_TOTALTotal On-disk storage size - dbstats
SWAP_USAGE_FREEmongo.atlas.SWAP_USAGE_FREETotal amount of swap space free.
SWAP_USAGE_USEDmongo.atlas.SWAP_USAGE_USEDTotal amount of swap space in use.
MAX_SWAP_USAGE_FREEmongo.atlas.MAX_SWAP_USAGE_FREEMAX amount of swap space free.
MAX_SWAP_USAGE_USEDmongo.atlas.MAX_SWAP_USAGE_USEDMAX amount of swap space in use.
disk-space
Metric nameMetric keyDescription
DISK_PARTITION_SPACE_PERCENT_USEDmongo.atlas.DISK_PARTITION_SPACE_PERCENT_USEDThe percentage of disk used on the disk partition used by MongoDB.
DISK_PARTITION_SPACE_PERCENT_FREEmongo.atlas.DISK_PARTITION_SPACE_PERCENT_FREEThe percentage of disk free on the disk partition used by MongoDB.
DISK_PARTITION_SPACE_USEDmongo.atlas.DISK_PARTITION_SPACE_USEDAmount of disk space used in Bytes, on the disk partition used by MongoDB.
DISK_PARTITION_SPACE_FREEmongo.atlas.DISK_PARTITION_SPACE_FREEAmount of disk space free in Bytes, on the disk partition used by MongoDB.
MAX_DISK_PARTITION_SPACE_PERCENT_USEDmongo.atlas.MAX_DISK_PARTITION_SPACE_PERCENT_USEDMAX The percentage of disk used on the disk partition used by MongoDB.
MAX_DISK_PARTITION_SPACE_PERCENT_FREEmongo.atlas.MAX_DISK_PARTITION_SPACE_PERCENT_FREEMAX The percentage of disk free on the disk partition used by MongoDB.
MAX_DISK_PARTITION_SPACE_USEDmongo.atlas.MAX_DISK_PARTITION_SPACE_USEDMAX Amount of disk space used in Bytes, on the disk partition used by MongoDB.
MAX_DISK_PARTITION_SPACE_FREEmongo.atlas.MAX_DISK_PARTITION_SPACE_FREEMAX Amount of disk space free in Bytes, on the disk partition used by MongoDB.
system-cpu
Metric nameMetric keyDescription
SYSTEM_NORMALIZED_CPU_GUESTmongo.atlas.SYSTEM_NORMALIZED_CPU_GUESTGuest CPU usage of processes on the host scaled to a range of 0 to 100% by dividing by the number of CPU cores.
SYSTEM_NORMALIZED_CPU_KERNELmongo.atlas.SYSTEM_NORMALIZED_CPU_KERNELKernel CPU usage of processes on the host scaled to a range of 0 to 100% by dividing by the number of CPU cores.
SYSTEM_NORMALIZED_CPU_NICEmongo.atlas.SYSTEM_NORMALIZED_CPU_NICECPU usage of processes with a positive nice value, scaled to a range of 0 to 100% by dividing by the number of CPU cores.
SYSTEM_NORMALIZED_CPU_IOWAITmongo.atlas.SYSTEM_NORMALIZED_CPU_IOWAITCPU usage of processes spent waiting for IO operations to complete, scaled to a range of 0 to 100% by dividing by the number of CPU cores.
SYSTEM_NORMALIZED_CPU_IRQmongo.atlas.SYSTEM_NORMALIZED_CPU_IRQCPU usage of harware interrupts, scaled to a range of 0 to 100% by dividing by the number of CPU cores.
SYSTEM_NORMALIZED_CPU_SOFTIRQmongo.atlas.SYSTEM_NORMALIZED_CPU_SOFTIRQCPU usage of software interrupts, scaled to a range of 0 to 100% by dividing by the number of CPU cores.
SYSTEM_NORMALIZED_CPU_STEALmongo.atlas.SYSTEM_NORMALIZED_CPU_STEALThe percentage of time the CPU had something runnable, but the hypervisor chose to run something else, scaled to a range of 0 to 100% by dividing by the number of CPU cores.
SYSTEM_NORMALIZED_CPU_USERmongo.atlas.SYSTEM_NORMALIZED_CPU_USERUser CPU usage of processes on the host scaled to a range of 0 to 100% by dividing by the number of CPU cores
MAX_SYSTEM_NORMALIZED_CPU_GUESTmongo.atlas.MAX_SYSTEM_NORMALIZED_CPU_GUESTMAX Guest CPU usage of processes on the host scaled to a range of 0 to 100% by dividing by the number of CPU cores.
MAX_SYSTEM_NORMALIZED_CPU_KERNELmongo.atlas.MAX_SYSTEM_NORMALIZED_CPU_KERNELMAX Kernel CPU usage of processes on the host scaled to a range of 0 to 100% by dividing by the number of CPU cores.
MAX_SYSTEM_NORMALIZED_CPU_NICEmongo.atlas.MAX_SYSTEM_NORMALIZED_CPU_NICEMAX CPU usage of processes with a positive nice value, scaled to a range of 0 to 100% by dividing by the number of CPU cores.
MAX_SYSTEM_NORMALIZED_CPU_IOWAITmongo.atlas.MAX_SYSTEM_NORMALIZED_CPU_IOWAITMAX CPU usage of processes spent waiting for IO operations to complete, scaled to a range of 0 to 100% by dividing by the number of CPU cores.
MAX_SYSTEM_NORMALIZED_CPU_IRQmongo.atlas.MAX_SYSTEM_NORMALIZED_CPU_IRQMAX CPU usage of harware interrupts, scaled to a range of 0 to 100% by dividing by the number of CPU cores.
MAX_SYSTEM_NORMALIZED_CPU_SOFTIRQmongo.atlas.MAX_SYSTEM_NORMALIZED_CPU_SOFTIRQMAX CPU usage of software interrupts, scaled to a range of 0 to 100% by dividing by the number of CPU cores.
MAX_SYSTEM_NORMALIZED_CPU_STEALmongo.atlas.MAX_SYSTEM_NORMALIZED_CPU_STEALMAX The percentage of time the CPU had something runnable, but the hypervisor chose to run something else, scaled to a range of 0 to 100% by dividing by the number of CPU cores.
MAX_SYSTEM_NORMALIZED_CPU_USERmongo.atlas.MAX_SYSTEM_NORMALIZED_CPU_USERMAX User CPU usage of processes on the host scaled to a range of 0 to 100% by dividing by the number of CPU cores
disk-iops
Metric nameMetric keyDescription
DISK_PARTITION_IOPS_READmongo.atlas.DISK_PARTITION_IOPS_READThroughput of I/O read operations for the disk partition used for MongoDB.
DISK_PARTITION_IOPS_WRITEmongo.atlas.DISK_PARTITION_IOPS_WRITEThroughput of I/O write operations for the disk partition used for MongoDB.
DISK_PARTITION_IOPS_TOTALmongo.atlas.DISK_PARTITION_IOPS_TOTALThroughput of total I/O operations for the disk partition used for MongoDB.
MAX_DISK_PARTITION_IOPS_READmongo.atlas.MAX_DISK_PARTITION_IOPS_READMAX Throughput of I/O read operations for the disk partition used for MongoDB.
MAX_DISK_PARTITION_IOPS_WRITEmongo.atlas.MAX_DISK_PARTITION_IOPS_WRITEMAX Throughput of I/O write operations for the disk partition used for MongoDB.
MAX_DISK_PARTITION_IOPS_TOTALmongo.atlas.MAX_DISK_PARTITION_IOPS_TOTALMAX Throughput of total I/O operations for the disk partition used for MongoDB.
system-network
Metric nameMetric keyDescription
SYSTEM_NETWORK_INmongo.atlas.SYSTEM_NETWORK_INIncoming network throughput in bytes per second.
SYSTEM_NETWORK_OUTmongo.atlas.SYSTEM_NETWORK_OUTOutgoing network throughput in bytes per second.
MAX_SYSTEM_NETWORK_INmongo.atlas.MAX_SYSTEM_NETWORK_INMAX Incoming network throughput in bytes per second.
MAX_SYSTEM_NETWORK_OUTmongo.atlas.MAX_SYSTEM_NETWORK_OUTMAX Outgoing network throughput in bytes per second.
process-oplog
Metric nameMetric keyDescription
OPLOG_MASTER_LAG_TIME_DIFFmongo.atlas.OPLOG_MASTER_LAG_TIME_DIFF
OPLOG_MASTER_TIMEmongo.atlas.OPLOG_MASTER_TIME
OPLOG_RATE_MB_PER_MINmongo.atlas.OPLOG_RATE_MB_PER_MINOplog rate (MB/min) - calculated from Atlas metric OPLOG_RATE_GB_PER_HOUR
OPLOG_SLAVE_LAG_MASTER_TIMEmongo.atlas.OPLOG_SLAVE_LAG_MASTER_TIME
mongo.atlas.OPLOG_REPLICATION_LAG
process-assert
Metric nameMetric keyDescription
ASSERT_MSGmongo.atlas.ASSERT_MSGRate of MSG asserts for a MongoDB process
ASSERT_REGULARmongo.atlas.ASSERT_REGULARRate of REGULAR asserts for a MongoDB process
ASSERT_USERmongo.atlas.ASSERT_USERRate of USER asserts for a MongoDB process
ASSERT_WARNINGmongo.atlas.ASSERT_WARNINGRate of WARNING asserts for a MongoDB process
database-size
Metric nameMetric keyDescription
DATABASE_AVERAGE_OBJECT_SIZEmongo.atlas.DATABASE_AVERAGE_OBJECT_SIZEAverage size of each document in bytes.
DATABASE_DATA_SIZEmongo.atlas.DATABASE_DATA_SIZETotal size of the uncompressed data held in the database.
DATABASE_STORAGE_SIZEmongo.atlas.DATABASE_STORAGE_SIZESum of the disk space allocated to all collections in the database for document storage, including free space.
DATABASE_INDEX_SIZEmongo.atlas.DATABASE_INDEX_SIZESum of the disk space allocated to all indexes in the database, including free index space.
Related tags
DatabasePythonNoSQLMongoDBApplication Observability