Nikolay Martynov
e812d327fb
Rename DD_PROFILING_SITE to DD_SITE
2020-04-03 07:10:42 -04:00
Nikolay Martynov
e1f2052e25
Minor clean up and add one more test
2020-04-02 16:07:13 -04:00
Nikolay Martynov
d1f1f8d6e9
Add option to configure Datadog site used to send profiling information
2020-04-02 15:56:05 -04:00
jean-philippe bempel
58ea15e590
if not populated returns null for toString
2020-04-02 19:17:26 +02:00
jean-philippe bempel
4d15d5ae96
Sensor information instead of excluding the fields
2020-04-02 18:26:14 +02:00
jean-philippe bempel
96757f0c58
Remove sensitive information from debug log
...
Config.toString() method is dumped when logging in debug the conf.
It includes in some case the profile api key when used with env vars.
Also proxy password is also dumped.
toString method generated by Lombok now excludes both fields
2020-04-02 17:54:02 +02:00
Brian Devins-Suresh
40cbd19f8e
Merge pull request #1325 from DataDog/devinsba/play-2.3
...
Play 2.3 support
2020-03-26 14:54:30 -04:00
Brian Devins-Suresh
fbb43840d3
Fix new client tests
2020-03-26 14:29:35 -04:00
Amine Mesbahi
c6485099b1
Merge pull request #1342 from DataDog/mesbahi/push_artifact_reliability_env
...
Add copy_artifact script
2020-03-26 17:28:01 +01:00
Brian Devins-Suresh
026072b866
Wrong endpoint
2020-03-26 10:10:32 -04:00
Brian Devins-Suresh
08e9f8c6e2
Undo star import
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
Amine.Mesbahi
4083212814
Apply copy artifact to only master and *-reliability
2020-03-26 13:44:57 +01:00
Amine.Mesbahi
4a30faa8ff
Add copy_artifact script to config
2020-03-26 11:18:30 +01:00
Amine.Mesbahi
b63d0c6826
Add copy_artifact script
2020-03-26 10:58:48 +01:00
Brian Devins-Suresh
8f876c1b7d
Merge pull request #1340 from DataDog/devinsba/netty38-client-tests
...
Fix netty 3.8 http client tests
2020-03-25 19:40:14 -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
Lev Priima
cda39adf50
add ..."metrics":{"_dd.measured":1}... to every span ( #1336 )
...
* add ..."metrics":{"_dd.measured":1}... to every span
* update tests to always have "metrics":{"_dd.measured":1} in every span
Authored-by: Lev Priima <lev.priima@data.dog>
2020-03-25 11:17:47 -07:00
Nikolay Martynov
ca48af1239
Merge pull request #1339 from DataDog/mar-kolya/add-logging
...
Add logging to netty tests
2020-03-24 16:25:00 -04:00
Nikolay Martynov
e5caa48364
Add netty server logging in tests
2020-03-24 15:16:09 -04:00
Nikolay Martynov
fee6d942e8
Add okhttp request logging in tests
2020-03-24 14:52:07 -04:00
Brian Devins-Suresh
b3545c76f5
Merge pull request #1338 from DataDog/devinsba/netty-server-test-failure
...
Switch netty 3.8 startup and shutdown implementation
2020-03-24 14:28:05 -04:00
Brian Devins-Suresh
e1566889a4
Switch startup and shutdown impl
2020-03-24 14:12:47 -04:00
Nikolay Martynov
01136120fd
Merge pull request #1337 from DataDog/mar-kolya/fix-netty-exception-in-tests
...
Make sure that netty exception message is not null
2020-03-24 12:01:44 -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
Laplie Anderson
d4ce0ad558
Merge pull request #1335 from DataDog/revert-1160-tyler/stacktrace
...
Revert "Add config to capture stacktrace when a span duration exceeds threshold"
2020-03-24 10:20:32 -04:00
Laplie Anderson
cef6da61dc
Revert "Add config to capture stacktrace when a span duration exceeds threshold"
2020-03-23 19:13:29 -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
Nikolay Martynov
021d3c9d1d
Merge pull request #1330 from DataDog/mar-kolya/update-gradle
...
Update gradle to 6.2.2
2020-03-23 14:23:30 -04:00
Brian Devins-Suresh
d4a4c5619c
Less class loads
2020-03-23 14:03:00 -04:00
Nikolay Martynov
385687c117
Merge pull request #1332 from DataDog/mar-kolya/test-with-jdk14
...
Test with jdk14 on CI
2020-03-23 13:33:44 -04:00
Nikolay Martynov
d2b73c7fd5
Update spring data version for tests
...
We seem to be declaring support for 1.8 only - and 1,7 doesn't seem to
play nice with java14
2020-03-23 13:15:26 -04:00
Nikolay Martynov
eadba156d5
Update groovy vertion
...
Old one doesn't seem to work with java14
2020-03-23 12:54:51 -04:00
Nikolay Martynov
eeac035164
Test with jdk14 on CI
2020-03-23 12:38:21 -04:00
Brian Devins-Suresh
5ac54ce10d
Update to support 3.10 also and make muzzle check less brittle
2020-03-23 10:30:37 -04:00
Brian Devins-Suresh
17f73b6896
Fix small things from review
2020-03-23 10:01:58 -04:00
Nikolay Martynov
461f226a0c
Merge pull request #1331 from DataDog/mar-kolya/run-profiling-tests-on-zulu8
...
Run profiling tests on zulu8
2020-03-23 08:54:21 -04:00