| mongodb.version | Version of MongoDB server. | String |
| mongodb.commits | Total number of commits. | Count |
| mongodb.cache.size.bytes | Cache size in bytes. | Bytes |
| mongodb.dirty.cache.size.bytes | Dirty cache size in bytes. | Bytes |
| mongodb.cache.read.size.bytes | Amount of data read from cache in bytes. | Bytes |
| mongodb.cache.write.size.bytes | Amount of data written to cache in bytes. | Bytes |
| mongodb.pages.read | Total pages read. | Count |
| mongodb.pages.write | Total pages written. | Count |
| mongodb.pages.requested | Total page requests. | Count |
| mongodb.pages.evicted | Total pages evicted from cache. | Count |
| mongodb.page.faults | Number of page faults. | Count |
| mongodb.cache.configured.size.bytes | Configured cache size in bytes. | Bytes |
| mongodb.available.connections | Number of available connections. | Count |
| mongodb.used.connections | Number of used connections. | Count |
| mongodb.created.connections | Total created connections. | Count |
| mongodb.network.in.bytes | Incoming network bytes. | Bytes |
| mongodb.network.out.bytes | Outgoing network bytes. | Bytes |
| mongodb.network.requests | Number of network requests. | Count |
| mongodb.read.latency.ms | Average read latency. | Milliseconds |
| mongodb.write.latency.ms | Average write latency. | Milliseconds |
| mongodb.read.response.time.ms | Average read response time. | Milliseconds |
| mongodb.write.response.time.ms | Average write response time. | Milliseconds |
| mongodb.insert.operations.rate | Insert operations per second. | Count |
| mongodb.query.operations.rate | Query operations per second. | Count |
| mongodb.update.operations.rate | Update operations per second. | Count |
| mongodb.delete.operations.rate | Delete operations per second. | Count |
| mongodb.getmore.operations.rate | GetMore operations per second. | Count |
| mongodb.operations.rate | Overall operations per second. | Count |
| mongodb.virtual.memory.bytes | Virtual memory in use. | Bytes |
| mongodb.resident.memory.bytes | Resident memory in use. | Bytes |
| mongodb.global.lock.queue | Total global lock queue length. | Count |
| mongodb.global.read.lock.queue | Read lock queue length. | Count |
| mongodb.global.write.lock.queue | Write lock queue length. | Count |
| mongodb.global.lock.active.clients | Total active clients holding locks. | Count |
| mongodb.global.read.lock.active.clients | Active clients with read locks. | Count |
| mongodb.global.write.lock.active.clients | Active clients with write locks. | Count |
| mongodb.assert.regular | Number of regular assertions. | Count |
| mongodb.assert.warning | Number of warning assertions. | Count |
| mongodb.assert.messages | Number of assertion messages. | Count |
| mongodb.assert.user | Number of user assertions. | Count |
| mongodb.timed.out.cursors | Number of timed-out cursors. | Count |
| mongodb.db.read.lock | Database-level read lock. | Count |
| mongodb.db.write.lock | Database-level write lock. | Count |
| mongodb.global.read.lock | Global read lock count. | Count |
| mongodb.global.write.lock | Global write lock count. | Count |
| mongodb.db.write.conflicts | Write conflicts at database level. | Count |
| mongodb.db.operation.scan | Number of scanned operations. | Count |
| mongodb.inserted.documents | Total documents inserted. | Count |
| mongodb.deleted.documents | Total documents deleted. | Count |
| mongodb.returned.documents | Total documents returned. | Count |
| mongodb.matched.documents | Total documents matched. | Count |
| mongodb.examined.index | Total index entries examined. | Count |
| mongodb.examined.documents | Total documents examined. | Count |
| mongodb.colscan.queries | Number of collection scan queries. | Count |