Commit Graph

158 Commits

Author SHA1 Message Date
Guillaume Polaert 90b817283a [core] tags are immutable, so at this time duplicate the db.statement 2017-08-02 11:07:12 +02:00
Guillaume Polaert e5d0e38008 [core] catch errors when decorators fail to decorate 2017-08-02 11:06:31 +02:00
Guillaume Polaert e93adf9f8f [core] compatibility for sql.query tags 2017-08-02 11:06:21 +02:00
Guillaume Polaert 2f22b98cd1 [core] adding the decorator to the agent loading 2017-08-01 12:28:28 +02:00
Guillaume Polaert 63cca28fe7 [core] override operation name using decorators 2017-08-01 12:27:56 +02:00
Guillaume Polaert b28327655e [core] renaming decorators to AbstractDecorator 2017-08-01 12:27:46 +02:00
Tyler Benson 61c3729f72 Attempt to load config files with both `yaml` and `yml` suffix 2017-07-31 13:08:58 -07:00
Tyler Benson ee42316988 Add default config values to the yaml config 2017-07-31 12:57:01 -07:00
Tyler Benson ab791179ad Generate a random trace ID instead of copying the span ID 2017-07-31 11:45:56 -07:00
Tyler Benson 43c80cf734 Use a ThreadLocalRandom generator for span IDs instead of nanoTime 2017-07-31 10:47:12 -07: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 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
Guillaume Polaert 4ed46cec39 use millis precision + javadoc 2017-07-27 10:48:35 +02: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 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 7c5fd24a14 Moving decorators config to the dd-trace project + default service name 2017-07-24 13:36:44 +02: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
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
Tyler Benson d6271d866e Use lombok @Slf4j annotation for declaring loggers 2017-07-19 11:24:41 -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 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 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 e1696aeee0 Update link that will automatically download the latest version 2017-07-18 15:53:53 -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 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 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 2c4480b45a Fix typo 2017-07-13 08:21:09 -07: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