Tyler Benson
|
9a52303376
|
Apply jacoco to every java project
Some projects have ignores/whitelists, but generally coverage is pretty high.
AFAIK, this doesn’t really capture instrumentation test coverage though.
|
2018-05-04 16:23:32 +10:00 |
Tyler Benson
|
7dfdc2d50e
|
Missing autoservice annotation processor
|
2018-05-04 15:38:41 +10:00 |
Tyler Benson
|
114f088766
|
Fix TLS usage
|
2018-05-04 14:05:06 +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
|
7c4d42ef8a
|
Add additional test task for testing latest versions of a dependency
|
2018-05-04 14:04:30 +10:00 |
Tyler Benson
|
660dfc834c
|
It actually isn’t compatable until 1.4
|
2018-05-04 14:03:48 +10:00 |
Tyler Benson
|
2561e72824
|
Do we do want to ignore proxies?
If so, we have to change the test to be compatible.
|
2018-05-04 14:03:48 +10:00 |
Tyler Benson
|
be34eaf032
|
Instrument HystrixCommand and HystrixThreadPool
|
2018-05-04 14:03:48 +10:00 |
Tyler Benson
|
26d36287c2
|
Merge pull request #307 from DataDog/tyler/remove-guava-dep
Remove dependency on guava for dd-trace-ot
|
2018-05-04 08:08:16 +10:00 |
Tyler Benson
|
6baf09588e
|
Merge pull request #302 from DataDog/tyler/jdbc-depth
Prevent JDBC spans from nesting
|
2018-05-04 08:07:28 +10:00 |
Tyler Benson
|
3fa0eb0296
|
Remove dependency on guava for dd-trace-ot
|
2018-05-03 16:11:15 +10:00 |
Tyler Benson
|
30b70d8939
|
Prevent case where call depth might never be reset
|
2018-05-03 14:53:33 +10:00 |
Tyler Benson
|
732f0f2185
|
Merge pull request #299 from DataDog/tyler/aws-naming
Use different resource naming for aws spans
|
2018-05-03 13:59:09 +10:00 |
Tyler Benson
|
82353ad7d1
|
Use different resource naming for aws spans
Uses the pattern of `service.operation`, so for an S3 get object request, the resource name would be `S3.GetObject`.
|
2018-05-03 13:38:16 +10:00 |
Tyler Benson
|
4af0c7fef3
|
Merge pull request #303 from DataDog/tyler/agent-installer
Fix AgentInstaller ignores and @Trace naming
|
2018-05-03 13:35:43 +10:00 |
Tyler Benson
|
84b7080860
|
Fix AgentInstaller ignores and @Trace naming
|
2018-05-03 13:03:53 +10:00 |
Tyler Benson
|
0f77ccd797
|
Merge pull request #297 from DataDog/tyler/kafka
Add null check to kafka
|
2018-05-02 08:06:37 +10:00 |
Tyler Benson
|
6f64b0e021
|
Prevent JDBC spans from nesting
|
2018-05-01 11:18:53 +10:00 |
Andrew Kent
|
11ecff0726
|
Merge pull request #295 from DataDog/ark/enable_async_instrumentation
Enable executor instrumentation by default
|
2018-04-30 17:39:14 -07:00 |
Andrew Kent
|
3c7d4f5b13
|
Enable executor instrumentation by default
Executor instrumentation does not need to be turned off by default
because the instrumentation will not apply unless the TraceScope is
activated.
|
2018-04-30 17:27:51 -07:00 |
Tyler Benson
|
63d308e50d
|
Misc cleanup/minor changes
|
2018-05-01 10:24:14 +10:00 |
Tyler Benson
|
21e26d9463
|
Merge pull request #301 from jonmort/ratpack-instrumentation-exceptions
Fix NoClassDefFound errors for ratpack
|
2018-05-01 09:57:16 +10:00 |
Andrew Kent
|
a34d8f7876
|
Merge pull request #293 from DataDog/tyler/upgrade
Upgrade Byte-buddy to 1.8.8
|
2018-04-30 15:42:21 -07:00 |
Andrew Kent
|
f62aef7829
|
Merge pull request #298 from DataDog/tyler/remove-timeouts
Remove timeouts.
|
2018-04-30 15:41:26 -07:00 |
Jon Mort
|
c1a7f58aaf
|
Fix NoClassDefFound errors for ratpack
|
2018-04-30 15:24:42 +01:00 |
Tyler Benson
|
8abbccc09c
|
Upgrade shadow plugin version.
|
2018-04-30 16:18:48 +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
|
de7a7c9575
|
Begin 0.7.1
|
2018-04-27 12:58:49 -07:00 |
Andrew Kent
|
02f69d95a4
|
Version 0.7.0
|
2018-04-27 11:47:27 -07:00 |
Andrew Kent
|
08e05ead0f
|
Merge pull request #296 from DataDog/tyler/op-names
Use hardcoded operation names for integrations
|
2018-04-27 11:06:10 -07:00 |
Tyler Benson
|
252fa92200
|
Upgrade gradle version.
|
2018-04-27 12:42:51 +10:00 |
Tyler Benson
|
e6179f6555
|
Use hardcoded operation names for integrations
Backend has issues with variable operation names.
Also reduce dependencies on OT-contribs.
|
2018-04-27 12:37:19 +10:00 |
Andrew Kent
|
353bc1be07
|
Merge pull request #294 from DataDog/ark/fix_jax
Inject jax InjectAdapter helper class.
|
2018-04-26 14:39:15 -07:00 |
Tyler Benson
|
fc415295f0
|
Merge pull request #254 from JorgenG/feat/add-sparkjava-instrumentation
Spark Java Framework Instrumentation
|
2018-04-27 05:35:41 +08:00 |
Andrew Kent
|
5f19a56683
|
Inject jax InjectAdapter helper class.
|
2018-04-26 09:52:45 -07:00 |
Tyler Benson
|
57eade612f
|
Upgrade Byte-buddy to 1.8.8
Also remove some erronously checked in files.
|
2018-04-26 22:53:45 +10:00 |
Tyler Benson
|
3db2d654f1
|
Fix spark instrumentation
and rebase off master.
|
2018-04-26 17:01:45 +10:00 |
Jørgen Grøndal
|
de350c7c4f
|
fix: attempt to enable instrumentations
|
2018-04-26 14:53:32 +10:00 |
Jørgen Grøndal
|
bb5c413be1
|
fix: create a test to verify that spark is indeed responding
|
2018-04-26 14:53:32 +10:00 |
Jørgen Grøndal
|
ede4620b52
|
feat: get tests running, although failing due to instrumentation not being loaded properly
|
2018-04-26 14:53:32 +10:00 |
Jørgen Grøndal
|
7e233ac3c7
|
feat: find oldest supported spark, update version, make tests run
|
2018-04-26 14:53:32 +10:00 |
Jørgen Grøndal
|
8b289c7036
|
fix: add versionScan for sparkjava
|
2018-04-26 14:53:32 +10:00 |
Jørgen Grøndal
|
d0822c7458
|
fix: support jetty 8+, sparkjava 2.5+
|
2018-04-26 14:53:32 +10:00 |
Jørgen Grøndal
|
8bfeae4a82
|
fix: formatting and add version to spark java instrumentation
|
2018-04-26 14:53:32 +10:00 |
Jørgen Grøndal
|
593a9b71ad
|
fix: use google java format
|
2018-04-26 14:53:32 +10:00 |
Jørgen Grøndal
|
79f1226867
|
fix: use correct jetty version
|
2018-04-26 14:53:32 +10:00 |
Jørgen Grøndal
|
c49d4f6dd8
|
fix: add jetty handler instrumentaiton. remove filter3instrumentation. add sparkjava routematch instrumentation
|
2018-04-26 14:53:32 +10:00 |
Jørgen Grøndal
|
6c4b90965c
|
fix: support java 7 in test
|
2018-04-26 14:53:32 +10:00 |
Jørgen Grøndal
|
91aa3c854d
|
fix: first attempt at sparkjava trace instrumentation
|
2018-04-26 14:53:32 +10:00 |
Andrew Kent
|
f295b73d4b
|
Merge pull request #276 from jonmort/ratpack-support
Ratpack instrumentation support
|
2018-04-24 07:09:00 -07:00 |