instana / ruby-sensor

💎 Ruby Distributed Tracing & Metrics Sensor for Instana
https://www.instana.com/
MIT License
26 stars 25 forks source link

Update Rails instrumentation to directly target the underlying libaries #209

Closed hmadison closed 3 years ago

hmadison commented 3 years ago

This cleans up our Rails instrumentation to directly prepend onto the appropriate places. It also updates our ActiveRecord instrumentation to allow for us to handle all database clients which properly conform to the contract set forth by AbstractAdapter.