dd-trace-java
dd-trace-java copied to clipboard
Datadog APM client for Java
# What Does This Do This PR moves the version locking into a Gradle convention plugin as `subprojects` and `allprojects` [must be avoid for shared project configuration](https://docs.gradle.org/current/userguide/sharing_build_logic_between_subprojects.html#sec:convention_plugins_vs_cross_configuration). It also updates...
# What Does This Do # Motivation # Additional Notes Jira ticket: [PROJ-IDENT]
# What Does This Do This PR refactors JDK concurrency instrumentations by: - Creating dedicated package per instrumented features (instrumentations and tests), - Unifying instrumentation names (no breaking change, only...
# What Does This Do # Motivation Trying to solve this error: ``` java.lang.IllegalAccessError: class datadog.trace.instrumentation.protobuf_java.SchemaExtractor (in unnamed module @xxxxxx) cannot access class com.google.protobuf.AbstractMessage (in module xxxx.yyyy) because module xxxx.yyyy...
I've got a Java gRPC service running in our k8s cluster, and I'm trying to validate the message data we're receiving using a dynamic probe to check the values in...
Tasks scheduled with akka scheduler should automatically create spans around execution
Hello, I would like to report an issue in an environment using Spring Boot, Spring Data JPA, and MySQL Connector/J 8.4.0, where trace spans for MySQL queries are not being...
Following this direction https://docs.datadoghq.com/tracing/trace_collection/automatic_instrumentation/dd_libraries/java/?tab=curl It pulls latest version of dd-java-agent.jar Version 1.35.1 breaks all traces.
# What Does This Do Adds schema tracking functionality for Avro's serializing library # Motivation # Additional Notes Jira ticket: [AIT-10052] [AIT-10052]: https://datadoghq.atlassian.net/browse/AIT-10052?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ
This reverts commit bd8db8b42f84c808f98caac4675b20f75598696a.