Commit Graph

559 Commits

Author SHA1 Message Date
Tyler Benson 02d8f153a6 Fix jar uploading to use shadow jar instead of default
Rename default jar to be explicit that no dependencies are embedded.
2017-07-20 09:58:22 -07:00
Guillaume Polaert de9c45f5d2 Fixing format 2017-07-20 16:47:05 +02:00
Guillaume Polaert 41ff677f4d Fixing format 2017-07-20 16:45:32 +02:00
Guillaume Polaert f67810e729 Fixing issue with the tracer factory (decorators aren't loaded) 2017-07-20 16:42:41 +02:00
Albert Wang bddd0ac566 fix typo 2017-07-20 09:50:12 -04:00
Guillaume Polaert 8f04fcaeba Merge pull request #57 from DataDog/tyler/lombok-logging
Use Lombok @Slf4j annotation for declaring loggers
2017-07-20 11:10:02 +02:00
Tyler Benson d6271d866e Use lombok @Slf4j annotation for declaring loggers 2017-07-19 11:24:41 -07:00
Tyler Benson 48c5a2b686 Merge pull request #55 from DataDog/gpolaert/logging
Refactoring the logging, use slf4j
2017-07-19 10:21:11 -07:00
Tyler Benson 016ffe9775 Merge pull request #54 from DataDog/tyler/jmh
Add JMH tooling and try using queues instead
2017-07-19 10:20:04 -07:00
Guillaume Polaert e80b7580c8 Refactoring the logging, use slf4j 2017-07-19 08:16:42 -07:00
Tyler Benson 00c582acc9 use a queue 2017-07-19 08:14:13 -07:00
Tyler Benson 787fd418a4 Add JMH tooling for dd-trace 2017-07-19 08:14:13 -07:00
Tyler Benson 08289c229b Merge pull request #53 from DataDog/tyler/more-formatting
Apply intellij formatting to gradle and xml files
2017-07-19 08:13:18 -07:00
Tyler Benson 8420855deb Apply some additional inspections and quick-fixs 2017-07-19 08:09:19 -07:00
Tyler Benson e8dbc34bea Apply consistent formatting to other files 2017-07-19 08:09:19 -07:00
Tyler Benson 71ee5314e8 Merge pull request #56 from DataDog/tyler/fix-signing
Fix signing on master
2017-07-19 08:06:48 -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 fedde1541b Merge pull request #51 from DataDog/tyler/download-link
Add link to snapshot repo for beta.
2017-07-19 07:20:20 -07:00
Tyler Benson daedae83f8 Merge pull request #50 from DataDog/tyler/signing
Embed signing key for jar signing in CircleCI
2017-07-18 15:57:09 -07:00
Tyler Benson e1696aeee0 Update link that will automatically download the latest version 2017-07-18 15:53:53 -07:00
Tyler Benson a0cc712cac Merge pull request #52 from DataDog/vlad/propper-deps-handling-slf4j
[dependencies] Proper handling of slf4j as dependency.
2017-07-18 15:33:29 -07:00
Matthieu Hauglustaine c568eb7af7 [dependencies] We shouldn't relocate slf4j, and ch.qos.logback is not included anyways. 2017-07-18 19:26:00 +02:00
Tyler Benson f48f2bbc53 Add link to snapshot repo for beta. 2017-07-18 09:21:45 -07:00
Tyler Benson 5622734629 Attempt signing for CI 2017-07-18 08:39:10 -07:00
Tyler Benson 9868144455 Merge pull request #49 from DataDog/gpolaert/deprecated
Fixing deprecated methods
2017-07-17 12:27:13 -07:00
Tyler Benson b811a33717 Fix formatting 2017-07-17 12:06:13 -07:00
Tyler Benson f48f736c78 Merge pull request #46 from DataDog/gpolaert/es
Add test and support for ES
2017-07-17 12:04:36 -07:00
Tyler Benson 1edf4af213 Fix formatting 2017-07-17 12:01:36 -07:00
Tyler Benson 24bcb929c4 Merge branch 'master' into gpolaert/es 2017-07-17 11:28:09 -07:00
Tyler Benson 9bcfe1ef34 Merge pull request #48 from DataDog/tyler/async-testing
Use ThreadLocalActiveSpanSource instead of DDActiveSpan
2017-07-17 11:26:21 -07:00
Tyler Benson 05fc670063 Fix concurrency problem with DDSpanContext
Also apply Java 1.8 compatability to async-tracing example.
2017-07-17 11:07:54 -07:00
Guillaume Polaert acaf9e5116 Adding async examples 2017-07-17 14:14:47 +02:00
Guillaume Polaert 78236331eb Fixing deprecated methods 2017-07-17 13:52:27 +02:00
Tyler Benson c61da7f5fc Use ThreadLocalActiveSpanSource instead of DDActiveSpan
This resolves several bugs and allows us to delete unecessary code.
2017-07-13 22:56:00 -07:00
Tyler Benson c509078772 Merge pull request #47 from jeremy-lq/master
Add Apache 2 LICENSE with NOTICE
2017-07-13 22:52:22 -07:00
Tyler Benson 9973927009 Merge pull request #45 from DataDog/tyler/documentation
Another pass on improving the docs
2017-07-13 22:51:37 -07:00
Tyler Benson 2c4480b45a Fix typo 2017-07-13 08:21:09 -07:00
Jeremy c882d1d3c8 Create LICENSE 2017-07-13 11:10:37 -04:00
Jeremy d572bb5f85 Create NOTICE 2017-07-13 10:16:04 -04:00
Albert Wang a28e2209de linkify chat 2017-07-13 13:50:07 +02:00
Albert Wang fc43738e81 Update README.md 2017-07-13 13:48:19 +02:00
Albert Wang 7d1035c7eb clarify span/trace docs 2017-07-13 13:46:34 +02:00
Albert Wang 04d0d3f8a2 Update README.md 2017-07-13 13:37:47 +02:00
Guillaume Polaert b5051ae7c0 Disabling ES because the contribution throws a NPE. Waiting for the 0.0.3 release of the ES contrib (it's fixed) 2017-07-13 12:09:21 +02:00
Guillaume Polaert 4edff21599 Add test and support for ES 2017-07-13 11:18:19 +02:00
Tyler Benson 6c29e2f658 Add more to the opentracing quick start guide 2017-07-12 16:28:10 -07:00
Tyler Benson 232801ab62 Another pass on improving the docs 2017-07-12 14:30:08 -07:00
Tyler Benson 6b4c29b6fe Merge pull request #44 from DataDog/tyler/codestyle
Apply and enforce google checkstyle and formatting
2017-07-12 07:52:03 -07:00
Tyler Benson c881285d2c Set high threshold that can be lowered later for stricter enforcement. 2017-07-12 07:47:19 -07:00
Tyler Benson 71ab8b2be1 Fix codenarc errors 2017-07-12 07:47:19 -07:00