dd-trace-java
dd-trace-java copied to clipboard
Datadog APM client for Java
ddtrace-java-agent version : v0.105.0 I need a tag (db.host). Can JDBC support the new tag (db.host: ip:port, such as "db.host": "10.0.1.135:3306")? This new tag is very helpful to the business...
# What Does This Do This draft PR demonstrates differences in behavior between kafka streams 2.7 and 3.2 instrumentation. It adds 4 log messages in both `kafka_clients` instrumentation and `kafka_streams`...
I configured `DD_VERSION` via an environment variable, but it isn't showing up in the config printed out: ``` INFO datadog.trace.agent.core.StatusLogger - DATADOG TRACER CONFIGURATION { "version": "0.90.0~32708e53ec", "os_name": "Linux", "os_version":...
# What Does This Do # Motivation # Additional Notes
can we please have apm to include support for java 11 http client, we are unable to see external URL endpoints via tracing
ddtrace-java-agent version : v0.104.0 I have two applications, consumer and producer of rabbitmq, which are connected to ddtrace-java-agent at the same time. Trace is generated on the producer , but...
# What Does This Do Added a new test `KafkaClientForkedDataStreamsDisabledTest` which is an exact copy of `KafkaClientForkedTest` except for the name. This test will fail due to serviceName not matching....
# What Does This Do Adds instrumentations for Couchbase 3.1 and 3.2+ that enables the built in tracing support and integrates it with Datadog spans and traces. # Motivation #...
I know you can ignore resources with an env variable on dd-agent level but is there something on an application level?
I have a usecase where multiple microservices are using a single postgres database but connecting to different schemas. This is passed in in the jdbc url as `currentSchema=public`. This would...