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.

Developer

Free

  • 25,000 API calls per month
  • Unlimited metrics and dashboards
  • 1 user
  • 1 profile

Basic

$24 per month

  • 100,000 API calls per month
  • Unlimited metrics and dashboards
  • 1 user
  • 1 profile
  • Sharing via link

Standard

$49 per month

  • 300,000 API calls per month
  • Unlimited metrics and dashboards
  • 3 users
  • 1 profile
  • Sharing via link and embedding
  • Ability to remove StatsMix branding from sharing

Pro

$99 per month

  • 1,000,000 API calls per month
  • Unlimited metrics and dashboards
  • 5 users
  • 2 profiles
  • Sharing via link and embedding
  • Full control of branding including CSS and custom domains.

Premium

$199 per month

  • 3,000,000 API calls per month
  • Unlimited metrics and dashboards
  • 10 users
  • 3 profiles
  • Sharing via link and embedding
  • Full control of branding including CSS and custom domains.

Enterprise

$499 per month

  • 8,000,000 API calls per month
  • Unlimited metrics and dashboards
  • 25 users
  • 6 profiles
  • Sharing via link and embedding
  • Full control of branding including CSS and custom domains.

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"}})

Please log in if you would like to set up the service.