I followed this link: https://www.elastic.co/guide/en/apm/agent/ruby/current/getting-started-rails.html for setting up my rails app monitoring. But it is not sending data to my apm-server. apm-server is running fine and also have few index from the same server. I'm using Rails 5.0.5.
my "config/elastic_apm.yml"
---
server_url: 'http://monitor-rails.com/apm'
log_path: 'log/elastic_apm.
Also nothing is being logged in 'log/elastic_apm.log'. apm logs are being showed in my rails log only. These are the logs I get:
[ElasticAPM] [2.0.1] Starting agent, reporting to http://monitor-rails.com/apm
[ElasticAPM] Booting 1 workers
and after some rails app usage:
[ElasticAPM] Queue is full (256 items), skipping…
I don't seem to find any workaround for this.
I use ElasticSearch -> 6.5.0, APM-server -> 6.5.0 and nginx to redirect the request.