How to configure wso2 with elastic apm?

503 Views Asked by At

Has anyone already tried to connect wso2 production with elastic apm server ? I have done this

export JAVA_OPTS="$JAVA_OPTS -javaagent:/tmp/apm-agent.jar"
export JAVA_OPTS="$JAVA_OPTS -Delastic.apm.service_name=wso2am"                                
export JAVA_OPTS="$JAVA_OPTS -Delastic.apm.server_urls=http://192.168.1.156:8200"

But i dont have the http request of the API in the APM in kibana

0

There are 0 best solutions below