wso2 / product-apim

Welcome to the WSO2 API Manager source code! For info on working with the WSO2 API Manager repository and contributing code, click the link below.
http://wso2.github.io/
Apache License 2.0
845 stars 785 forks source link

[Feature Request] Support Elastic APM #9639

Open jvkassi opened 3 years ago

jvkassi commented 3 years ago

Describe your problem(s)

We want to enable support for Elastic APM. Here is a demo with java https://demo.elastic.co/app/apm/services/opbeans-java/transactions

Here are supported JAVA technologies https://www.elastic.co/guide/en/apm/agent/java/current/supported-technologies-details.html

Describe your solution

It should be possible to enable the APM by using this method https://www.elastic.co/guide/en/apm/agent/java/current/setup-javaagent.html

Please help me, or if any other informations needed


Optional Fields

Related Issues:

Suggested Labels:

Suggested Assignees:

jvkassi commented 3 years ago

For now, when i deploy the APM Agent, I can only see request of the publisher or the devportal. I can't see request to the APIs, i have deployed

Screenshot of Transactions - my-cool-service - Services - APM - Elastic

jvkassi commented 3 years ago

Hello,

i dig a little a bit and it seems to be fix with this PR. Spring boot 4.x+ will be supported with https://github.com/wso2/wso2-synapse/pull/1358