Commit Graph

54 Commits

Author SHA1 Message Date
Monty Taylor e0b80e8964 Retire stackforge/tomograph 2015-10-17 16:05:02 -04:00
Joshua Harlow def962c912 Add supporting files
add rudimentary documentation skeleton

dummy out the py33 check until we figure out how to handle it with thrift & eventlet

Change-Id: I16cb41e72ed6ae296e574ff4973a5ab28d49a100
2013-11-20 07:20:15 +00:00
Tim Daly, Jr a8d619c524 make db tracing default to annotations 2013-07-09 23:37:47 +00:00
Tim Daly, Jr 0b7f10cac1 add a config option to put sql queries into annotations instead of spans 2013-07-09 23:26:58 +00:00
Tim Daly, Jr b135473ba2 plumb configuration options through to scribe sender 2013-05-15 01:29:30 +00:00
Tim Daly, Jr af1040acfc mention dimensions and dbapi_error in README 2013-05-15 01:29:19 +00:00
Tim Daly, Jr 41de145487 add error handler for dbapi. when there is an exception in the db
layer, this handler gets called instead of after_execute.
2013-05-15 01:29:12 +00:00
Tim Daly, Jr 6a8b5d59e7 use internal scribe thrift definition 2013-05-08 17:02:46 +00:00
Tim Daly, Jr 6804135fcc add dimensional tags ("binary_annotations" in zipkin)
fix duration for annotations in the zipkin backend (not sure what it's good for, though)

move the span/tag/note types into their own file so that backends can import them
2013-05-08 17:02:38 +00:00
Tim Daly, Jr d100b555f8 Merge branch 'master' into public-master 2013-04-23 01:45:27 +00:00
Tim Daly, Jr c42249e13d ... 2013-04-23 01:44:53 +00:00
Tim Daly, Jr fd86acc9a7 Merge branch 'master' into public-master 2013-04-23 01:38:00 +00:00
Tim Daly, Jr 5771d5199b indent code further so markdown formats it as code
explain the setsid thing
2013-04-23 01:37:33 +00:00
Tim Daly, Jr f816cfdb5b Merge branch 'master' into public-master 2013-04-23 01:31:28 +00:00
Tim Daly, Jr 3ada50c6fd note the glance-registry middleware 2013-04-23 01:31:11 +00:00
Tim Daly, Jr e6af169773 Merge branch 'master' into public-master
Conflicts:
	tomograph/backends/statsd/statsd.py
	tomograph/config.py
2013-04-23 01:27:23 +00:00
Tim Daly, Jr 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.
2013-04-23 01:23:34 +00:00
Tim Daly, Jr f44d33bb3e document how to set tomograph up with openstack, and add the patches 2013-04-23 00:31:29 +00:00
Tim Daly, Jr fa144bfa4f eventlet safety: don't send until we've got the span stack back in a
clean state, because sending can context switch.
2013-04-22 23:50:40 +00:00
Tim Daly, Jr 88a64b83e9 better error handling in statsd backend 2013-04-22 21:13:28 +00:00
Tim Daly, Jr 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.
2013-04-22 20:46:18 +00:00
Tim Daly, Jr 7221f3808d change default statsd host back to 127.0.0.1... 2013-04-17 01:06:38 +00:00
Tim Daly, Jr 115654c9ab add option to config.py to toggle db tracing 2013-04-17 01:02:46 +00:00
Tim Daly, Jr 024b4ecb1c add sql query to db traces 2013-04-17 01:02:46 +00:00
Tim Daly, Jr 64dd6ca751 make the statsdb backend eventlet safe. without the lock, you get
multiple concurrent write errors.
2013-04-17 01:02:45 +00:00
Tim Daly, Jr 7c98c7fea1 fix overflow in port number 2013-04-17 01:02:45 +00:00
Tim Daly, Jr 87249584a6 less buggy and faster way of converting IP address to signed int, also
means we don't need IPy.
2013-04-17 01:02:45 +00:00
Tim Daly, Jr c3625f5d14 ooops... forgot a file! 2013-04-17 01:02:45 +00:00
Joshua Harlow 567bbed28d Add more deps 2013-04-17 01:02:45 +00:00
Joshua Harlow 31c102591b Add a tools and setup.py files/folders 2013-04-17 01:02:45 +00:00
Tim Daly, Jr 396fed66c0 disable db handlers, update config 2013-04-17 01:02:45 +00:00
Tim Daly, Jr 1947238e6c make the statsd backend a little faster, too 2013-04-17 01:02:45 +00:00
Tim Daly, Jr 4c7db2f9c1 oops, didn't mean to change this file... 2013-04-17 01:02:45 +00:00
Tim Daly, Jr 51ca746b44 speed up zipkin backend, add trivial benchmark 2013-04-17 01:02:45 +00:00
Tim Daly, Jr 6142f7037d fix deprecation warning from pack() 2013-04-17 01:02:45 +00:00
Tim Daly, Jr 633e247877 add option to config.py to toggle db tracing 2013-04-16 21:49:33 +00:00
Tim Daly, Jr 0d6c4c43f9 add sql query to db traces 2013-04-16 20:16:44 +00:00
Tim Daly, Jr faf56db3fd make the statsdb backend eventlet safe. without the lock, you get
multiple concurrent write errors.
2013-04-16 19:47:46 +00:00
Tim Daly, Jr 46106d181a fix overflow in port number 2013-04-12 18:21:13 +00:00
Tim Daly, Jr 451b48f54c less buggy and faster way of converting IP address to signed int, also
means we don't need IPy.
2013-04-12 01:54:27 +00:00
Tim Daly, Jr 7d93f03210 ooops... forgot a file! 2013-04-12 01:29:50 +00:00
timjr cf5efcf78c Merge pull request #3 from harlowja/master
Add more deps
2013-04-11 23:30:54 +00:00
Joshua Harlow 5c06b37f1e Add more deps 2013-04-11 16:10:09 -07:00
timjr e4a050be80 Merge pull request #2 from harlowja/master
Add a tools and setup.py files/folders
2013-04-11 18:03:54 +00:00
Joshua Harlow 0cda256beb Add a tools and setup.py files/folders 2013-04-10 23:09:30 -07:00
Tim Daly, Jr 3568540c80 disable db handlers, update config 2013-04-10 04:07:43 +00:00
Tim Daly, Jr 91e3f9a197 make the statsd backend a little faster, too 2013-04-05 21:47:51 +00:00
Tim Daly, Jr cc972d0091 oops, didn't mean to change this file... 2013-04-05 20:44:26 +00:00
Tim Daly, Jr 19046112ec speed up zipkin backend, add trivial benchmark 2013-04-05 20:41:28 +00:00
Tim Daly, Jr a4a73746af fix deprecation warning from pack() 2013-04-04 23:25:58 +00:00