Telltale
Report Rails application metrics to OpenTSDB.
Metrics
These numbers are currently reported:
<prefix>.rails.total_time: Total request time in seconds
The default prefix is "telltale" and can be configured with the environment variable TELLTALE_PREFIX.
Tags
The following tags are available for all metrics:
http_status: HTTP Status codecontroller: Name of the controlleraction: Name of the action in the formcontroller_name.action_namehost: Name of the host the Rails app is running onenvironment: The Rails app environmentapp: The application's name
Configuration
Telltale uses the following environment variables for configuration:
TELLTALE_OPENTSDB_HOST: The host to report toTELLTALE_OPENTSDB_PORT: The port opentsdb listens on. Default is 4242TELLTALE_PREFIX: Some prefix for the metric name. Default istelltale