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
|
955b97da9e
|
Add slashes if missing from annotation values
|
2018-09-18 09:48:32 +10:00 |
Andrew Kent
|
b781c3163c
|
muzzle jax-rs instrumentation
|
2018-08-31 13:51:15 -07:00 |
Tyler Benson
|
3f2ec7dc48
|
Move to separate packages
|
2018-08-16 12:24:27 +10:00 |
Tyler Benson
|
2893eb6035
|
Merge pull request #435 from DataDog/tyler/jax-rs-improvements
Add span for jax-rs representing controller execution
|
2018-08-15 14:03:31 +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 |
Tyler Benson
|
d5cc84ea9f
|
Add span for jax-rs representing controller execution
Also add additional `span.origin.type` tags for better visibility.
|
2018-08-10 10:36:42 +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 |
Tyler Benson
|
51919a77bb
|
Apply formatter on java files.
|
2018-07-31 12:07:43 +10:00 |
Tyler Benson
|
1e36343485
|
Null or empty tags should remove previously set values.
Add context to servlet2 test.
Clean up some declared tracers that mess up the classpath.
|
2018-07-26 12:20:37 +10:00 |
Andrew Kent
|
02a3e6a5d3
|
New Instrumentation API
|
2018-07-06 17:17:32 -04:00 |
Tyler Benson
|
0cf8fef8d8
|
Elasticsearch Instrumentation
|
2018-05-23 11:29:13 +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 |
Tyler Benson
|
71eb71e53e
|
Enable instrumentation by default and rev version.
|
2018-03-29 11:46:15 +08:00 |
Andrew Kent
|
a004337576
|
Remove opentracing from TestRunner fields to support single test run
|
2018-03-22 21:16:36 -07:00 |
Andrew Kent
|
3eac216a04
|
Use defaultTransformers in all instrumentation
|
2018-03-20 15:59:11 -07:00 |
Tyler Benson
|
19b94da7bb
|
JAX-RS Client Tracing
|
2018-03-20 08:54:09 +08:00 |