Keycloak Datadog integration

Hi All,
I’m facing an issue while integrate Keycloak with Datadog to monitor the Server.
The logs and traces of Keycloak is not available in Datadog after the integration.
The Datadog jar is downloaded and copied into the deployment folder, also updated the JAVAOPTS as below

-Ddd.profiling.enabled=true -Ddd.logs.injection=true -Ddd.trace.sample.rate=1 -Ddd.service=keycloak-dev -Ddd.env=Dev  -javaagent:/opt/jboss/keycloak/standalone/deployments/dd-java-agent.jar

Could you please help me to solve this issue?

Thanks,
Jithin

What version Keycloak are you using?

We are using Keycloak 16.1.0 version.