Commit Graph

  • e0b80e8964 Retire stackforge/tomograph master Monty Taylor 2015-10-17 16:05:02 -04:00
  • def962c912 Add supporting files Joshua Harlow 2013-11-15 09:43:08 -08:00
  • a8d619c524 make db tracing default to annotations Tim Daly, Jr 2013-07-09 23:37:47 +00:00
  • 0b7f10cac1 add a config option to put sql queries into annotations instead of spans Tim Daly, Jr 2013-07-09 23:26:58 +00:00
  • b135473ba2 plumb configuration options through to scribe sender Tim Daly, Jr 2013-05-15 01:28:27 +00:00
  • af1040acfc mention dimensions and dbapi_error in README Tim Daly, Jr 2013-05-15 01:26:49 +00:00
  • 41de145487 add error handler for dbapi. when there is an exception in the db layer, this handler gets called instead of after_execute. Tim Daly, Jr 2013-05-15 01:23:29 +00:00
  • 6a8b5d59e7 use internal scribe thrift definition Tim Daly, Jr 2013-05-08 17:00:32 +00:00
  • 6804135fcc add dimensional tags ("binary_annotations" in zipkin) Tim Daly, Jr 2013-05-07 20:45:18 +00:00
  • d100b555f8 Merge branch 'master' into public-master Tim Daly, Jr 2013-04-23 01:45:27 +00:00
  • c42249e13d ... Tim Daly, Jr 2013-04-23 01:44:53 +00:00
  • fd86acc9a7 Merge branch 'master' into public-master Tim Daly, Jr 2013-04-23 01:38:00 +00:00
  • 5771d5199b indent code further so markdown formats it as code Tim Daly, Jr 2013-04-23 01:37:33 +00:00
  • f816cfdb5b Merge branch 'master' into public-master Tim Daly, Jr 2013-04-23 01:31:28 +00:00
  • 3ada50c6fd note the glance-registry middleware Tim Daly, Jr 2013-04-23 01:31:11 +00:00
  • e6af169773 Merge branch 'master' into public-master Tim Daly, Jr 2013-04-23 01:27:23 +00:00
  • 8bdfcecf66 set the default zipkin port back to the zipkin one instead of the scribe port, since most folks trying it out for the first time won't be using scribe. Tim Daly, Jr 2013-04-23 01:23:34 +00:00
  • f44d33bb3e document how to set tomograph up with openstack, and add the patches Tim Daly, Jr 2013-04-23 00:31:29 +00:00
  • fa144bfa4f eventlet safety: don't send until we've got the span stack back in a clean state, because sending can context switch. Tim Daly, Jr 2013-04-22 23:50:40 +00:00
  • 88a64b83e9 better error handling in statsd backend Tim Daly, Jr 2013-04-22 20:47:38 +00:00
  • 36f729d795 now that some backends are using eventlet, we actually need to initialize logging twice: once for the regular logging module and once for the eventlet patched one. Tim Daly, Jr 2013-04-22 20:46:18 +00:00
  • 7221f3808d change default statsd host back to 127.0.0.1... Tim Daly, Jr 2013-04-17 01:06:38 +00:00
  • 115654c9ab add option to config.py to toggle db tracing Tim Daly, Jr 2013-04-16 21:49:33 +00:00
  • 024b4ecb1c add sql query to db traces Tim Daly, Jr 2013-04-16 20:16:44 +00:00
  • 64dd6ca751 make the statsdb backend eventlet safe. without the lock, you get multiple concurrent write errors. Tim Daly, Jr 2013-04-16 19:47:46 +00:00
  • 7c98c7fea1 fix overflow in port number Tim Daly, Jr 2013-04-12 18:21:13 +00:00
  • 87249584a6 less buggy and faster way of converting IP address to signed int, also means we don't need IPy. Tim Daly, Jr 2013-04-12 01:54:27 +00:00
  • c3625f5d14 ooops... forgot a file! Tim Daly, Jr 2013-04-12 01:23:52 +00:00
  • 567bbed28d Add more deps Joshua Harlow 2013-04-11 16:10:09 -07:00
  • 31c102591b Add a tools and setup.py files/folders Joshua Harlow 2013-04-10 23:09:30 -07:00
  • 396fed66c0 disable db handlers, update config Tim Daly, Jr 2013-04-10 04:07:43 +00:00
  • 1947238e6c make the statsd backend a little faster, too Tim Daly, Jr 2013-04-05 21:47:51 +00:00
  • 4c7db2f9c1 oops, didn't mean to change this file... Tim Daly, Jr 2013-04-05 20:44:26 +00:00
  • 51ca746b44 speed up zipkin backend, add trivial benchmark Tim Daly, Jr 2013-04-05 20:41:28 +00:00
  • 6142f7037d fix deprecation warning from pack() Tim Daly, Jr 2013-04-04 23:25:58 +00:00
  • 633e247877 add option to config.py to toggle db tracing Tim Daly, Jr 2013-04-16 21:49:33 +00:00
  • 0d6c4c43f9 add sql query to db traces Tim Daly, Jr 2013-04-16 20:16:44 +00:00
  • faf56db3fd make the statsdb backend eventlet safe. without the lock, you get multiple concurrent write errors. Tim Daly, Jr 2013-04-16 19:47:46 +00:00
  • 46106d181a fix overflow in port number Tim Daly, Jr 2013-04-12 18:21:13 +00:00
  • 451b48f54c less buggy and faster way of converting IP address to signed int, also means we don't need IPy. Tim Daly, Jr 2013-04-12 01:54:27 +00:00
  • 7d93f03210 ooops... forgot a file! Tim Daly, Jr 2013-04-12 01:23:52 +00:00
  • cf5efcf78c Merge pull request #3 from harlowja/master timjr 2013-04-11 23:30:54 +00:00
  • 5c06b37f1e Add more deps Joshua Harlow 2013-04-11 16:10:09 -07:00
  • e4a050be80 Merge pull request #2 from harlowja/master timjr 2013-04-11 18:03:54 +00:00
  • 0cda256beb Add a tools and setup.py files/folders Joshua Harlow 2013-04-10 23:09:30 -07:00
  • 3568540c80 disable db handlers, update config Tim Daly, Jr 2013-04-10 04:07:43 +00:00
  • 91e3f9a197 make the statsd backend a little faster, too Tim Daly, Jr 2013-04-05 21:47:51 +00:00
  • cc972d0091 oops, didn't mean to change this file... Tim Daly, Jr 2013-04-05 20:44:26 +00:00
  • 19046112ec speed up zipkin backend, add trivial benchmark Tim Daly, Jr 2013-04-05 20:41:28 +00:00
  • a4a73746af fix deprecation warning from pack() Tim Daly, Jr 2013-04-04 23:25:58 +00:00
  • cfc918bc3d fix screenshot urls more Y.CORP.YAHOO.COM\timjr 2013-02-27 20:24:44 -08:00
  • 0f8c6aa881 fix screenshot urls Y.CORP.YAHOO.COM\timjr 2013-02-27 20:23:39 -08:00
  • 83e650355d improve wording Tim Daly, Jr 2012-11-15 06:29:30 +00:00
  • 609841ee4b Initial commit. Has basic tracing API with zipkin, statsd, and log backends. timjr 2012-10-30 21:32:17 +00:00