dd-trace-java
dd-trace-java copied to clipboard
Datadog APM client for Java
Hello, recently discovered that `graphql-java` instrumentation was causing performance degradation on our applications, the reason, the instrumentation will create an span for every single field present in a graphQL operation,...
# What Does This Do Updates CODEOWNERS to propose a new owner of shared code - @DataDog/dd-trace-java # Motivation The goal here is to empower teams to move efficiently while...
[R2DBC](https://github.com/r2dbc/r2dbc-spi) project reached 1.0 release and already has support for popular databases such as Oracle, PostgreSQL, MySQL, H2, MsSQL, and MariaDB. R2DBC provides a nice feature for observability as [r2dbc-proxy](https://github.com/r2dbc/r2dbc-proxy)....
## Description I am encountering an issue where trace context is not being properly propagated across asynchronous reactive operations in my WebFlux service. Currently using the dd-trace-java library for distributed...
This is a duplicate issue from #1058 _Originally posted by @tyrcho in https://github.com/DataDog/dd-trace-java/issues/1058#issuecomment-693524602_ Is it possible to add support for wildcard for packages? Is there any way how to setup...
Hi everyone 🙂 I'm trying to add the DD APM to a project already using `jmx_prometheus_javaagent` When having both, the project crashes at boot with the following error: ```scala [dd.trace...
# What Does This Do # Motivation # Additional Notes Jira ticket: [PROJ-IDENT]
Feature request: please support some level of instrumentation for the Azure Speech SDK (com.microsoft.cognitiveservices.speech/client-sdk). Alternatively, please point me to documentation on how to mark a span as a different (upstream)...
# What Does This Do Adds support for dependency collection with telemetry on native image. Dependency collection is done during the native image build (analysis stage), and embedded in the...
# What Does This Do This PR allows customers to enable a limited version of Data Streams monitoring, but without passing context through headers. This can be useful is really...