We are integrating Elastic APM into our landscape, eureka gets instrumented, the custom services, even the config server gets instrumented, but not the spring cloud gateway. Anyone done this, please post your startup script.
This is my startup script: java -javaagent:/opt/elastic-apm-agent-1.1.0.jar -Delastic.apm.server_urls=http://sl01757v.ops.vdab.be:8200 -Delastic.apm.service_name=gateway -Delastic.apm.application_packages=org.springframework -Dspring.profiles.active=sand-box -jar gateway-server-1.0.0.jar
Already tried other packages to instrument, like be.vdab & both spring and vdab. As the single highest volume component we despreately need to monitor these.
I am using the latest agent, and indeed, I see data getting pushed to the apm-server, because I see the logs going through APM. But nothing in kibana gui, but interestingly enough also nothing from query(or the gateway) in the index. So I do my little search:
context.service.name: query
Because my service is 'query' And... nada.
So, I guess the data is not being pushed from apm to elastic.
Also, just to muddy the waters, it was working just a couple of days ago. Nothing changed in the infrastructure/configuration.
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.