Commit Graph

13 Commits

Author SHA1 Message Date
Tyler Benson 4822c19c5d Remove legacy config references. 2017-12-21 16:28:18 -08:00
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 ab7598804e Update dropwizard and spring boot readmes. 2017-08-23 15:35:55 -07:00
Tyler Benson 9ff937557e Ensure rules are loaded on the right classpath for Spring Boot 2017-08-23 14:30:18 -07:00
Emanuele Palazzetti f9012c4b15
[example] update Spring Boot example with a simplified documentation 2017-08-04 15:50:28 +02:00
Tyler Benson b371b59ce2 Don’t exclude the wrapper jar 2017-08-01 15:09:51 -07:00
Tyler Benson 5bfff0bece Add gradlew to examples and update docs 2017-07-21 17:03:31 -07:00
Tyler Benson 5167cd6916 Fix signing on master
Also fix more docs with beta note and version.
2017-07-19 08:01:40 -07:00
Tyler Benson b5949495d3 Merge pull request #29 from DataDog/gpolaert/documentation
Documentation
2017-07-10 10:36:39 -07:00
Tyler Benson 586c7eab0c Use h2 instead of mysql for example project to simplify 2017-07-07 11:05:17 -07:00
Guillaume Polaert 4b9d5f4174 Improving Spring Boot documentation 2017-07-06 12:45:21 +02:00
Guillaume Polaert fcb214b921 fix version deps 2017-05-31 15:37:06 +02:00
Guillaume Polaert fe73a08ece Refactoring project skel 2017-05-23 14:08:55 +02:00