Open guizmaii opened 1 year ago
Hi @guizmaii , the Datadog Java tracer is currently not designed to be run alongside another Java agent and can sometimes cause application crashes when ran with other tracers/agents.
Does this issue still occur if only the Datadog java agent is used?
Hey @nayeem-kamal,
Does this issue still occur if only the Datadog java agent is used?
The app is working fine with DD agent only :)
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:
I tried to disable JMX collection from the Datadog agent with
"-Ddd.jmxfetch.enabled=false"
but the app is still crashing at bootHere's the full set of config that I use with the DD agent:
I'm using v1.12.1 of the DD APM