Commit Graph

1535 Commits

Author SHA1 Message Date
Richard Startin 3f8bc96e8d get lettuce 4.0 sync and async working 2020-04-27 14:59:11 +01:00
Tyler Benson cd3cbc9c2d
Merge pull request #1385 from DataDog/tyler/extend-jdbc-catch
Extend JDBC catch to include Errors
2020-04-21 14:51:35 -04:00
Brian Devins-Suresh f908859442
Merge pull request #1387 from DataDog/devinsba/dont-change-servletresponse-type
Rework servlet 2 to not wrap HttpServletResponse objects
2020-04-21 14:39:48 -04:00
Richard Startin 55030ab74a
Merge pull request #1389 from DataDog/rediscala-instrumentation
Rediscala instrumentation
2020-04-21 17:15:14 +01:00
Tyler Benson a2156fd14b Update test to throw Throwable. 2020-04-21 12:09:56 -04:00
Tyler Benson fe0b8f5e50 Extend JDBC catch to include Errors
This should help resolve a situation where `getClientInfo` is not implemented and throws an `AbstractMethodError`.
2020-04-21 12:09:56 -04:00
Tyler Benson f302ac2afe Add limit for grizzly latestDepTest
New `3.0.0-M1` release seems to be breaking the tests.
2020-04-21 11:03:52 -04:00
Richard Startin dc84659df0 expand scope of etaty rediscala instrumentation 2020-04-21 15:54:31 +01:00
Richard Startin 5bd6500548 muzzle Ma27 fork of rediscala 2020-04-21 15:46:28 +01:00
Richard Startin 16b45b6a93 use etaty/rediscala 2020-04-21 15:46:28 +01:00
Richard Startin a969c15040 add version to rediscala instrumentation name, update referenced dd class names, use random port for test 2020-04-21 15:46:28 +01:00
Laplie Anderson f56abf2f04 Requires java 8 to run tests 2020-04-21 15:46:28 +01:00
Ali Yakamercan 99408e6ba4 Add instrumentation for Rediscala library 2020-04-21 15:46:28 +01:00
Brian Devins-Suresh aec2fad9db Use the parent interface 2020-04-21 09:59:12 -04:00
Brian Devins-Suresh dc43f3f54c We don't depend on a 2.3 type anymore 2020-04-21 09:59:12 -04:00
Brian Devins-Suresh 94750a83c9 Rework servlet 2 to not wrap HttpServletResponse objects 2020-04-21 09:59:12 -04:00
Tyler Benson 2743e64fd3 Exclude more weird versions. 2020-04-20 21:59:24 -04:00
Tyler Benson 70f5ff7244 Add the ability to skip specific versions for muzzle
This makes it much easier to bypass bad versions than splitting out the muzzle definition.
2020-04-20 16:36:57 -04:00
Tyler Benson 339a35c6cf
Merge pull request #1381 from DataDog/tyler/singletonMap
Use singletonMap for single entry maps
2020-04-20 12:12:53 -04:00
Jaroslav Bachorik eb272bcc00
Add exception sampling event (#1297) 2020-04-20 16:31:54 +02:00
Tyler Benson be11936ac2 Use singletonMap for single entry maps 2020-04-17 15:44:22 -04:00
Tyler Benson ebb9b5da65 Properly handle resource name for nested JAX-RS calls
Previously the last called one was winning.  Now we check if the resource name is already set before applying the new name.
2020-04-16 14:23:16 -04:00
Tyler Benson ce006e1405 Ensure RequestDispatcher span is part of expected trace 2020-04-14 14:56:16 -04:00
Tyler Benson 64161d93c9 Add instrumentation to detect the route at the beginning of the spring request
Instead of waiting till the handler is called, otherwise if a response is returned by a filter then the proper name wouldn't be set and would fall back to the URL.
2020-04-14 14:19:14 -04:00
Tyler Benson 11c71e1d5d Avoid setting the error tag
and test fixes.
2020-04-14 12:21:51 -04:00
Tyler Benson 3aa803489b Fix tests. 2020-04-13 18:03:53 -04:00
Tyler Benson df97f90fec Remove OperationDecorator 2020-04-13 15:55:37 -04:00
Tyler Benson 2028b10009 Move ErrorFlag to TraceProcessor 2020-04-13 13:59:11 -04:00
Tyler Benson 97efa307d3 Stop setting error tag and update tests. 2020-04-13 13:59:11 -04:00
Brian Devins-Suresh fbb43840d3 Fix new client tests 2020-03-26 14:29:35 -04:00
Brian Devins-Suresh 026072b866 Wrong endpoint 2020-03-26 10:10:32 -04:00
Brian Devins-Suresh acba3626dc Missed a static import 2020-03-26 10:10:32 -04:00
Brian Devins-Suresh d3def8ce2d :( 2020-03-26 10:10:32 -04:00
Brian Devins-Suresh 8dd5993a8f Fix codenarc 2020-03-26 10:10:32 -04:00
Brian Devins-Suresh 661a8f5a3e Fix the latestdeptests 2020-03-26 10:10:32 -04:00
Brian Devins-Suresh 6fa94ed9ac Update to new module name 2020-03-26 10:10:32 -04:00
Brian Devins-Suresh 879d84a162 Try to fix client test, not quite 2020-03-26 10:10:32 -04:00
Brian Devins-Suresh 7f7b7d41cd Depend on netty 3.9 instrumentation 2020-03-26 10:10:32 -04:00
Brian Devins-Suresh 485d9cb6c2 Work so far 2020-03-26 10:10:32 -04:00
Brian Devins-Suresh 89a0761ab4 Add typesafe repo and skip bad builds 2020-03-26 10:10:31 -04:00
Brian Devins-Suresh d1093a79b8 rename package 2020-03-26 10:10:31 -04:00
Brian Devins-Suresh 5cfaf8b2e5 Test servers now both work 2020-03-26 10:10:31 -04:00
Brian Devins-Suresh 73122ea72c Starting to get tests building 2020-03-26 10:10:31 -04:00
Brian Devins-Suresh 4ac364d92a Fix tests 2020-03-25 16:29:01 -04:00
Brian Devins-Suresh de4b6d7733
Merge pull request #1320 from DataDog/tyler/http-client-testing
Add tests for http clients
2020-03-25 16:08:26 -04:00
Nikolay Martynov e5caa48364 Add netty server logging in tests 2020-03-24 15:16:09 -04:00
Brian Devins-Suresh e1566889a4 Switch startup and shutdown impl 2020-03-24 14:12:47 -04:00
Nikolay Martynov cf079a73ba Make sure that netty exception message is not null
Otherwise netty gets really upset in an odd way
2020-03-24 11:37:19 -04:00
Brian Devins-Suresh 2b5037e2f7
Merge pull request #1327 netty-3.8
Netty 3.8-3.10 instrumentation
2020-03-23 15:12:20 -04:00
Brian Devins-Suresh 5aa1800bec Get rid of half baked map methods. Close parentScope in a finally block (+forward port) 2020-03-23 14:44:11 -04:00