dd-agent icon indicating copy to clipboard operation
dd-agent copied to clipboard

Add mongo slow query log

Open alq666 opened this issue 14 years ago • 6 comments

Don't know whether it's accessible.

alq666 avatar Apr 16 '12 20:04 alq666

@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.

dcrosta avatar Apr 25 '12 04:04 dcrosta

Very cool. Thanks for the pointers.

alq666 avatar Apr 25 '12 04:04 alq666

Sure. Let me know (or @ajdavis) if we can help.

dcrosta avatar Apr 25 '12 04:04 dcrosta

Hey Fabrice & alq!

ajdavis avatar Apr 25 '12 04:04 ajdavis

Sorry for a silly question, but how can I send data from system.profile to datadog?

igorvpcleao avatar Jan 10 '17 20:01 igorvpcleao

Really interested on this !

treezio avatar Mar 06 '19 16:03 treezio