Installs and configures the TraceView daemon. Optionally, will install and configure other instrumentation (e.g. Apache, Python, etc.).
Go to TraceView and create an account. An access key, which is provided by TraceView, will be required.
- Debian, Ubuntu
Tested on Ubuntu 10.04.3 LTS (Lucid). RHEL, CentOS, and Fedora are not currently supported, but could be with little effort.
node['traceview']['access_key']
required Your TraceView access key.
node['traceview']['apache2']['trace_mode']
optional Sets when traces should be initiated. Valid values arealways
,through
, andnever
. Defaults toalways
. Morenode['traceview']['apache2']['sampling_rate']
optional The number of requests out of every million that will be traced. Defaults to300000
. More
Includes the traceview::apt
recipe, configures your /etc/tracelytics.conf
, and installs the liboboe0
, liboboe-dev
, tracelyzer
packages.
Installs libapache2-mod-oboe
and configures your /etc/apache2/mods-available/oboe.conf
.
Configures the TraceView repository and installs their packaging key.
Uses pip
to install the oboe
Python package.