MongoDB
This feature requires AppSignal for Node.js version 3.0.0 or higher.
This feature requires MongoDB version 3.3 or higher.
The AppSignal for Node.js integration for MongoDB v3.3+.
Installation
The MongoDB client library is instrumented automatically by the AppSignal for Node.js package. No additional setup is required to instrument MongoDB in your application.
Features
The MongoDB integration will send AppSignal a child span for each operation performed. The child span represents the duration of the query, and the name of the span contains the name of the collection queried and the operation that was performed. The body of the span contains a sanitised representation of the MongoDB query.