Hello,
I have the usual suspects in the micro service stack, eureka, config server and gateway. I have the agent configured on the eureka, no problem, I see the metrics in the APM/Kibana gui. But the config server and gateway are not visible.
I have tried the spring package to instrument, i.e. -Delastic.apm.application_packages=org.springframework, and also our own internal package, i.e. the boot application class, also nothing. What am I missing?
If anyone has already had this I would be most grateful to know how they/you configured the integration of your config server with the APM server.
Regards,
Michael
Follow up, I see the config server now in the UI, just appeared... And now the gateway I still need to see...