Skip to main content

Agents generated by the plugin

The plugin will create an agent for each target database. That agent will contain the following modules

If engine_uptime is activated:

uptimeDisplays the time the MongoDB server has been running since its last reset or startup.

If query_stats is activated:

queries commandNumber of MongoDB queries involving command operations.
queries delete    Number of delete operations performed on the MongoDB database.
queries getmoreNumber of "getmore" operations executed, "getmore" is used to get more results from a query when the results do not fit in a single batch.
queries insertNumber of insert operations performed on the MongoDB database.
queries queryNumber of query operations performed on the MongoDB database.
queries updateNumber of update operations performed on the MongoDB database.

If analyze_connections is activated:

connections availableNumber of available connections on the MongoDB server
connections currentCurrent number of active connections on the MongoDB server
connections totalCreatedTotal number of connections that have been created on the MongoDB server since it was started or restarted.
MONGODB connectionCurrent connection availability

If latency is activated:

commands latencyAverage latency of command type operations in MongoDB.
commands opsTotal number of command type operations performed in MongoDB.
reads latencyAverage latency of read operations in MongoDB.
reads opsTotal number of read operations performed on MongoDB.
writes latencyAverage latency of MongoDB write operations.
writes opsTotal number of write operations performed on MongoDB.

If network is activated:

bytesInTotal number of bytes that have been received by the MongoDB server since it was started or restarted.
bytesOutTotal number of bytes that have been sent by the MongoDB server to clients or applications since it was started or restarted.
numRequestsTotal number of requests that the MongoDB server has received since it was started or restarted.