commit 7873bf80fc0beb4e06e257f5db255b15f3ae8776 Author: Bill Farner Date: Fri Apr 13 18:17:51 2012 -0700 Revert stats backport RB_ID=62635 .../com/twitter/common/stats/StatRegistry.java | 32 ++++++++++++++++++++++ 1 file changed, 32 insertions(+) commit 25c14538374c2f7e1e67ac2aa4bbd5b0ab0f3494 Author: Bill Farner Date: Fri Apr 13 13:06:42 2012 -0700 Backport metrics library into com.twitter.common.stats. RB_ID=61808 .../com/twitter/common/stats/StatRegistry.java | 32 ---------------------- 1 file changed, 32 deletions(-) commit 3298420a57efa2d46ffc2198ab5abb78dac6caf1 Author: Bill Farner Date: Wed Mar 21 10:15:40 2012 -0700 Introduce an interface to abstract TimeSeriesRepositoryImpl from Stats static badness. RB_ID=59197 .../com/twitter/common/stats/StatRegistry.java | 32 ++++++++++++++++++++++ 1 file changed, 32 insertions(+) commit 024adbf9f020fd15005458a7265e0148325e3e6f Author: jsirois Date: Wed May 4 13:15:53 2011 -0600 Squashed commit of the following: commit 32573eac0398b64cf0d2aad0014f50f327af0ea9 Author: William Farner Date: Tue May 3 15:51:45 2011 -0700 [PATCH 1/2] Fix license headers to use non-contributor license. Signed-off-by: jsirois .../src/java/com/twitter/common/stats/RecordingStat.java | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) commit f1fa48ca1b9bbafb3d8def8dc3e34724450a0e22 Author: wfarner Date: Tue Mar 1 09:34:10 2011 -0800 Changing author tags to use full names. Squashed commit of the following: commit fef3560ff62dc781a72ca661d3dbaad36697ca96 Merge: 0a5a567 831edd2 Author: wfarner Date: Tue Mar 1 09:33:31 2011 -0800 Merge branch 'master' of http://git.local.twitter.com/science into uniform_authors_and_todos Conflicts: src/python/mesos/deploy_scheduler.py commit 0a5a567a31e467def7d03ff6d3a62ad636ba9252 Author: wfarner Date: Tue Mar 1 09:30:08 2011 -0800 Fix messed up author tags for Anand. commit ebb655a4f7e9f3e45abec26f647a923c7a3c76ee Author: wfarner Date: Mon Feb 28 16:59:33 2011 -0800 Change checkstyle to match new @author format. commit f54fe2203aca83e2b3024316ca603faef5d5b844 Author: wfarner Date: Mon Feb 28 16:36:50 2011 -0800 Fix author tags in python files. commit 5de2fddf545b039b3be0acb1292a2f04cf82ea2f Author: wfarner Date: Mon Feb 28 16:27:35 2011 -0800 Switch @author and TODO tags to use full names. science/src/java/com/twitter/common/stats/RecordingStat.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 00a57c7f8bc3b9f0d0303939d38d4b22ce18b033 Author: wfarner Date: Mon Feb 28 15:22:48 2011 -0800 Adding license headers to remaining common files. Squashed commit of the following: commit 6cf4a2db6f68fea23d413543d2cc65db85edfcd6 Author: wfarner Date: Mon Feb 28 15:22:01 2011 -0800 Fixed license headers in xml files. commit 4e7a59e3b8a12bafed2321eec3a4f83f04d87bb2 Author: wfarner Date: Mon Feb 28 15:05:32 2011 -0800 Adding license header to tests, checkstyle, and pants launcher. commit 1b665fc8d938b83e49ac79002b50929c2dc2c708 Author: wfarner Date: Mon Feb 28 14:30:17 2011 -0800 Adding license headers to files. .../java/com/twitter/common/stats/RecordingStat.java | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) commit 9b8b502b8df86543545d42eae5faffe0b03430d3 Author: William Farner Date: Fri Sep 17 17:16:37 2010 -0700 Changes after addressing comments in http://reviewboard.local.twitter.com/r/15145/ - Added Random, Sampler, JvmStats. science/src/java/com/twitter/common/stats/RecordingStat.java | 3 +++ 1 file changed, 3 insertions(+) commit 1cdf4854258f793d4f6c5e5765a88b9d830ba29c Author: William Farner Date: Mon Sep 13 09:53:38 2010 -0700 More variable tracking revamp - renamed a bunch of classes, added Percentile. .../java/com/twitter/common/stats/RecordingStat.java | 17 +++++++++++++++++ 1 file changed, 17 insertions(+)