Profiling Scala application with MongoDB probe

Questions about YourKit Java Profiler
Post Reply
weknin
Posts: 1
Joined: Wed Oct 31, 2018 4:31 pm

Profiling Scala application with MongoDB probe

Post by weknin »

Hi all,
Recently I was trying to profile our application using YourKit and was glad to discover it is working great with scala.
The only problem is that the MongoDB probe does not recognize the requests (which our shown in the "AsyncChannels" events. The MongoDB driver for Scala is a mongo driver for Java in the underlying (Version > 3.6 which should work with the builtin probe)

I am remote profiling from a EC2 server. Would be very useful if it showed events statistics for MongoDB.
Vladimir Kondratyev
Posts: 1624
Joined: Tue Aug 10, 2004 7:52 pm

Re: Profiling Scala application with MongoDB probe

Post by Vladimir Kondratyev »

Please provide code snippet with MongoDB calls that are not handled by probes.

Best regards,
Vladimir Kondratyev
YourKit GmbH
http://www.yourkit.com
"Don't get lost in data, get information!"
Vladimir Kondratyev
Posts: 1624
Joined: Tue Aug 10, 2004 7:52 pm

Re: Profiling Scala application with MongoDB probe

Post by Vladimir Kondratyev »

We supported Scala async driver in 2018.5-b100 EAP https://www.yourkit.com/eap/

Please give it a try.

Best regards,
Vladimir Kondratyev
YourKit GmbH
http://www.yourkit.com
"Don't get lost in data, get information!"
Post Reply