Elastic APM server is not available (Failed to connect to /0.0.0.0:8200)

Hello Team,

I implemented java agent with spring boot application in docker
ELK-6.4.2
APM-Server-6.4.2
APM-Agent : 0.7.0
Java: 1.8.0_161

elasticapm.properties file:

          service_name=my-cool-service
          application_packages=org.example
          server_url=http://0.0.0.0:8200
          logging.log_level=DEBUG
          active=true
          instrument=true

When i start the apm-server it is Connection to backoff(elasticsearch(http://10.0.1.221:9200)) established,and one log file is visualized in kibana dashboard but No services were found.when i checked the docker logs it is showing like this

This is my springboot application:

please suggest me how to solve the issue
Thanks in advance,
Sri

Hi and thanks for trying Elastic APM. This section in the troubleshooting guide may help you:
https://www.elastic.co/guide/en/apm/agent/java/current/trouble-shooting.html#trouble-shooting-no-data

This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.