dd-trace-java
dd-trace-java copied to clipboard
Datadog APM client for Java
# What Does This Do GraphQL-Java instrumentation # Motivation Provide GraphQL-Java support out of the box # Additional Notes Feature request: https://datadoghq.atlassian.net/browse/FRAPMS-2235 - [x] add error handling - [x] replace...
Implements blocking behavior for servlet/tomcat/jetty. Blocking means a fixed error response is send and request handling is skipped.
# What Does This Do dummy PR to trigger CI test build # Motivation # Additional Notes
# What Does This Do Reworked dependency resolution. Now - distributed in time. Always computing hash if there is no reliable (built-in) maven info inside the dependency jar-file. # Motivation...
We run all our services in docker containers in a k8s cluster, as I suspect quite a few Datadog users do, and as such we have our standard boilerplate set...
When using the java agent 0.75 (and older versions as well) datadog labels 404 as a separate resource or endpoint from the one being called. So I'd see GET /my/endpoint?withStuff...
# What Does This Do Implements remote config and (partially) hooks appsec to it. AppSec is able to reload the WAF configuration from remote config, but activation/deactivation of AppSec is...
AppSec is enabled (load & instr. applied) but inactive by default. It can be enabled by remote config features. This implies that all the appsec related instrumentations are loaded and...
# What Does This Do This PR contains the basics to do Call Site Instrumentation in the tracer. In order to try to ease the pain of reviewing the PR,...
# What Does This Do # Motivation # Additional Notes