TCellAgent Build Status

TCell Agent - Instruments Rails & Sinatra

Installation

Download the GEM file and unpack it:

$ curl -O https://s3-us-west-2.amazonaws.com/tcell-agent-download/duvm4dj/tcell_agent-0.2.0.gem

In your rails directory

$ mv tcell_agent-0.2.0.gem vendor/cache/
$ bundle install

Add this line to your application's Gemfile:

gem 'tcell_agent', '0.2.0'

or if you're using the repository directly.

gem "tcell_agent", :path => "<path to your tcell_agent repo>"

And then execute:

$ bundle

Usage

You can download the config file from the Agents section of the application then move it to the config directory

$ cp ~/Downloads/tcell_agent.config config/

Or run the helper command

$ bundle exec tcell_agent setup

Or if running from the repo:

$ bundle exec <path to repo>/rubyagent-tcell/bin/tcell_agent