dd-trace-java
dd-trace-java copied to clipboard
Datadog APM client for Java
# What Does This Do Instrument the String.trim() function so we can track tainted objects for iast vulnerability detection # Motivation This is part of an effort to instrument all...
Simplify Sampler and related interface by moving type parameter from the class to method declaration
# What Does This Do Moves the span type parameter from the class declaration to the method declaration. # Motivation It will simplify class by removing unnecessary type parameter from...
https://app.circleci.com/pipelines/github/DataDog/dd-trace-java/16716/workflows/0f26b05d-4d50-4d14-8b6a-0c0ce36c442d/jobs/390938
# What Does This Do Adds a span for process executions. See the doc "Shell Execution Integration" for the spec. Redactions are not implemented.
# What Does This Do # Motivation # Additional Notes
I'm going to be instrumenting some client calls to OpenSeach manually since they don't seem to pick up a service name. Any chance that can be integrated by default and...
# What Does This Do New test to check java module system. # Motivation We need to detect java module system failures # Additional Notes This test is adopted from...
Datadog document says Java Runtime Metrics enabled by default for the Java tracer v0.29.0+ version but I could not see Java Runtime Metrics. I even enabled these flags **DD_JMXFETCH_ENABLED=true**., **DD_RUNTIME_METRICS_ENABLED=true**...
This request is prompted by the same circumstances as #3935, but suggests a more general-purpose feature. Users may sometimes want a variety of custom tags on their spans, either because...
The Postgres implementation of `java.sql.Connection`, `org.postgresql.jdbc.PgConnection`, exposes a `getBackendPID` method which returns the process ID within the database which supports the current connection. This serves, in effect, as a unique...