a8d619c524make db tracing default to annotations
Tim Daly, Jr
2013-07-09 23:37:47 +00:00
0b7f10cac1add a config option to put sql queries into annotations instead of spans
Tim Daly, Jr
2013-07-09 23:26:58 +00:00
b135473ba2plumb configuration options through to scribe sender
Tim Daly, Jr
2013-05-15 01:28:27 +00:00
af1040acfcmention dimensions and dbapi_error in README
Tim Daly, Jr
2013-05-15 01:26:49 +00:00
41de145487add 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
6a8b5d59e7use internal scribe thrift definition
Tim Daly, Jr
2013-05-08 17:00:32 +00:00
6804135fccadd dimensional tags ("binary_annotations" in zipkin)
Tim Daly, Jr
2013-05-07 20:45:18 +00:00
d100b555f8Merge 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
fd86acc9a7Merge branch 'master' into public-master
Tim Daly, Jr
2013-04-23 01:38:00 +00:00
5771d5199bindent code further so markdown formats it as code
Tim Daly, Jr
2013-04-23 01:37:33 +00:00
f816cfdb5bMerge branch 'master' into public-master
Tim Daly, Jr
2013-04-23 01:31:28 +00:00
3ada50c6fdnote the glance-registry middleware
Tim Daly, Jr
2013-04-23 01:31:11 +00:00
e6af169773Merge branch 'master' into public-master
Tim Daly, Jr
2013-04-23 01:27:23 +00:00
8bdfcecf66set 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
f44d33bb3edocument how to set tomograph up with openstack, and add the patches
Tim Daly, Jr
2013-04-23 00:31:29 +00:00
fa144bfa4feventlet 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
88a64b83e9better error handling in statsd backend
Tim Daly, Jr
2013-04-22 20:47:38 +00:00
36f729d795now 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
7221f3808dchange default statsd host back to 127.0.0.1...
Tim Daly, Jr
2013-04-17 01:06:38 +00:00
115654c9abadd option to config.py to toggle db tracing
Tim Daly, Jr
2013-04-16 21:49:33 +00:00
024b4ecb1cadd sql query to db traces
Tim Daly, Jr
2013-04-16 20:16:44 +00:00
64dd6ca751make 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
7c98c7fea1fix overflow in port number
Tim Daly, Jr
2013-04-12 18:21:13 +00:00
87249584a6less 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
c3625f5d14ooops... forgot a file!
Tim Daly, Jr
2013-04-12 01:23:52 +00:00
567bbed28dAdd more deps
Joshua Harlow
2013-04-11 16:10:09 -07:00
31c102591bAdd a tools and setup.py files/folders
Joshua Harlow
2013-04-10 23:09:30 -07:00
396fed66c0disable db handlers, update config
Tim Daly, Jr
2013-04-10 04:07:43 +00:00
1947238e6cmake the statsd backend a little faster, too
Tim Daly, Jr
2013-04-05 21:47:51 +00:00
4c7db2f9c1oops, didn't mean to change this file...
Tim Daly, Jr
2013-04-05 20:44:26 +00:00
51ca746b44speed up zipkin backend, add trivial benchmark
Tim Daly, Jr
2013-04-05 20:41:28 +00:00
6142f7037dfix deprecation warning from pack()
Tim Daly, Jr
2013-04-04 23:25:58 +00:00
633e247877add option to config.py to toggle db tracing
Tim Daly, Jr
2013-04-16 21:49:33 +00:00
0d6c4c43f9add sql query to db traces
Tim Daly, Jr
2013-04-16 20:16:44 +00:00
faf56db3fdmake 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
46106d181afix overflow in port number
Tim Daly, Jr
2013-04-12 18:21:13 +00:00
451b48f54cless 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
7d93f03210ooops... forgot a file!
Tim Daly, Jr
2013-04-12 01:23:52 +00:00
cf5efcf78cMerge pull request #3 from harlowja/master
timjr
2013-04-11 23:30:54 +00:00
5c06b37f1eAdd more deps
Joshua Harlow
2013-04-11 16:10:09 -07:00
e4a050be80Merge pull request #2 from harlowja/master
timjr
2013-04-11 18:03:54 +00:00
0cda256bebAdd a tools and setup.py files/folders
Joshua Harlow
2013-04-10 23:09:30 -07:00
3568540c80disable db handlers, update config
Tim Daly, Jr
2013-04-10 04:07:43 +00:00
91e3f9a197make the statsd backend a little faster, too
Tim Daly, Jr
2013-04-05 21:47:51 +00:00
cc972d0091oops, didn't mean to change this file...
Tim Daly, Jr
2013-04-05 20:44:26 +00:00
19046112ecspeed up zipkin backend, add trivial benchmark
Tim Daly, Jr
2013-04-05 20:41:28 +00:00
a4a73746affix deprecation warning from pack()
Tim Daly, Jr
2013-04-04 23:25:58 +00:00
cfc918bc3dfix screenshot urls more
Y.CORP.YAHOO.COM\timjr
2013-02-27 20:24:44 -08:00