Supported Versions
- 1.0 and above.
Installation steps
Add the Atatus agent gem to your Gemfile.
copygem 'atatus'
Install the Atatus Ruby agent.
copybundle install
Add the license key and application name to config.ru file.
copyrequire 'sinatra/base' require 'atatus' class MySinatraApp < Sinatra::Base use Atatus::Middleware # ... end Atatus.start(license_key: 'YOUR_LICENSE_KEY', app_name: 'YOUR_APP_NAME')
Restart your Sinatra ruby server to view your performance data within minutes.