dd-trace-java
dd-trace-java copied to clipboard
Datadog APM client for Java
We upgraded our java tracing library using the admission controller on all of our java services about 2 weeks ago from 1.34.0 to 1.41.1 and we've noticed on a few...
` Exception Details: Location: org/apache/catalina/connector/Request.getReader()Ljava/io/BufferedReader; @359: areturn Reason: Type 'java/lang/Object' (current frame, stack[0]) is not assignable to 'java/io/BufferedReader' (from method signature) Current Frame: bci: @359 flags: { } locals: {...
I have created a custom class that inherits from the OutputStream class, and when the application starts and loads, a Missing class B exception occurs. I am not sure what...
# What Does This Do The openai-java v3.0+ instrumentation for completions, chat completions, embeddings, and responses. Passes all APM test: ``` test_openai.py::TestOpenAiApm::test_chat_completion[java-test-ml-app-tcp-True] PASSED [ 12%] test_openai.py::TestOpenAiApm::test_chat_completion[java-test-ml-app-tcp-False] PASSED [ 25%] test_openai.py::TestOpenAiApm::test_completion[java-test-ml-app-tcp]...
# What Does This Do `:dd-java-agent:testing` is using jetty for it's embedded server. However, it leaks through other projects, in particular jetty instrumentation projects, but others too. This forces these...
# What Does This Do Removes instrumentation module's `afterEvaluate`. This looks like it is reducing sync time to ~1min on my M1 # Motivation Using `afterEvaluate` is a bad practice...
# What Does This Do Mark test as flaky # Motivation Green CI.
# What Does This Do Addind support for injecting trace info in `mongo` spans, which is used by [DBM](https://docs.datadoghq.com/database_monitoring/). This PR mirrors the logic that was added in [dd-trace-py](https://github.com/DataDog/dd-trace-py/pull/12680). #...
DO NOT MERGE # What Does This Do Bump Groovy: 3.0.25 -> 4.0.29 # Motivation Latest Groovy # Additional Notes
# What Does This Do - Bump Groovy `3.0.24` - > `3.0.25` - Bump Kotlin plugin `1.9.24` -> `2.0.21` # Motivation - Since `Spock` has been updated to the `final...