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 |
Jon Mort
|
35ad8c9f49
|
Tidy up RatpackTest comments
|
2018-04-24 08:17:37 +01:00 |
Jon Mort
|
b4510b7987
|
Add a guard against wrapping the ratpack request action multiple times
|
2018-04-24 08:07:48 +01:00 |
Andrew Kent
|
3df3b3db0f
|
Merge pull request #291 from DataDog/ark/quiet_logging
Debug logs for hot paths
|
2018-04-23 20:38:15 -07:00 |
Andrew Kent
|
64ce961c32
|
Debug logs for hot paths
|
2018-04-23 11:06:45 -07:00 |
Andrew Kent
|
c3feb3b878
|
Merge pull request #290 from DataDog/ark/pending_expire
Handle spans registered after trace is written
|
2018-04-23 10:00:38 -07:00 |
Tyler Benson
|
81bd3291a8
|
Merge pull request #289 from DataDog/tyler/header
Report X-Datadog-Trace-Count header with traces
|
2018-04-20 15:05:18 +08:00 |
Andrew Kent
|
bb69666e9f
|
Handle spans registered after trace is written
Decrement the pending trace count when spans are registered after a
trace writes. Log certain pending trace messages at debug.
|
2018-04-18 12:37:14 -07:00 |
Jon Mort
|
fa90af7fbc
|
Introduce a java 8 source set for Ratpack integration
|
2018-04-18 11:44:15 +01:00 |
Jon Mort
|
4875165053
|
Only build ratpack when using a java 8 compiler
|
2018-04-18 11:44:15 +01:00 |
Jon Mort
|
18da2444d1
|
Correctly look for classes to determine minimum ratpack version
|
2018-04-18 11:44:15 +01:00 |
Jon Mort
|
1ba0b69750
|
Resource naming and other review comments
|
2018-04-18 11:42:49 +01:00 |
Jon Mort
|
582c0af962
|
Rename to Ratpack 1.4
|
2018-04-18 11:42:49 +01:00 |
Jon Mort
|
6c1c830805
|
Apply review comments
|
2018-04-18 11:42:49 +01:00 |
Jon Mort
|
6e92221e5a
|
Ratpack instrumentaiton support
|
2018-04-18 11:42:48 +01:00 |
Tyler Benson
|
dee08266ae
|
Restructure how libs, reports, and test results are collected
|
2018-04-18 13:45:20 +08:00 |
Tyler Benson
|
c2cb7292c6
|
Remove okhttp instrumentation from servlet tests
seems to cause some confusion.
|
2018-04-18 11:58:07 +08:00 |
Tyler Benson
|
e7604bfd3f
|
Report X-Datadog-Trace-Count header with traces
Also remove unused services endpoint code.
|
2018-04-18 10:27:51 +08:00 |
Andrew Kent
|
c7cf1cf36d
|
Merge pull request #282 from DataDog/ark/async-refactor
Toggleable Async Propgation on the trace context
|
2018-04-17 09:44:41 -07:00 |
Andrew Kent
|
5f5d654a4c
|
Merge pull request #288 from DataDog/ark/agent_priority_sampling
Move PrioritySampling flags to dd-trace-api project
|
2018-04-17 09:26:45 -07:00 |
Andrew Kent
|
9bcd5677ed
|
Merge pull request #287 from DataDog/ark/logging
Logging
|
2018-04-17 09:26:32 -07:00 |
Tyler Benson
|
c796260a39
|
Merge pull request #285 from DataDog/tyler/build-workspace
Build with Java 8, but run tests with other JDKs
|
2018-04-17 13:14:54 +08:00 |
Andrew Kent
|
32272a4aa7
|
Move PrioritySampling flags to dd-trace-api project.
|
2018-04-16 12:46:26 -07:00 |
Andrew Kent
|
364b3e999a
|
Remove warning from mongo listener. Add injection debug logging.
|
2018-04-16 10:34:46 -07:00 |
Tyler Benson
|
001e59e0cc
|
Build with Java 8, but run tests with other JDKs
Use workspaces to persist build between jobs.
|
2018-04-16 14:36:38 +08:00 |
Andrew Kent
|
03b96ca567
|
Increase agent writer max trace limit
|
2018-04-11 14:35:30 -07:00 |
Andrew Kent
|
35c40846ad
|
Accept string for method params on classloader method matcher
|
2018-04-11 13:32:58 -07:00 |
Andrew Kent
|
2d92ed2bed
|
Use the same operationName for all play requests
|
2018-04-11 13:32:58 -07:00 |
Andrew Kent
|
d594d6e8db
|
Don't create continuations when async propagation is off
|
2018-04-11 13:32:58 -07:00 |
Andrew Kent
|
a0a11a51d0
|
Use ScopeManager to enable/disable low level async instrumentation.
|
2018-04-11 13:32:58 -07:00 |
Andrew Kent
|
0d7aa022db
|
Refactor ContinuableScope
|
2018-04-11 13:32:58 -07:00 |
Andrew Kent
|
6e62b79b8f
|
Separate executor and scala future tests
|
2018-04-11 13:32:58 -07:00 |
Andrew Kent
|
3f26662b8f
|
Merge pull request #286 from DataDog/ark/intempt_fix
Clean up version logging and name start timestamp unit correctly
|
2018-04-11 09:19:49 -07:00 |
Andrew Kent
|
06b80351e3
|
Log where all version files are visible
|
2018-04-10 16:54:22 -07:00 |
Andrew Kent
|
01c707787f
|
Fix name: timestampMillis -> timestampMicroseconds
|
2018-04-10 16:53:58 -07:00 |
Andrew Kent
|
c6ad6cbf3f
|
Merge pull request #284 from DataDog/ark/fix-ci
Fix CI Flickers
|
2018-04-09 22:29:04 -04:00 |
Andrew Kent
|
c26907045d
|
Disable parallel gradle execution for builds
|
2018-04-09 13:23:45 -07:00 |