Add mongo slow query log
Don't know whether it's accessible.
@alq666 In 2.0+ versions of MongoDB (and when configured by users) there's a slow query collection system.profile within databases that can be efficiently monitored. The main (only) MongoDB log by default contains information on ops > 100ms, but its format is not the easiest to parse, and there's lots of other information mixed in.
Very cool. Thanks for the pointers.
Sure. Let me know (or @ajdavis) if we can help.
Hey Fabrice & alq!
Sorry for a silly question, but how can I send data from system.profile to datadog?
Really interested on this !