Tyler Benson
|
6b0e43b32d
|
Merge pull request #529 from DataDog/tyler/dropwizard
Integration for Dropwizard Views
|
2018-10-15 14:58:37 +10:00 |
Tyler Benson
|
432ce89a07
|
Add assertTraces to AgentTestRunner with implied argument
This will also help with auto complete when writing tests.
|
2018-10-15 10:19:00 +10:00 |
Tyler Benson
|
ebf0d86734
|
Add Muzzle testing for dropwizard-client
|
2018-10-11 14:21:39 +10:00 |
Tyler Benson
|
de21c7b245
|
Review fixes.
|
2018-09-12 10:32:05 +10:00 |
Tyler Benson
|
6732110f28
|
Handle connection failures for Jersey and Resteasy
CXF and other client frameworks will still lose the span and miss the error.
|
2018-09-12 10:10:31 +10:00 |
Andrew Kent
|
b781c3163c
|
muzzle jax-rs instrumentation
|
2018-08-31 13:51:15 -07:00 |
Tyler Benson
|
0b6c1bc3d3
|
Fix tests for Java 7, 9, and 10
|
2018-08-16 14:23:58 +10:00 |
Tyler Benson
|
20993e7e16
|
Allow tests to run on all JDKs
|
2018-08-16 14:23:58 +10:00 |
Tyler Benson
|
e07dfffe5f
|
Migrate tests to new TestHttpServer
|
2018-08-16 14:23:58 +10:00 |
Tyler Benson
|
4583d12b31
|
Cleanup method signatures and servlet 2 instrumentation
adding the abstract servlet instrumentation reduces code duplication and makes it more similar to servlet 3 instrumentation.
|
2018-08-13 15:14:10 +10:00 |
Nikolay Martynov
|
6bc1d1ab8e
|
Implement `saveHasSuperType` and use it instead of `hasSuperType`
The idea is to just 'trim' type hierarchy 'up-trees' that we cannot
resolve dring instrumentation instead of failing to instrument completely.
|
2018-07-31 20:13:59 -04:00 |
Nikolay Martynov
|
1ebe4732f8
|
Stop using `failSafe` matcher
It should not be necessary after we jave fixed class location issue
for ByteBuddy
|
2018-07-31 20:12:17 -04:00 |
Tyler Benson
|
51919a77bb
|
Apply formatter on java files.
|
2018-07-31 12:07:43 +10:00 |
Gary Huang
|
93e70dcef6
|
Address comments and add test case for extracting non numeric IDs
|
2018-07-24 14:04:52 -04:00 |
Andrew Kent
|
02a3e6a5d3
|
New Instrumentation API
|
2018-07-06 17:17:32 -04:00 |
Tyler Benson
|
c03e894870
|
Merge pull request #329 from DataDog/tyler/elasticsearch-client
Elasticsearch Client Instrumentation
|
2018-05-24 09:03:20 +10:00 |
Tyler Benson
|
0cf8fef8d8
|
Elasticsearch Instrumentation
|
2018-05-23 11:29:13 +10:00 |
Andrew Kent
|
d90de5741f
|
Enable JaxRS Instrumentation
|
2018-05-22 18:02:30 -07:00 |
Tyler Benson
|
dc814aeb6d
|
Fix tests.
|
2018-05-11 15:19:30 +10:00 |
Tyler Benson
|
d5d24c50c7
|
Replace @Unroll’s with a rule to always unroll.
|
2018-05-10 15:24:59 +10:00 |
Tyler Benson
|
f35e2e6ebe
|
Remove various warnings and other cleanup
Also upgrade some plugins.
|
2018-05-04 14:05:06 +10:00 |
Tyler Benson
|
cd289308bb
|
Remove timeouts.
Not helping as much as was hoped. Causing extra noise in CI.
|
2018-04-30 11:10:18 +10:00 |
Andrew Kent
|
5f19a56683
|
Inject jax InjectAdapter helper class.
|
2018-04-26 09:52:45 -07:00 |
Tyler Benson
|
001e59e0cc
|
Build with Java 8, but run tests with other JDKs
Use workspaces to persist build between jobs.
|
2018-04-16 14:36:38 +08:00 |
Andrew Kent
|
3eac216a04
|
Use defaultTransformers in all instrumentation
|
2018-03-20 15:59:11 -07:00 |
Tyler Benson
|
07694a1f99
|
Remove dead code.
|
2018-03-20 14:02:23 +08:00 |
Tyler Benson
|
19b94da7bb
|
JAX-RS Client Tracing
|
2018-03-20 08:54:09 +08:00 |