Supported Versions

  • 4.2 and above.

Installation steps

  1. Add the Atatus agent gem to your Gemfile.

    copy
    icon/buttons/copy
    gem 'atatus'
    
  2. Install the Atatus Ruby agent.

    copy
    icon/buttons/copy
    bundle install
    

    The Ruby bundle install will automatically require Atatus.

  3. Create a config/atatus.yml file and add your license key and application name.

    copy
    icon/buttons/copy
    license_key: 'YOUR_LICENSE_KEY'
    app_name: 'YOUR_RUBY_APP_NAME'
    

    Example:

    config/atatus.yml

    license key: 'lic_apm_1e8c9f02ad421c8ffecd95f6cc12fe22'
    app_name: 'Rails Backend'
    
  4. Restart your Rails ruby server to view your performance data within minutes.