What support does Skywalking have for MongoDB? #7545
-
I found an issue and merge where someone in the community kindly added support for MongoDB My application is using MongoDB and when I add it to Skywalking I see the MongoDB icon in the Topology and I get very simple stats on the DB tab in the UI what exactly does this new feature allow for as I expected either to need to add a sidecar proxy on my mongo pod but it seems to do it out of the box? Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 5 replies
-
The PR you referred was 4 years ago, it added a tracing plugin for MongoDB Java client. |
Beta Was this translation helpful? Give feedback.
-
What do you mean about sidecar? |
Beta Was this translation helpful? Give feedback.
-
The feature is to intercept client side MongoDB driver API calls and generate the topology and metrics, so there is no (MongoDB) server side instrumentation and you don't need sidecar there, it works out of box as long as you add the agent to your services which accessing the db with supported driver version. |
Beta Was this translation helpful? Give feedback.
The feature is to intercept client side MongoDB driver API calls and generate the topology and metrics, so there is no (MongoDB) server side instrumentation and you don't need sidecar there, it works out of box as long as you add the agent to your services which accessing the db with supported driver version.