Kamon icon indicating copy to clipboard operation
Kamon copied to clipboard

Mongo runCommand is not being instrumented

Open jorkzijlstra opened this issue 4 years ago • 0 comments

In relation to #994, I noticed that the runCommands are not being instrumented, not even in the older 2.8.0 driver.

I was expecting this command to show up in the metrics but it doesn't

    val isServerOk = Document("serverStatus" -> 1, "repl" -> 1)

    mongoDatabase
      .runCommand(isServerOk)

jorkzijlstra avatar Apr 14 '21 15:04 jorkzijlstra