DataDog / dd-trace-java

Datadog APM client for Java
https://docs.datadoghq.com/tracing/languages/java
Apache License 2.0
573 stars 284 forks source link

Tracing in Keycloak 25.0.4 #7575

Open prthakre opened 3 weeks ago

prthakre commented 3 weeks ago

Am trying to enable tracing with Keycloak 25.0.4.

As per https://github.com/DataDog/dd-trace-java/issues/4890 I have set following:

  1. JAVA_TOOL_OPTIONS="-javaagent:/opt/dd-java-agent.jar"
  2. ENV DD_HTTP_SERVER_ROUTE_BASED_NAMING="false"
  3. ENV DD_TRACE_EXECUTORS="org.jboss.threads.EnhancedQueueExecutor"

However, am unable to see anything in the APM.