DataDog / dd-agent

Datadog Agent Version 5
https://docs.datadoghq.com/
Other
1.3k stars 812 forks source link

Add a Rails integration #141

Open clutchski opened 12 years ago

clutchski commented 12 years ago

Track page load times, slow queries, etc.

mm53bar commented 11 years ago

This is something that you could wire up using ActiveSupport::Notifications with the datadog statsd gem. I hooked up something last night and added it to a gist. Check it out at https://gist.github.com/4674071

clutchski commented 11 years ago

@mm53bar Very cool. Thanks for letting us know about this.

tonidas commented 10 years ago

This should be the top priority on DataDog!

kkumler commented 9 years ago

@LeoCavaille Is there anything that can be contributed or figured out to move this along more quickly?

jclif commented 9 years ago

:+1:

lgtml commented 9 years ago

Using activeSupport is exactly what I did and it works like a charm, even if you add your own instrumentation.