Commit Graph

168 Commits

Author SHA1 Message Date
Tyler Benson b40bcf9973 Add automatic instrumentation for JDBC
This instrumentation creates spans for Statements and PreparedStatements. It also captures the corresponding SQL and additional connection info.  ResultSet could be considered for future instrumentation to capture even more of the DB interaction time.

This integration uses Bytebuddy instead of Byteman as the many methods to instrument would have been messy in Byteman.
2017-10-24 10:28:53 -07:00
Tyler Benson 12323cef9f Update readme. 2017-09-21 14:37:41 -07:00
Tyler Benson 9c39bb64ae Fix aws version in readme, add finals and reformatting 2017-09-18 10:49:08 -07:00
Tyler Benson b85b7aed1d Turns out Byteman doesn’t like $this as a reference
Their docs were misleading.

Also fix the readme’s maven dependency.
2017-09-01 14:22:34 -07:00
Emanuele Palazzetti 815b70d3e6
[docs] update README 2017-08-07 09:34:52 +02:00
Tyler Benson 818dd3a642 Fix download link 2017-08-04 08:12:23 -07:00
Tyler Benson c220305cf6
[docs] add experimental note 2017-08-04 09:08:39 +02:00
Kent Shultz f3e55d2d69 Update documentation (#67) 2017-07-27 21:08:35 +02:00
Albert Wang 9cb1eb420e Update README.md 2017-07-26 10:24:27 -04:00
Albert Wang bddd0ac566 fix typo 2017-07-20 09:50:12 -04:00
Albert Wang a28e2209de linkify chat 2017-07-13 13:50:07 +02:00
Albert Wang 04d0d3f8a2 Update README.md 2017-07-13 13:37:47 +02:00
Tyler Benson 232801ab62 Another pass on improving the docs 2017-07-12 14:30:08 -07:00
Tyler Benson b521276b08 Add deeper tests for DDApi using ratpack as a mock http server.
See https://danhyun.github.io/2016-gr8confus-testing-ratpack-apps/ for more examples with this style of testing.
2017-07-03 11:40:12 -07:00
Guillaume Polaert 4e1c461eff fix urls 2017-05-30 11:42:01 +02:00
Guillaume Polaert 59ba88ac2d fix urls 2017-05-30 11:40:51 +02:00
Guillaume Polaert fabe2c338a Make it cleaner 2017-05-30 11:39:36 +02:00
Guillaume Polaert af88150885 Root Readme 2017-05-24 15:22:10 +02:00