It gathers performance metrics about MongoDB
database service. Features:
- Connection usage.
- Page faults per second.
- Mapped memory.
- Service status.
To configure the addons we only need to set the IP and port that MongoDB listens to:
- Please, setup the IP address on which the server is to listen for connections from client applications. Default value is 127.0.0.1
- Please, setup the PORT where the server listens on. Default value is 27017.