mention dimensions and dbapi_error in README

This commit is contained in:
Tim Daly, Jr 2013-05-15 01:26:49 +00:00
parent 41de145487
commit af1040acfc

View File

@ -40,6 +40,7 @@ lowest level one is to call start, stop, and annotate yourself:
tomograph.start('my service', 'a query', '127.0.0.1', 80)
(...)
tomograph.annotate('something happened')
tomograph.tag('key', 'value')
(...)
tomograph.stop('a query')
@ -103,6 +104,7 @@ execution:
sqlalchemy.event.listen(_ENGINE, 'before_execute', tomograph.before_execute('my app'))
sqlalchemy.event.listen(_ENGINE, 'after_execute', tomograph.after_execute('my app'))
sqlalchemy.event.listen(_ENGINE, 'dbapi_error', tomograph.dbapi_error('my app'))
Screenshots