July 8, 2011
Following the release of our new StatsMix API yesterday, we’ve also released an official Ruby gem that wraps the API. The gem makes it even easier to track metrics in your Ruby or Rails applications: require ‘statsmix’ StatsMix.api_key = "YOUR API KEY" StatsMix.track(name_of_metric, value = 1, options = {}) The simplicity of the StatsMix gem [...]
Read the full article →
July 7, 2011
Over the past few months, we’ve learned a lot about how companies use StatsMix and implement our API. We’ve seen rapid growth in its usage and had great feedback from developers using our initial version to track both business and application metrics. We’ve now incorporated all of this learning into version two of the StatsMix [...]
Read the full article →