Commit Graph

442 Commits

Author SHA1 Message Date
Guillaume Polaert e7be1a5313 Merge pull request #70 from DataDog/gpolert/mongo-norm
Normalize mongo queries
2017-07-28 11:50:09 +02:00
Guillaume Polaert e830e1b7e6 fix the operation name 2017-07-28 09:20:40 +02:00
Guillaume Polaert f20ed93741 formatting 2017-07-28 09:20:40 +02:00
Guillaume Polaert b652c25242 some stuff needed 2017-07-28 09:20:38 +02:00
Guillaume Polaert 7dc170cc6f mongo helper for norm 2017-07-28 09:20:32 +02:00
Guillaume Polaert ee84eb689c Formatting 2017-07-28 09:20:32 +02:00
Emanuele Palazzetti da58bb89e9 [example] add Spark framework example 2017-07-28 09:20:27 +02:00
Emanuele Palazzetti 16a6447cb7
[example] update import order 2017-07-27 21:31:06 +02:00
Emanuele Palazzetti be8e3ef1bf
[example] update Spark example so it runs with dd-java-agent 2017-07-27 21:20:17 +02:00
Emanuele Palazzetti d10e8e0c34 [example] add Spark framework example (#60)
* [example] add Spark framework example
* [example] formatting
2017-07-27 21:09:58 +02:00
Guillaume Polaert 864db966f1 Close span when exception exit (#66) 2017-07-27 21:09:25 +02:00
Guillaume Polaert 9d9fdc32d9 Fix wrong date calculation (#69) 2017-07-27 21:08:54 +02:00
Kent Shultz f3e55d2d69 Update documentation (#67) 2017-07-27 21:08:35 +02:00
Emanuele Palazzetti 74d0fe80c7 Merge pull request #68 from gpolaert/fix-nanotime
Clock refactoring
2017-07-27 10:58:07 +02:00
Guillaume Polaert 4ed46cec39 use millis precision + javadoc 2017-07-27 10:48:35 +02:00
Albert Wang 9cb1eb420e Update README.md 2017-07-26 10:24:27 -04:00
Guillaume Polaert ebb3cde32c centralize all clock methods 2017-07-26 14:45:03 +02:00
Guillaume Polaert e8c980de20 coverage 2017-07-26 12:55:51 +02:00
Guillaume Polaert e5c119b857 formatting 2017-07-26 12:52:09 +02:00
Guillaume Polaert d3260243f5 make thread safe for nanoTime() 2017-07-26 12:47:16 +02:00
Guillaume Polaert 132c5c79a2 Merge pull request #64 from DataDog/gpolaert/contrib-decorators
Service name improvements
2017-07-25 14:06:38 +02:00
Emanuele Palazzetti 0e4a66cab8 Merge pull request #63 from tyler/wrapper-examples
Add gradlew to examples and update docs
2017-07-25 12:14:23 +02:00
Guillaume Polaert 3239680d4a remove useless decorators 2017-07-24 16:31:30 +02:00
Guillaume Polaert 802fe8b65d By default report the db.type instead of the component for jdbc and databases 2017-07-24 16:29:55 +02:00
Guillaume Polaert a58f797fd1 moving files to dd-trace 2017-07-24 13:41:40 +02:00
Guillaume Polaert 7c5fd24a14 Moving decorators config to the dd-trace project + default service name 2017-07-24 13:36:44 +02:00
Guillaume Polaert 883be0fbeb Merge pull request #61 from DataDog/tyler/report-vm-name
Report the java vm name as the interpreter
2017-07-24 09:41:28 +02:00
Tyler Benson 5bfff0bece Add gradlew to examples and update docs 2017-07-21 17:03:31 -07:00
Tyler Benson 8e4e9fe0ac Clean up version and include git sha in reported number
Exclude lombok from being included in the shadow jar.
2017-07-21 08:52:17 -07:00
Tyler Benson b2347f1170 Report the java vm name as the interpreter 2017-07-20 15:42:16 -07:00
Tyler Benson 8f794f8364 Merge pull request #59 from DataDog/tyler/shadow-artifacts
Fix jar uploading to use shadow jar instead of unbundled jar
2017-07-20 10:11:12 -07:00
Tyler Benson 58414f86cb Merge pull request #58 from DataDog/gpolaert/span-decorators
Fixing issue with the tracer factory (decorators aren't loaded)
2017-07-20 10:10:31 -07:00
Guillaume Polaert 861e0a7cac Format and renaming issues 2017-07-20 10:09:59 -07:00
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