Commit Graph

4195 Commits

Author SHA1 Message Date
Lev Priima 3808bbf2a5
tags precedence: DD_ENV, DD_VERSION, DD_TAGS, DD_GLOBAL_TAGS; DD_SERVICE priority over DD_SERVICE_NAME (#1393) 2020-04-28 08:55:13 -07:00
Tyler Benson 601bd0cde7
Merge pull request #1405 from trask/fix-early-close-of-rediscala-span 2020-04-28 10:05:54 -04:00
Tyler Benson c3d133a721
Merge pull request #1404 from DataDog/tyler/ratpack-upgrade 2020-04-28 10:05:05 -04:00
Trask Stalnaker 17a7c6d57b Fix early close of rediscala span 2020-04-27 21:07:06 -07:00
Tyler Benson e130ab8cf8 Fix Ratpack instrumentation for newer versions of Guava.
Ratpack 1.4 should still work if you increase your guava version to 20+ (instead of 19).
2020-04-27 17:40:12 -04:00
Richard Startin f4acf8b518
Merge pull request #1398 from DataDog/richardstartin/lettuce-4.0
Provide instrumentation support for lettuce-4.0-4.5.0 sync/async APIs
2020-04-27 16:05:05 +01:00
Richard Startin 158ba09520 remove misleading comments 2020-04-27 15:47:24 +01:00
Richard Startin a8e79c4385 rename module to lettuce-4 2020-04-27 15:45:34 +01:00
Richard Startin d158590ab7 code cleanup 2020-04-27 14:59:11 +01:00
Richard Startin 5271952930 remove upper bound on Java version 2020-04-27 14:59:11 +01:00
Richard Startin 6273880d5e address versions comments 2020-04-27 14:59:11 +01:00
Richard Startin d1feb819ed use enumsets for keyword checking 2020-04-27 14:59:11 +01:00
Richard Startin 8ef57915be minimise impact on instrumentation point bytecode size 2020-04-27 14:59:11 +01:00
Richard Startin 3f8bc96e8d get lettuce 4.0 sync and async working 2020-04-27 14:59:11 +01:00
Tyler Benson 63ea57e7ca
Merge pull request #1397 from aarya123/patch-1 2020-04-24 11:11:54 -04:00
Jean-Philippe Bempel 796a2d3abe
Merge pull request #1395 from jpbempel/jpbempel/JDK7ProfilingMsg
Improve message when running with < JDK8
2020-04-24 16:59:05 +02:00
Laplie Anderson 477aca66ce
Merge pull request #1400 from DataDog/landerson/remove-s3-upload
Remove s3 upload from build
2020-04-23 14:08:45 -04:00
Laplie Anderson cf8810cd29 Remove s3 upload from buold 2020-04-23 12:46:57 -04:00
Anubhaw Arya 68908c7a52
Http Trace and Span ID should be StringCachingBigInteger 2020-04-22 20:07:16 -07:00
Laplie Anderson 536ecdbc27
Merge pull request #1394 from DataDog/landerson/tag-based-automation
Trigger Github actions from tags
2020-04-22 17:38:36 -04:00
Nikolay Martynov f2a5acd6c6
Merge pull request #1396 from DataDog/mar-kolya/more-jdks
Add more jvms available in build image
2020-04-22 14:37:27 -04:00
Nikolay Martynov 4d16107553 Add more jvms available in build image 2020-04-22 12:47:58 -04:00
jean-philippe bempel 380b223e71 Improve message when running with < JDK8 2020-04-22 10:24:44 +02:00
Laplie Anderson dc4ee580ad Trigger Github actions from tags 2020-04-21 15:49:25 -04: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 437e0f343d
Merge pull request #1392 from DataDog/tyler/grizzly-latest-limit
Add limit for grizzly latestDepTest
2020-04-21 11:24:19 -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
Laplie Anderson 5bc7c14cd0
Merge pull request #1391 from DataDog/landerson/auto-close-issues-pagination
Handle pagination when auto-updating issues
2020-04-21 10:38:57 -04: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 1c141d6f5c
Merge pull request #1386 from DataDog/tyler/muzzle-add-jcenter
Add jCenter as a muzzle repository to catch things that are different from Maven Central
2020-04-21 09:42:08 -04:00
Tyler Benson 401ff4d419 Remove some repositories...
Too many caused OOM in CI.
2020-04-20 23:42:05 -04:00
Tyler Benson 2743e64fd3 Exclude more weird versions. 2020-04-20 21:59:24 -04:00
Laplie Anderson c1d71efdd0 Pagination issues with milestones too 2020-04-20 18:37:44 -04:00
Laplie Anderson 6070e21aab
Merge pull request #1390 from DataDog/landerson/draft-release-notes
Draft release notes on milestone close
2020-04-20 18:28:14 -04:00
Laplie Anderson ae3b189ae6 Handle pagination when updating issues 2020-04-20 17:59:15 -04:00
Laplie Anderson 927d980c8f Draft release notes on milestone close 2020-04-20 17:57:06 -04:00
Laplie Anderson 1f6033f9db
Merge pull request #1388 from DataDog/landerson/auto-close-issues
Update issues when Release Notes are published
2020-04-20 17:18:05 -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