Anuraag Agrawal
|
bbfdbb39c0
|
Create abstraction for library dependencies for instrumentation. (#977)
* Create abstraction for library dependencies for instrumentation.
Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
|
2020-08-19 08:57:31 +09:00 |
Trask Stalnaker
|
414213f2d1
|
Remove final from parameters (#1003)
|
2020-08-15 22:35:51 -07:00 |
Trask Stalnaker
|
f893ca540b
|
Scripted package renaming (#988)
|
2020-08-15 21:55:01 -07:00 |
Helen Y
|
bb235a0aa3
|
Update package name for tracers (#991)
|
2020-08-14 21:07:18 -07:00 |
Trask Stalnaker
|
7818e33178
|
Package renaming (#970)
|
2020-08-13 20:14:46 -07:00 |
Trask Stalnaker
|
b5fbf90977
|
Extract instrumentation api module (#884)
|
2020-08-09 22:52:33 -07:00 |
Helen Y
|
1fcb807590
|
Refactor HttpClient typed Decorators to Tracers (#893)
* initial work
* Change OkHttp decorators to tracers
* Change AkkaHttpClient decorator to tracer
* Change ClientDecorator to GrizzlyClientTracer
* Change NettyClientDecorator to Tracer
* Change netty3.8 client decorator to tracer
* Update netty4.1 client decorator to tracer
* Override startScope in child tracers when applicable
* Change KHttpDecorator to tracer
* Change HttpUrlConnectionDecorator to tracer
* Fix muzzle validation failure for grizzly client
* Fix a ratpack client test failure
* Address feedback
* Update delegate for setPeer
* Remove nested try
* Remove unnecessary null check
* Remove asserts
* Add a comment for overriding startSpan(String spanName)
* Remove an irrelevant comment
* Throw an exception when getSetter is null
* Change onPeerConnection to static
* Change getSetter() to be abstract
|
2020-08-06 17:14:19 -07:00 |
Helen Y
|
86c438b154
|
Remove final from local variables (#732)
* Remove final from local variables
|
2020-07-20 13:53:34 +09:00 |
Anuraag Agrawal
|
2dfb355332
|
Support user agent in khttp (#719)
|
2020-07-17 09:47:32 -07:00 |
Nikita Salnikov-Tarnovski
|
a62801649f
|
More fixes for Gradle warnings (#643)
* More gradle deprecation warnings fixed
* More gradle deprecation warnings fixed
* More fixes
* More fixes
Co-authored-by: Anuraag Agrawal <aanuraag@amazon.co.jp>
|
2020-07-07 15:02:07 +03:00 |
Sergei Malafeev
|
9a5954a8ff
|
#593 Remove HttpClientTest.READ_TIMEOUT_MS (#635)
Signed-off-by: Sergei Malafeev <sergei@malafeev.org>
|
2020-07-07 08:24:42 +03:00 |
Anuraag Agrawal
|
1aae2bd7f0
|
Add extension point for HTTP client decorators to return headers gene… (#623)
* Add extension point for HTTP client decorators to return headers generically instead of only user agent.
|
2020-07-02 14:29:21 +09:00 |
Trask Stalnaker
|
1411c38ba4
|
Fix khttp sporadic test failure (#591)
|
2020-06-28 12:08:06 -07:00 |
Anuraag Agrawal
|
874b157fe5
|
Newline between license and package. (#581)
|
2020-06-25 13:31:16 -07:00 |
Anuraag Agrawal
|
918d3913e3
|
Populate user-agent in HTTP clients. (#540)
|
2020-06-22 21:13:12 -07:00 |
Tyler Benson
|
1b29184e7c
|
Make rootDir usage consistent (DataDog/dd-trace-java#1518)
|
2020-06-11 10:14:02 -07:00 |
Nikita Salnikov-Tarnovski
|
a258f1424a
|
Fix khttp instrumentation in case of absent or read-only headers map (#416)
|
2020-05-20 13:47:25 -07:00 |
Nikita Salnikov-Tarnovski
|
fe8819fb8f
|
Support for khttp library (#401)
|
2020-05-17 10:41:41 -07:00 |