24 Mar 2025 10:01 AM
Currently in our project, we have three Spring Boot REST controllers.
One of those controllers was created manually in the project's /src folder. The other two are generated via OpenAPI Maven plugin and lie in /target/generated-sources/src.
Now, the one controller that was created manually is visible in our Management Zone under "Application Observability" > "Services". The other two are unfortunately not visible as services.
Is there a possibility to make OpenAPI-generated controllers visible in the "Services" overview? Is a OpenAPI integration even supported in Dynatrace?
Best regards
Max
Solved! Go to Solution.
24 Mar 2025 10:24 AM
I'm afraid that in your case the only possibility is to create a custom service in Settings Classic -> Service detection -> Custom service detection basing on auto generated class.
24 Mar 2025 03:15 PM
Thanks for your reply.
Unfortunately I don't have access to that settings page, as our Dynatrace is managed. But I'll contact our admins regarding this topic.