Граф коммитов

138 Коммитов

Автор SHA1 Сообщение Дата
Alain Jobart bd94b0e948 Adding comments to some methods. 2014-06-10 10:14:38 -07:00
Alain Jobart ba52d2ce4c Adding stats.MapCounters, similar to MapTimings.
Using it in vtgate error counting.
2014-06-10 09:57:28 -07:00
Alain Jobart 291dbea3a0 Adding more granular stats, using them in vtgate.
The Timings stats collection only had one dimensional
keys, now adding one that supports multi-dimentional keys.
Using it in vtgate for incoming and outgoing stats collection.
2014-06-09 11:52:01 -07:00
David Symonds dcc88cd329 Fix dependence on map iteration order.
Go map iteration order is undefined, and the upcoming Go 1.3 release makes it more random.
2014-05-29 16:21:03 +10:00
Liang Guo 254286caf6 Remove false warnings in vttablet 2013-10-24 14:15:56 -07:00
Liang Guo f0e2e5643f Update vttablet vars 2013-09-12 17:13:43 -07:00
Liang Guo d0092b04f0 Export memcache stats, table stats and query stats through stats package. 2013-09-08 22:22:52 -07:00
Liang Guo d14606511e Export memcache stats, table level stats, and query level stats through stats package 2013-09-05 14:21:13 -07:00
Liang Guo 2ed2a83699 Export Memcache internal stats through stats package. 2013-09-03 17:00:43 -07:00
Liang Guo 637442ea0d Merge branch 'master' into varz 2013-08-28 17:20:19 -07:00
Liang Guo 2ef617cff1 Publish states through stats package 2013-08-28 16:56:40 -07:00
Sugu Sougoumarane 420b981173 switch to a more strict register scheme 2013-08-26 17:10:10 -07:00
Sugu Sougoumarane ad9c67d954 fix race condition in vars creation vs Register. 2013-08-26 16:06:31 -07:00
Liang Guo 5548c72925 Merge branch 'master' into varz
Conflicts:
	test/resharding.py
2013-08-26 14:48:23 -07:00
Sugu Sougoumarane 4e151cf21e timings bug fix for TotalTime 2013-08-25 11:33:23 -07:00
Liang Guo 1855c26fe3 States publishes its current state as standalone Var 2013-08-23 17:21:08 -07:00
Sugu Sougoumarane b89eeaefc4 Voltron expvar exported as individual vars 2013-08-12 01:47:35 -07:00
Sugu Sougoumarane 217b2e3061 stats: change states to int64 2013-08-11 18:37:28 -07:00
Sugu Sougoumarane 0fac9bf44a stats: Add support for func based export vars. 2013-08-11 17:49:24 -07:00
Sugu Sougoumarane 067f1ff9ca bug fix: timings.Histograms signature. 2013-08-11 00:45:34 -07:00
Sugu Sougoumarane 76201bacb9 stats: tweak states for easier export 2013-08-10 23:28:41 -07:00
Sugu Sougoumarane 1e588f3138 bug fix & test for histogram labels. 2013-08-10 22:13:31 -07:00
Sugu Sougoumarane 8dfe12cf37 Export histogram labels as methods. 2013-08-10 22:05:20 -07:00
Sugu Sougoumarane 9ea71f7e1d stats: bug fixes & tweaks on expvar.Publish 2013-08-10 17:36:32 -07:00
Sugu Sougoumarane 7bb3bb7ea3 Native support for Int, Float, String (add Get) 2013-08-09 16:33:00 -07:00
Alain Jobart e0debcfdb5 Fixing flaky test. 2013-08-06 12:24:51 -07:00
Sugu Sougoumarane 08edcb2456 Prep work for alternate ways to export variables, and more comments and
tests.
2013-08-05 01:23:26 -07:00
Sugu Sougoumarane 85fd9dff0f selflessness and atomic normalization 2013-04-10 15:43:10 -07:00
Mike Solomon 81e550ad3e move handy atomic macros to sync2 2013-03-07 19:18:45 -08:00
Alain Jobart 753b4af2ea Logging query engine state transitions, and using new atomic class.
LGTM Sugu.
2013-02-25 16:35:00 -08:00
Alain Jobart aca461d2af Better pattern for atomic.Int32. Using it in zkocc only for now.
LGTM Mike & Sugu.
2013-02-14 14:23:20 -08:00
Alain Jobart 0cf54deba6 Now also count state transitions in stats.States.
LGTM Mike.
2012-12-26 16:50:09 -08:00
Alain Jobart d3feb974e8 Adding a simple way to report States to debug/vars, using it for
sql engine status, zk conn in vttablet, zkocc->zk conns.

LGTM Mike.
2012-12-26 15:41:42 -08:00
Ric Szopa 02115e7048 Change the license notice to be shorter and refer to the license file. 2012-06-07 11:55:06 -07:00
Sugu Sougoumarane e2e3e0ef00 copyright deviolation 2012-04-01 21:58:56 -07:00
Sugu Sougoumarane a082e88409 updated to go's new build system and weekly.2012-03-04 2012-03-11 17:53:40 -07:00
Sugu Sougoumarane 2899c45aea tabletserver: big change. Fix all unprotected reads, standardize APIs and naming conventions. 2012-03-08 15:13:53 -08:00
Sugu Sougoumarane 72a862e6b3 initial source code check-in. 2012-02-24 23:30:03 -08:00