jandry
(Guillaume Barry)
October 23, 2023, 8:35am
1
Kibana version :
7.16.3
I got exctly the same issue as Remove spring DispatcherServlet from transactions - #18 by ethranes
See screenshot
I'm using Spring Boot 3.0.x with agent elastic-apm-agent-1.36.0.jar
I tried given solution that seems to be adding following parameter to my agent
ELASTIC_APM_DISABLE_INSTRUMENTATIONS=servlet-api
but I still have same behaviour. Any additional recommandation on this ?
Jonas_Kunz
(Jonas Kunz)
October 23, 2023, 10:37am
2
Spring Boot 3 support has been added in APM Agent version 1.38.0, so it is not supported by the version you are using.
Please upgrade to the latest agent version, this should fix your issue.
jandry
(Guillaume Barry)
October 23, 2023, 12:18pm
3
Make sens. I try that thanks
jandry
(Guillaume Barry)
October 23, 2023, 12:33pm
4
Also a good alternative I found in your documentation this morning:
ELASTIC_APM_USE_PATH_AS_TRANSACTION_NAME=true
in association with
ELASTIC_APM_TRANSACTION_NAME_GROUPS=true
Make the job showing the API endpoints (not the Spring controller)
jandry
(Guillaume Barry)
November 6, 2023, 3:05pm
5
Alternative doesn't group all element correctly
Update to 1.43 solved the issue
system
(system)
Closed
December 4, 2023, 3:05pm
6
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.