dd-trace-java
dd-trace-java copied to clipboard
Datadog APM client for Java
# What Does This Do Test CI build for getParameter instrumentation # Motivation Troubleshooting some CI problems # Additional Notes
# What Does This Do Reports calls to JDBC functions called with tainted strings.
# What Does This Do Adds the option to use hierarchy matching for jdbc if the driver in use is not supported by name based matching # Motivation Greenplum JDBC...
temporary branch so I can merge a couple of fixes into the same build while waiting for reviews
# What Does This Do Widens the list of ignored muzzle prefixes from an explicit subset to cover all prefixes that the Java Tracer delegates to the boostrap class-loader. By...
This test fails sometimes with "Condition not satisfied" https://output.circle-artifacts.com/output/job/3ed71dd1-874b-4fef-9e8d-c60a4aa802c2/artifacts/0/reports/dd-java-agent/instrumentation/jdbc/tests/oldH2Test/classes/RemoteJDBCInstrumentationTest.html ``` Condition not satisfied: Netty38ClientTest$__spock_feature_3_0_closure3$_closure4.doCall(Netty38ClientTest.groovy:92) assert span.parentId == DDId.ZERO | | | | | 46 false 0 DDSpan [ t_id=4202520462114062174, s_id=47,...
This test sometimes fails to start because the necessary port is already in use: https://output.circle-artifacts.com/output/job/c2200953-08c7-4678-b54c-32402976d012/artifacts/0/reports/dd-java-agent/instrumentation/mongo/tests/test/classes/MongoBaseTest.html ``` java.io.IOException: Could not start process: failed errno:98 Address already in use for socket: 127.0.0.1:32965...
# What Does This Do - Created a new branch/PR because rebasing the old one caused it to show 280+ files changed. ### Added the following health metrics: Count of...
# What Does This Do ### Added the following health metrics: Count of traces - **Created trace.pending.created** Count of spans - **Created - span.pending.created** - Sampled - tracing.context.size (already existed)...
# What Does This Do Useful for debugging to see if data streams is enabled, when the stats aren't showing up in Datadog. # Motivation # Additional Notes