URL monitoring extension for AppDynamics in Ruby

Simple extension for AppDynamics' machine agent to monitor URLs written in Ruby.

REST call monitoring extension for AppDynamics

AppDynamics is platform which allows to monitor many aspects of the application - from user interaction to performance of SQL calls to database. It has nice platform for custom extensions which provides all kind of metrics. Here I'd like to show how to create a custom extension which makes a rest call to some webservice (which provides some interesting metrics about application) and sends them to the AppDynamics controller.