Trask Stalnaker
cba031ddcb
Rename hibernate modules ( #205 )
...
* Rename hibernate modules
* Update tracer name
* Change from gradle inheritance to composition
This will make it possible to have empty "grouping" modules, e.g.
instrumentation:hibernate.
* Introduce empty hibernate grouping module
2020-03-09 15:33:21 -07:00
Trask Stalnaker
b2db595430
Merge tag 'v0.45.0' into dd-merge
2020-03-05 21:49:39 -08:00
Trask Stalnaker
f91549e799
Simplify some tests by using runUnderTrace ( #204 )
2020-03-05 09:50:41 -08:00
Trask Stalnaker
701b282b17
Merge tag 'v0.44.0' into dd-merge
2020-02-29 14:30:12 -08:00
Trask Stalnaker
40e3932358
Add license headers ( #188 )
...
* Add spotless gradle plugin
* Add license headers
2020-02-27 13:24:42 -08:00
Trask Stalnaker
8ee04d54e9
Merge remote-tracking branch 'datadog/master' into dd-merge
2020-02-22 14:35:03 -08:00
Trask Stalnaker
a652e39177
Misc minor cleanups ( #178 )
...
* Use singleton map for consistency
* Use singletonMap static import for consistency
* Remove unnecessary attribute
2020-02-20 14:21:25 -08:00
Trask Stalnaker
d54f0cd31f
Make sure call depth thread local is reset ( #168 )
...
* Make sure CallDepthThreadLocalMap is always reset
* Re-order just for consistency
* Make call depth pattern more consistent
2020-02-18 13:49:15 -08:00
Trask Stalnaker
3632e3bb2d
Change some span kinds to INTERNAL ( #167 )
...
* Change handler/controller span kind to INTERNAL
* Change hibernate span kind to INTERNAL
* Change spring-data span kind to INTERNAL
2020-02-18 11:28:32 -08:00
Trask Stalnaker
979845c7aa
Limit Hibernate latest dependency test to 5.x ( #143 )
2020-02-07 13:32:46 -08:00
Trask Stalnaker
faec4901d2
Set span kind and remove prior "span.kind" attribute ( #132 )
...
* Set span kind in instrumentation
* Do not set span kind attribute
* Validate span kind in tests
* Remove unused constants
2020-02-05 15:12:33 -08:00
Trask Stalnaker
16ebd812d7
Rename SpanScopePair to SpanWithScope ( #124 )
...
* Rename SpanScopePair to SpanWithScope
* Add closeScope() method and remove getScope()
* Rename spanAndScope parameters to spanWithScope
* A few more renames
2020-02-04 18:20:29 -08:00
Trask Stalnaker
2248eb4871
Simplify hibernate instrumentation ( #122 )
...
* Simplify hibernate instrumentation
* Remove SessionState
2020-02-04 12:03:16 -08:00
Trask Stalnaker
147b42d1ff
Merge tag 'v0.42.0'
2020-02-01 13:28:58 -08:00
Trask Stalnaker
2b11b37d0f
Remove trace-api artifact ( #116 )
...
* Remove unused Trace annotations
* Remove Trace annotation from benchmark code
* Remove Trace annotation from instrumentation tests
* Remove Trace annotation from smoke tests
* Remove Trace annotation from agent tests
* Remove Trace annotation from testing tests
* Remove Trace annotation from hystrix tests
* Remove Trace annotation from netty tests
* Remove Trace annotation from webflux tests
* Remove Trace annotation from reactor tests
* Remove unnecessary conditional
* Remove Trace annotation from trace annotation instrumentation
* Remove Trace annotation from akka http tests
* Remove Trace annotation from java concurrent tests
* Delete Trace annotation
* Move classes out of trace-api
* Remove trace-api artifact
* Move trace-api classes to better packages
2020-02-01 13:07:51 -08:00
Pontus Rydin
d22f38b320
Changed names of getters and removed instrumentationNames() ( #112 )
2020-01-31 10:33:24 -08:00
Pontus Rydin
f53167063e
Refactored Twilio and Hibernate instrumentation ( #81 )
...
* Refactor of twilio (WIP)
* Refactored hibernate instrumentation
* Finished refactoring hibernate instrumentation
* Minor changes
* Minor change
* Moved files after upstream restructuring
* Fixed typo and Twilio test issues
* Refactored hibernate tests
* Fixed formatting
* Moved span auto close functionality to SessionState
2020-01-22 21:01:49 -08:00
Trask Stalnaker
819ca7c256
Simplify directory/module structure ( #77 )
...
* Move things up a directory
* Scripted mass update
find -type f -name "*.gradle" | xargs sed -i 's/:java-agent:/:/g'
* Remove plugin version now that it's in root module
* Update java-agent and instrumentation configs
* Misc
2020-01-22 13:55:47 -08:00