tom-dalton-fanduel / fdjangodog

A simple Django middleware for submitting timings and exceptions to Datadog.
Other
11 stars 3 forks source link

memory usage middleware? #9

Open AlJohri opened 7 years ago

AlJohri commented 7 years ago

seems like you might be able to integrate the memory usage middleware from here: https://github.com/krmboya/dj-datadog

tom-dalton-fanduel commented 7 years ago

I'd be happy to accept a PR that adds the memory use stats directly into FDjangoDogMiddleware. I can't think of any reason anyone would explicitly want to turn that off if it was there.

tom-dalton-fanduel commented 7 years ago

I've had a bash at this on #12 - can you let me know what you think?