StatsMix beta
StatsMix makes it easy to track, chart, and share business and application metrics on custom dashboards. Our Engine Yard integration provides easy tracking of any event or action in your application with just a few lines of code.
- Track any action or event in your application
- Visualize all your metrics as customizable dashboards and charts
- Share metrics and dashboards via email, public URLs, or embedding
- Set alerts on any metric to stay informed
Our free developer plan allows you to start tracking metrics in your application immediately. As you grow, our usage-based pricing lets you affordably continue to measure your application metrics.
All paid plans include daily email summaries, unlimited alerts, importing data via CSV, and the ability to add metrics from third-party services.
Follow @statsmix on Twitter for updates or contact us if you need any help.
DeveloperFree |
|
Basic$24 per month |
|
Standard$49 per month |
|
Pro$99 per month |
|
Premium$199 per month |
|
Enterprise$499 per month |
|
add to Gemfile
gem 'statsmix'
gem 'ey_config'
setup StatsMix
StatsMix.api_key = EY::Config.get(:statsmix, 'STATSMIX_API_KEY')
post some metrics (for example)
StatsMix.track("File Uploads", 1, {:meta => {"file type" => "PDF"}})