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
Trask Stalnaker
6f02772b50
Update version to 0.2.1 ( #300 )
2020-04-01 14:29:59 -07:00
Trask Stalnaker
10d93ac2a0
Fix double log capture ( #299 )
2020-04-01 10:49:45 -07:00
Trask Stalnaker
64b9585306
Fix gRPC Context shading ( #297 )
2020-03-31 15:30:42 -07:00
Trask Stalnaker
d80af336dd
Update version to 0.2.1-SNAPSHOT ( #296 )
2020-03-31 15:09:47 -07:00
Trask Stalnaker
567bbe3c00
Update version to 0.2.0 ( #294 )
2020-03-29 22:23:36 -07:00
Trask Stalnaker
750a979331
Save CircleCI artifacts needed for release ( #293 )
...
* Save CircleCI artifacts needed for release
* Build and test otlp exporter
2020-03-29 21:38:34 -07:00
Trask Stalnaker
2b500788f4
A few README updates ( #292 )
...
* A few README updates
* Add OTLP exporter to README
2020-03-29 21:23:14 -07:00
Trask Stalnaker
f0354033b2
Add OTLP exporter ( #289 )
2020-03-29 20:33:07 -07:00
Trask Stalnaker
4fe685d916
Remove component attribute ( #291 )
2020-03-29 20:32:19 -07:00
Trask Stalnaker
570fa012c0
Remove service.name attribute ( #290 )
2020-03-29 20:29:15 -07:00
Trask Stalnaker
f885f3f645
A few exporter improvements ( #288 )
2020-03-29 08:13:20 -07:00
Trask Stalnaker
2e210683fd
Update to OpenTelemetry API/SDK 0.3.0 ( #286 )
...
* Update gradle dependencies and module name
* Replace Tracer.withSpan() with currentContextWith()
* Update inject to 0.3.0
* Update extract to 0.3.0
* More updates
* Remove distributedcontext package refs
* Update OpenTelemetry API interoperability
* No need to call setNoParent()
setParent(SpanContext.getInvalid()) should give the same result.
2020-03-28 19:38:51 -07:00
Trask Stalnaker
b60c161015
Add instrumented libraries/frameworks to README ( #284 )
2020-03-28 15:52:41 -07:00
Pontus Rydin
ff47bf04cd
Use sdk_contrib exporter glue ( #285 )
2020-03-27 11:23:14 -07: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
Trask Stalnaker
2a738506a9
Better span names for aws-sdk ( #258 )
2020-03-25 09:07:33 -07:00
Jeremy
c5c907e037
remove NOTICE ( #281 )
2020-03-24 17:53:18 -07:00
John Bley
55deb722cf
Populate db.url for MongoDB spans. ( #280 )
2020-03-24 15:42:03 -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