MongoDB is a NoSQL, web-scale database that allows easy storage and retrieval of arbitrarily-structured documents.
When using the MongoDB integration in the AppSignal for Ruby gem, the MongoDB automated dashboard will appear. This README uses the existing MongoDB documentation as reference.
The following graphs are displayed in this automated dashboard:
The "Throughput" graph shows the amount of queries executed on each MongoDB database.
This graph displays values from the mongodb_query_duration
metric. This graph will show a line for each combination of values of the following metric tags:
- The database that the query was executed on.
The "Query duration" graph shows the 95th percentile and average duration of the queries executed on each MongoDB database.
This graph displays values from the mongodb_query_duration
metric. This graph will show a line for each combination of values of the following metric tags:
- The database that the query was executed on.